⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.155
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
lsws
/
admin
/
html.open
/
res
/
lang
/
View File Name :
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);