Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.131
Cant Read [ /etc/named.conf ]
7.4.33
trade
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
/
home /
trade /
public_html /
system /
Language /
en /
[ HOME SHELL ]
Name
Size
Permission
Action
CLI.php
1.9
KB
-rw-r--r--
Cache.php
605
B
-rw-r--r--
Cast.php
1005
B
-rw-r--r--
Cookie.php
1.34
KB
-rw-r--r--
Core.php
968
B
-rw-r--r--
Database.php
1.65
KB
-rw-r--r--
Email.php
1.9
KB
-rw-r--r--
Encryption.php
709
B
-rw-r--r--
Fabricator.php
501
B
-rw-r--r--
Files.php
526
B
-rw-r--r--
Filters.php
458
B
-rw-r--r--
Format.php
583
B
-rw-r--r--
HTTP.php
3.43
KB
-rw-r--r--
Images.php
2.24
KB
-rw-r--r--
Log.php
427
B
-rw-r--r--
Migrations.php
2.5
KB
-rw-r--r--
Number.php
656
B
-rw-r--r--
Pager.php
731
B
-rw-r--r--
Publisher.php
810
B
-rw-r--r--
RESTful.php
350
B
-rw-r--r--
Router.php
508
B
-rw-r--r--
Security.php
488
B
-rw-r--r--
Session.php
939
B
-rw-r--r--
Test.php
352
B
-rw-r--r--
Time.php
1.39
KB
-rw-r--r--
Validation.php
4.59
KB
-rw-r--r--
View.php
716
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Images.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. */ // Images language settings return [ 'sourceImageRequired' => 'You must specify a source image in your preferences.', 'gdRequired' => 'The GD image library is required to use this feature.', 'gdRequiredForProps' => 'Your server must support the GD image library in order to determine the image properties.', 'gifNotSupported' => 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.', 'jpgNotSupported' => 'JPG images are not supported.', 'pngNotSupported' => 'PNG images are not supported.', 'webpNotSupported' => 'WEBP images are not supported.', 'fileNotSupported' => 'The supplied file is not a supported image type.', 'unsupportedImageCreate' => 'Your server does not support the GD function required to process this type of image.', 'jpgOrPngRequired' => 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.', 'rotateUnsupported' => 'Image rotation does not appear to be supported by your server.', 'libPathInvalid' => 'The path to your image library is not correct. Please set the correct path in your image preferences. {0}', 'imageProcessFailed' => 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.', 'rotationAngleRequired' => 'An angle of rotation is required to rotate the image.', 'invalidPath' => 'The path to the image is not correct.', 'copyFailed' => 'The image copy routine failed.', 'missingFont' => 'Unable to find a font to use.', 'saveFailed' => 'Unable to save the image. Please make sure the image and file directory are writable.', 'invalidDirection' => 'Flip direction can be only `vertical` or `horizontal`. Given: {0}', 'exifNotSupported' => 'Reading EXIF data is not supported by this PHP installation.', ];
Close