uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
iplanru
/
data
/
.
/
mod-tmp
/
..
/
www
/
.
/
test
/
wp-content
/
..
/
sxd
/
lang
/
update.php
/
/
<?php // Sypex Dumper 2 langfile updater $path = './'; $langlist = array(); if (false !== ($handle = opendir($path))) { while (false !== ($file = readdir($handle))) { if (preg_match("/^lng_([a-z]{2}(-[a-z]{2})?)\.php$/", $file, $m)) { include($path . $file); $langlist[$m[1]] = $LNG['name']; } } closedir($handle); if(count($langlist) > 0){ $fp = fopen('list.php', 'w'); fwrite($fp, "<?php\n\$langs = " . var_export($langlist, 1) . ";\n?>"); } } echo 'Langlist updated'; ?>
/var/www/iplanru/data/./mod-tmp/../www/./test/wp-content/../sxd/lang/update.php