<?
#######################################
## Mod By KoT (borispol) [76-75-072] ##
#######################################
if (eregi("[^0-9]", $usid))
{
exit;
}
if (eregi("[^a-zA-Z0-9_-]", $a))
{
exit;
}
header("Cache-Control: no-cache");
header("Content-type: image/gif");
if (!isset($a)) readfile("loadx/$usid.gif");
else readfile("xstatus/$a.gif");
?>