View file ch/fr2.php
<?php
header("Cache-Control: no-cache");
header("Content-type:image/gif");
if (!isset($a)) {readfile("loadsmile/$id.gif");}
else {readfile("mysmile/$a.gif");}
?>
<?php
header("Cache-Control: no-cache");
header("Content-type:image/gif");
if (!isset($a)) {readfile("loadsmile/$id.gif");}
else {readfile("mysmile/$a.gif");}
?>