Просмотр файла smile.php
<? error_reporting(0); include "config.php"; include "header.php"; echo "Смайлы<br/>"; echo '<img src="1.gif" alt=":-)"/> :-)<br/> <img src="2.gif" alt=":-("/> :-(<br/> <img src="3.gif" alt=":-|"/> :-|<br/> <img src="4.gif" alt=":-0"/> :-0<br/> <img src="5.gif" alt=";-)"/> ;-)<br/> <img src="6.gif" alt="8-)"/> 8-)<br/> <img src="7.gif" alt=":-D"/> :-D<br> '; echo "<a href=\"index.php?rand=$randlink&pass=$pass&name=$name\">В чат</a><br/> $bottom"; ?>