Linux br942.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Apache
: 162.241.2.188 | : 18.216.207.192
Cant Read [ /etc/named.conf ]
8.2.22
manoe678
May The Force Be With You
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
MASS DEFACE
+ Create Folder
+ Create File
/
var /
softaculous /
gallery /
[ 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
NOTES.txt
632
B
-rw-r--r--
clone.php
3.13
KB
-rw-r--r--
database.php
1.57
KB
-rw-r--r--
edit.php
4.38
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
206
B
-rw-r--r--
gallery.sql
17.85
KB
-rw-r--r--
gallery.zip
1.9
MB
-rw-r--r--
import.php
4.3
KB
-rw-r--r--
info.xml
2.4
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.17
KB
-rw-r--r--
install.xml
1.05
KB
-rw-r--r--
md5
8.17
KB
-rw-r--r--
upgrade.php
2.12
KB
-rw-r--r--
upgrade.xml
308
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : database.php
<?php defined("SYSPATH") or die("No direct script access."); /** * @package Database * * Database connection settings, defined as arrays, or "groups". If no group * name is used when loading the database library, the group named "default" * will be used. * * Each group can be connected to independently, and multiple groups can be * connected at once. * * Group Options: * benchmark - Enable or disable database benchmarking * persistent - Enable or disable a persistent connection * connection - Array of connection specific parameters; alternatively, * you can use a DSN though it is not as fast and certain * characters could create problems (like an '@' character * in a password): * 'connection' => 'mysql://dbuser:secret@localhost/kohana' * character_set - Database character set * table_prefix - Database table prefix * object - Enable or disable object results * cache - Enable or disable query caching * escape - Enable automatic query builder escaping */ $config['default'] = array( 'benchmark' => false, 'persistent' => false, 'connection' => array( 'type' => 'mysqli', 'user' => '[[softdbuser]]', 'pass' => '[[softdbpass]]', 'host' => '[[softdbhost]]', 'port' => false, 'socket' => false, 'database' => '[[softdb]]', 'params' => null, ), 'character_set' => 'utf8', 'table_prefix' => '[[dbprefix]]', 'object' => true, 'cache' => false, 'escape' => true );
Close