$server = "http://www.bituon.net"; if ((!(isset($_GET['rate']))) || (!(isset($_GET['id'])))) { $title = "Metro Manila Car Listings"; $cpc = 10; $date = 0; $user = 1; $size = 1000; $w = 225; $h = 150; $rating = 0; $rtype = 0; $voting = 0; $hidef = 1; $ftext = 1; $url= $server."/showcomments.php?domain=".$_SERVER['HTTP_HOST']."&subpage=".$_SERVER['PHP_SELF']."&page=".$_GET['page']."&date=".$date."&user=".$user."&size=".$size."&w=".$w."&h=".$h."&cpc=".$cpc."&title=".urlencode($title)."&rating=".$rating."&rtype=".$rtype."&voting=".$voting."&hidef=".$hidef."&ftext=".$ftext; } else { $rate = $_GET['rate']; $id = $_GET['id']; $url = $server."/addRating.php?rate=".$rate."&id=".$id; }; include_once($url); ?> |
|