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 $comments_single = get_option('appyn_comments'); if ( comments_open() ) : if( empty($comments_single) || $comments_single == "wp" || $comments_single == "wpfb" || is_amp_px() ) { ?> <div id="comments" class="box comments-area"> <?php if ( have_comments() ) : ?> <h2 class="comments-title box-title"> <?php printf( _nx(__( 'Un comentario en', 'appyn' ).' "%2$s"', '%1$s '.__( 'comentarios en', 'appyn' ).' "%2$s"', get_comments_number(), 'comments title'), number_format_i18n( get_comments_number() ), get_the_title() ); ?> </h2> <?php px_comment_nav(); ?> <ol class="comment-list"> <?php wp_list_comments( array( 'avatar_size' => 56, 'callback' => 'appyn_comment', ) ); ?> </ol> <?php px_comment_nav(); ?> <?php endif; ?> <?php if( is_amp_px() ) { amp_comment_form(); } else { comment_form(array('title_reply_before' => '<h2 id="reply-title" class="comment-reply-title box-title">')); } ?> </div> <?php } if( ($comments_single == "fb" || $comments_single == "wpfb") && !is_amp_px() ) { ?> <div class="box comments-area"> <h2 id="reply-title" class="comment-reply-title box-title"><?php echo __( 'Comentarios de Facebook', 'appyn' ); ?></h2> <div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/<?php echo get_locale(); ?>/sdk.js#xfbml=1&version=v11.0" nonce="5oHNp4ST"></script> <?php $color_theme = get_option('appyn_color_theme'); if( is_dark_theme_active() ) { ?> <div class="fb-comments" data-colorscheme="dark" data-lazy="true" loading="lazy" data-href="<?php the_permalink(); ?>" data-width="100%" data-numposts="5"></div> <?php } else { ?> <div class="fb-comments" data-lazy="true" loading="lazy" data-href="<?php the_permalink(); ?>" data-width="100%" data-numposts="5"></div> <?php } ?> </div> <?php } endif;