Linux premium323.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 66.29.153.66 & Your IP : 216.73.216.242
Domains :
Cant Read [ /etc/named.conf ]
User : apkbuxzx
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
apkbuxzx /
pkr3patii.com /
wp-content /
themes /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2025-12-23 17:29
amp
[ DIR ]
drwxr-xr-x
2025-12-24 01:16
assets
[ DIR ]
drwxr-xr-x
2025-11-18 17:44
extendable
[ DIR ]
drwxr-xr-x
2026-04-09 00:17
getmodsapk
[ DIR ]
drwxr-xr-x
2026-02-13 19:59
images
[ DIR ]
drwxr-xr-x
2025-12-23 17:29
includes
[ DIR ]
drwxr-xr-x
2025-12-23 17:29
languages
[ DIR ]
drwxr-xr-x
2025-12-23 17:29
template-parts
[ DIR ]
drwxr-xr-x
2025-12-23 17:29
404.php
325
B
-rw-r--r--
2024-05-16 20:57
appyn.zip
12.57
MB
-rw-r--r--
2025-12-23 17:28
archive-blog.php
974
B
-rw-r--r--
2024-05-16 20:57
archive.php
1.51
KB
-rw-r--r--
2024-05-16 20:57
category.php
1.43
KB
-rw-r--r--
2024-05-16 20:57
comments.php
1.86
KB
-rw-r--r--
2024-05-16 20:57
error_log
18.36
KB
-rw-r--r--
2026-04-13 12:52
footer-default.php
637
B
-rw-r--r--
2024-05-16 20:57
footer.php
102
B
-rw-r--r--
2024-05-16 20:57
functions.php
80.23
KB
-rw-r--r--
2024-05-16 20:57
header-default.php
854
B
-rw-r--r--
2024-05-16 20:57
header.php
102
B
-rw-r--r--
2024-05-16 20:57
index.php
560
B
-rw-r--r--
2024-05-16 20:57
page.php
1.06
KB
-rw-r--r--
2024-05-16 20:57
rtl.css
7.58
KB
-rw-r--r--
2024-05-16 20:57
screenshot.png
157.17
KB
-rw-r--r--
2024-05-16 20:57
search.php
265
B
-rw-r--r--
2024-05-16 20:57
sidebar-blog.php
209
B
-rw-r--r--
2024-05-16 20:57
sidebar-general.php
212
B
-rw-r--r--
2024-05-16 20:57
sidebar.php
204
B
-rw-r--r--
2024-05-16 20:57
single-blog.php
1.1
KB
-rw-r--r--
2024-05-16 20:57
single-product.php
311
B
-rw-r--r--
2024-05-16 20:57
single-versions.php
1.3
KB
-rw-r--r--
2024-05-16 20:57
single.php
266
B
-rw-r--r--
2024-05-16 20:57
style.css
72.04
KB
-rw-r--r--
2024-05-16 20:57
style.min.css
51.93
KB
-rw-r--r--
2024-05-16 20:57
tag.php
1.18
KB
-rw-r--r--
2024-05-16 20:57
taxonomy-cblog.php
1.1
KB
-rw-r--r--
2024-05-16 20:57
taxonomy-dev.php
1.17
KB
-rw-r--r--
2024-05-16 20:57
taxonomy-tblog.php
1.14
KB
-rw-r--r--
2024-05-16 20:57
template-most-rated-apps.php
1.79
KB
-rw-r--r--
2024-05-16 20:57
template-most-viewed-apps.php
1.8
KB
-rw-r--r--
2024-05-16 20:57
woocommerce.php
325
B
-rw-r--r--
2024-05-16 20:57
Save
Rename
<?php get_header(); ?> <div class="container"> <div class="app-p"> <?php if( have_posts() ) : while( have_posts() ) : the_post(); ?> <div class="box"> <ol id="breadcrumbs"> <li><a href="<?php bloginfo('url'); ?>">Home</a> /</li> <li><a href="<?php bloginfo('url'); ?>/blog/">Blog</a></li> </ol> <h1 class="box-title"><?php the_title(); ?></h1> <?php px_blog_postmeta(); ?> <?php do_action( 'px_social_buttons' ); ?> <div class="entry"><?php px_the_content(); ?></div> </div> <?php echo px_ads( 'ads_single_top' ); ?> <?php if( get_the_term_list( $post->ID, 'tblog' ) ) { ?> <div id="tags" class="box tags"> <h2 class="box-title"><?php echo __( 'TAGS', 'appyn' ); ?></h2> <?php echo get_the_term_list( $post->ID, 'tblog', '', ', ' ); ?> </div> <?php } ?> <?php comments_template(); ?> <?php endwhile; endif; ?> </div> <?php if( appyn_options( 'blog_sidebar' ) ) { get_sidebar( 'blog' ); } else { get_sidebar(); } ?> </div> <?php get_footer(); ?>