Auctions4Wheels.com

Title

Roy Newsome Enterprises

Description

Excerpted from the website:

session_start(); if (!file_exists("config/config.php")) header ("Location: install.php"); if (isset($_GET['option'])) { if ($_GET['option']=="logout") { session_destroy(); header("Location: index.php"); } } include_once ("config/config.php"); ### do the cron job if selected to run from phpprobid if ($setts['cron_job']==2) { $manualCron = TRUE; include_once ("cron/cron1.php"); } $getFeatItems=mysql_query("SELECT * FROM probid_auctions WHERE hpfeat='Y' AND active=1 AND closed=0 AND deleted!=1 ORDER BY rand() LIMIT 0,".$layout['max_feat_hp']." "); $nbFeatItems=mysql_num_rows($getFeatItems); if ($layout['nb_feat_hp']>0) { $j=floor($nbFeatItems/$layout['nb_feat_hp']); $j++; } else $notfeat="Y"; $fct=0; $id = array(); $name = array(); $pic = array(); $maxbid = array(); $enddate = array(); $currency = array(); while ($hpFeatured=mysql_fetch_array($getFeatItems)) { $id[$fct] = $hpFeatured['id']; $name[$fct] = $hpFeatured['itemname']; $pic[$fct] = $hpFeatured['picpath']; $maxbid = array ($fct => $hpFeatured['maxbid']); $enddate = array ($fct => $hpFeatured['enddate']); $currency[$fct] = $hpFeatured['currency']; $fct++; } include ("themes/".$setts['default_theme']."/header.php"); include ("themes/".$setts['default_theme']."/mainpage.php"); include ("themes/".$setts['default_theme']."/footer.php"); ?>
read more

Languages

English

Additional Information

Related Domains

External Links


Domain Resolution

This domain resolves to the following IP addresses:


Retrieved from "http://aboutus.com/index.php?title=Auctions4Wheels.com&oldid=59395364"