View file fr4.php
<?
header("Cache-Control: no-cache");
header("Content-type: image/gif");
if (!isset($a)) readfile("loadavatars/$usid.gif");
else readfile("avatars/$a.gif");
?>
<?
header("Cache-Control: no-cache");
header("Content-type: image/gif");
if (!isset($a)) readfile("loadavatars/$usid.gif");
else readfile("avatars/$a.gif");
?>