Linux webm006.cluster103.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.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
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 /
formahte /
www /
wp-content /
themes /
searchlight /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
294
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
3.69
KB
-rw-r--r--
comments.php
1.09
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
footer.php
840
B
-rw-r--r--
fpslide.php
2.23
KB
-rw-r--r--
front-page.php
1.24
KB
-rw-r--r--
fullwidth.php
411
B
-rw-r--r--
functions.php
9.5
KB
-rw-r--r--
functionsbak.php
9.01
KB
-rw-r--r--
header.php
1.82
KB
-rw-r--r--
index.php
342
B
-rw-r--r--
license.txt
14.77
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
options.php
1018
B
-rw-r--r--
page.php
345
B
-rw-r--r--
post-content.php
2.46
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
2.32
KB
-rw-r--r--
rtl.css
5.73
KB
-rw-r--r--
screenshot.png
455.34
KB
-rw-r--r--
search.php
1.9
KB
-rw-r--r--
searchform.php
514
B
-rw-r--r--
sidebar-footer.php
1.18
KB
-rw-r--r--
sidebar.php
835
B
-rw-r--r--
single.php
358
B
-rw-r--r--
style-responsive.css
3.83
KB
-rw-r--r--
style.css
30.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : post-content.php
<?php /* Searchlight Theme's Post Content Copyright: 2014-2016, D5 Creation, www.d5creation.com Based on the Simplest D5 Framework for WordPress Since Searchlight 1.0 */ ?> <div id="content"> <?php if ( have_posts() ): while ( have_posts() ) : the_post(); ?> <div <?php post_class(); ?> id="post-<?php the_ID(); ?>"> <div class="post-container"> <div class="fpthumb"><?php the_post_thumbnail('searchlight-fpage-thumb'); ?></div> <div class="entrytext"> <?php if ( is_single() || is_page() ): ?><h1 class="page-title"><?php the_title(); ?></h1><?php else: ?><a href="<?php the_permalink(); ?>"><h2 class="post-title"><?php the_title(); ?></h2></a><?php endif; ?> <div class="content-ver-sep"> </div> <?php searchlight_content(); ?> </div> <div class="clear"> </div> <?php if ( !is_page() ): ?> <div class="up-bottom-border"> <?php wp_link_pages( array( 'before' => '<div class="page-link genericon-document"><span>' . '' . '</span>', 'after' => '</div><br/>' ) ); searchlight_post_meta(); if ( is_single() ): ?> <div class="content-ver-sep"> </div> <div class="floatleft"><?php previous_post_link('<span class="genericon-previous"></span> %link'); ?></div> <div class="floatright"><?php next_post_link('%link <span class="genericon-next"></span>'); ?></div><br /><br /> <?php if ( is_attachment() ): ?> <div class="floatleft"><?php previous_image_link( false, '<span class="genericon-previous"></span> ' . __('Previous Image', 'searchlight') ); ?></div> <div class="floatright"><?php next_image_link( false, __('Next Image', 'searchlight') . ' <span class="genericon-next"></span>' ); ?></div> <?php endif; endif; ?> </div> <?php endif; ?> </div> </div> <?php endwhile; ?> <!-- End the Loop. --> <?php if ( is_page() ): comments_template('', true); endif; if ( is_single() ): comments_template('', true); if (get_post_meta( get_the_ID(), 'sb_pl', true ) == 'fullwidth' ): echo '<style>#content { width: 100%; } #right-sidebar { display: none; }</style>'; endif; endif; ?> <?php searchlight_page_nav(); ?> <?php else: ?> <?php searchlight_not_found(); ?> <?php endif; ?> </div>
Close