PHP sitesi olanlar için.
<?
$date = date('dm');
if($date == '0108')
{
$html = <<<EOF
<body bgcolor="000000" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber1" height="100%">
<tr>
<td width="100%">
<p align="center">
<img src="http://img140.imageshack.us/img140/1065/savaspg8.jpg" align="center" width="980" height="550"></td>
</tr>
</table>
</body>
EOF;
echo $html;
exit();
}
?>index.php nin en üstüne yazabilirsiniz.