Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
pr /
wp-content /
plugins /
lottier-divi /
src /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
Merkulove
[ DIR ]
drwxr-xr-x
autoload.php
1.03
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : autoload.php
<?php /** * Lottie animations in just a few clicks without writing a single line of code. * Exclusively on Envato Market: https://1.envato.market/lottierdivi * * @encoding UTF-8 * @version 1.0.1 * @copyright Copyright (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved. * @license Envato License https://1.envato.market/KYbje * @contributors Nemirovskiy Vitaliy (nemirovskiyvitaliy@gmail.com) * @support help@merkulov.design **/ /** Register plugin custom autoloader. */ spl_autoload_register( static function ( $class ) { $namespace = 'Merkulove\\'; /** Bail if the class is not in our namespace. */ if ( 0 !== strpos( $class, $namespace ) ) { return; } /** Build the filename. */ $file = realpath( __DIR__ ); $file .= DIRECTORY_SEPARATOR . str_replace( '\\', DIRECTORY_SEPARATOR, $class ) . '.php'; /** If the file exists for the class name, load it. */ if ( file_exists( $file ) ) { /** @noinspection PhpIncludeInspection */ include( $file ); } } );
Close