Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.open /
res /
lang /
Delete
Unzip
Name
Size
Permission
Date
Action
en-US_msg.php
38.16
KB
-rw-r--r--
2025-02-25 04:01
en-US_tips.php
199.31
KB
-rw-r--r--
2025-02-25 04:01
ja-JP_msg.php
44.3
KB
-rwxr-xr-x
2025-02-25 04:01
ja-JP_tips.php
256.11
KB
-rw-r--r--
2025-02-25 04:01
util_sortlang.php
489
B
-rw-r--r--
2025-02-25 04:01
zh-CN_msg.php
36.99
KB
-rw-r--r--
2025-02-25 04:01
zh-CN_tips.php
185.54
KB
-rw-r--r--
2025-02-25 04:01
Save
Rename
<?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);