Файл: public_html/titulos.php
Строк: 21
<tr>
<td bgcolor="<?=$highlight?>">
<?
require('config.php');
$sqle = "SELECT * FROM tb_ads WHERE user='$last' and ident='$id'";
$resulte = mysql_query($sqle);
$myrow = mysql_fetch_array($resulte);
mysql_close($con);
$time=$myrow['visitime'];
$crok1 = date(time());
$crok2 = date($time + (24 * 60 * 60));
if($crok1 >= $crok2)
{
?><b><a onclick="javascript: this.style.textDecoration='line-through';" href="view.php?ad=<?=$id?>" target="_blank"><?=$description?></a></b><?
} else { ?><del><?=$description?><del><? }
?>
</td>
<tD bgcolor="<?=$highlight?>" style="font-weight: bold; text-align: center; color: #f00;">
<?=$timer?>
</td>
<tD bgcolor="<?=$highlight?>" style="font-weight: bold; text-align: center;">
<?=$members?> / <?=$outside?> / <?=$total?>
</td>
<td bgcolor="<?=$highlight?>" style="font-weight: bold; text-align: center;">
<?=$plan?>
</td>
</tr>