Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kas zmogus? padekite

Parašė bad_user· 2008 Kov. 26 07:03:26
#16

Man jau tu vėži ble varai... Pizdink pas rioma.. :@

openside("Reklama");
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
$result = dbquery("SELECT * FROM ".$db_prefix."reklama WHERE aktyvus='1' LIMIT 0,3");
$baneris = $data['banerio_id'];
if ($result != 0) {
while ($data = dbarray($result)) {
$uprl = !strstr($data['banerio_img'], "http://") ? "http://" : "";
echo "<center><marquee behavior='scroll' align='center' valign='bottom' direction='down' width='180' height='60' scrollamount='1' scrolldelay='1' onmouseover='this.stop()' onmouseout='this.start()'><a href='".INFUSIONS."reklama/baneris.php?baneris=".$data['banerio_id']."' target='_blank'><img src='".$uprl.$data['banerio_img']."' alt='".$data['banerio_pav']."' title='".$data['banerio_pav']."' border='0'></a></center><br></marquee>";
}
} else {}
closeside();