Linux thaedus.aserv.co.za 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 197.242.159.149 & Your IP : 216.73.216.17
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
dokeos /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2017-01-19 10:37
php53
[ DIR ]
drwxr-xr-x
2017-01-19 10:37
php56
[ DIR ]
drwxr-xr-x
2017-01-19 10:37
.htaccess
986
B
-rwxr-xr-x
2011-12-22 06:55
add_course.conf.php
453
B
-rwxr-xr-x
2011-12-22 06:55
configuration.php
6.03
KB
-rwxr-xr-x
2013-06-14 06:37
course_info.conf.php
2.24
KB
-rwxr-xr-x
2011-12-22 06:55
dokeos.sql
205.9
KB
-rwxr-xr-x
2017-01-19 10:37
dokeos.zip
52.45
MB
-rwxr-xr-x
2017-01-19 10:37
edit.php
4.68
KB
-rwxr-xr-x
2017-01-16 06:56
edit.xml
433
B
-rwxr-xr-x
2016-08-30 05:55
fileindex.php
352
B
-rwxr-xr-x
2011-12-22 06:55
import.php
3.13
KB
-rwxr-xr-x
2017-01-16 06:56
info.xml
2.8
KB
-rwxr-xr-x
2017-01-16 05:53
install.js
924
B
-rwxr-xr-x
2013-06-14 06:37
install.php
6.19
KB
-rwxr-xr-x
2017-01-16 06:56
install.xml
2
KB
-rwxr-xr-x
2013-06-14 06:37
mail.conf.php
843
B
-rwxr-xr-x
2011-12-22 06:55
md5
1.43
KB
-rwxr-xr-x
2017-01-16 06:56
notes.txt
440
B
-rwxr-xr-x
2013-06-14 06:37
profile.conf.php
1.48
KB
-rwxr-xr-x
2011-12-22 06:55
Save
Rename
<?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; } // ==================================================================== ?>