Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
if (!defined('PHPLISTINIT')) die();
if (empty($GLOBALS['commandline'])) {
print $GLOBALS['I18N']->get("This page can only be called from the commandline");
return;
}
ob_end_clean();
print ClineSignature();
ob_start();
$locale_root = dirname(__FILE__).'/locale/';
if (is_dir($locale_root)) {
$dir = opendir($locale_root);
while ($lan = readdir($dir)) {
if (is_file($locale_root.'/'.$lan.'/phplist.po')) {
cl_output($lan);
$lastUpdate = getConfig('lastlanguageupdate-'.$lan);
$thisUpdate = filemtime($locale_root.'/'.$lan.'/phplist.po');
if ($thisUpdate > $lastUpdate) {
cl_output(s('Initialising language').' '.$lan);
$GLOBALS['I18N']->initFSTranslations($lan);
} else {
cl_output(s('Up to date'));
}
}
}
}
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat