Codice: |
<?php
//-------------------------------------
//- blocco creato da webother.com
//-------------------------------------
if (eregi("block-cartucce.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<sc-ri-pt language='Ja-va-Sc-ri-pt' src=\"http://ilapi.ebay.com/ws/eBayISAPI.dll?EKServer&ai=d%7b%7eu%2b%28&bdrcolor=FFCC00&catid=14616&cid=0&endcolor=FF0000&endtime=n&fntcolor=000000&fs=3&hdrcolor=FFFFCC&height=height=600&img=n&maxprice=6000&minprice=50&num=8&numbid=n&popup=n&prvd=4&query=%28a%2c+e%2c+i%2c+o%2c+u%29&siteid=101&sort=MetaNewSort&sortby=endtime&sortdir=desc&srchdesc=n&tlecolor=FFCE63&track=1053184&width=120\"> ";
$content .= "</sc-ri-pt> ";
?> |