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.227.190.228
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 /
Analytics_4 /
Advanced_Tracking /
[ HOME SHELL ]
Name
Size
Permission
Action
AMP_Config_Injector.php
1.82
KB
-rw-r--r--
Event.php
2.86
KB
-rw-r--r--
Event_List.php
1.47
KB
-rw-r--r--
Event_List_Registry.php
1.11
KB
-rw-r--r--
Script_Injector.php
1.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Event_List_Registry.php
<?php /** * Class Google\Site_Kit\Modules\Analytics_4\Advanced_Tracking\Event_List_Registry * * @package Google\Site_Kit\Modules\Analytics_4 * @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\Analytics_4\Advanced_Tracking; /** * Class for registering third party event lists. * * @since 1.18.0. * @since 1.121.0 Migrated from the Analytics (UA) namespace. * @access private * @ignore */ class Event_List_Registry { /** * The list of registered event lists. * * @since 1.18.0. * @var Event_List[] */ private $event_lists = array(); /** * Registers an event list. * * @since 1.18.0. * * @param Event_List $event_list The event list to be registered. */ public function register_list( Event_List $event_list ) { $this->event_lists[] = $event_list; } /** * Gets the list of registered event lists. * * @since 1.18.0. * * @return Event_List[] The list of registered event lists. */ public function get_lists() { return $this->event_lists; } }
Close