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 /
ultimate-post /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
addons
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
blocks
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
changelog.txt
44.1
KB
-rwxr-xr-x
readme.txt
15.75
KB
-rwxr-xr-x
ultimate-post.php
1.81
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ultimate-post.php
<?php /** * Plugin Name: PostX * Description: <a href="https://www.wpxpo.com/postx/?utm_source=db-postx-plugin&utm_medium=details&utm_campaign=postx-dashboard">PostX</a> is the #1 Gutenberg Blocks plugin with 38+ free blocks that includes post gird, post list, post slider, carousel, news ticker, etc. Advanced capabilities like dynamic site building and design variations make it the best choice for creating News Magazine sites, and any kind of blog such as Personal Blogs, Travel Blogs, Fashion Blogs, Food Reviews, Recipe Blogs, etc. * Version: 4.1.40 * Author: Post Grid Team by WPXPO * Author URI: https://www.wpxpo.com/postx/?utm_source=db-postx-plugin&utm_medium=details&utm_campaign=postx-dashboard * Text Domain: ultimate-post * License: GPLv3 * License URI: http://www.gnu.org/licenses/gpl-3.0.html */ defined( 'ABSPATH' ) || exit; // Define define( 'ULTP_VER', '4.1.40' ); define( 'ULTP_URL', plugin_dir_url( __FILE__ ) ); define( 'ULTP_BASE', plugin_basename( __FILE__ ) ); define( 'ULTP_PATH', plugin_dir_path( __FILE__ ) ); define( 'ULTP_HELLOBAR', '4122' ); // Language Load add_action( 'init', 'ultp_language_load' ); function ultp_language_load() { // template section wrapped inside a hook for netwrok site compatibility // Template require_once ULTP_PATH . 'classes/Templates.php'; new \ULTP\Templates(); load_plugin_textdomain( 'ultimate-post', false, basename( __DIR__ ) . '/languages/' ); } // Common Function if ( ! function_exists( 'ultimate_post' ) ) { function ultimate_post() { require_once ULTP_PATH . 'classes/Functions.php'; return \ULTP\Functions::get_instance(); } } // Plugin Initialization if ( ! class_exists( 'ULTP_Initialization' ) ) { require_once ULTP_PATH . 'classes/Initialization.php'; new \ULTP\ULTP_Initialization(); }
Close