#//v.1.1.0 #/////////////////////////////////////////////////////// #// COPYRIGHT 2002 PHPAuction.org ALL RIGHTS RESERVED// #// For Source code for the GPL version go to // #// http://phpauction.org and download // #/////////////////////////////////////////////////////// ?>
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
//-- Display current Date/Time
print $sml_font.ActualDate();
?>
//-- Get users and auctions counters $query = "select * from PHPAUCTIONPROPLUS_counters"; $result_counters = mysql_query($query); if($result_counters){ $counters = $sml_font."".mysql_result($result_counters,0,"users")." ".strtoupper($MSG_231); $counters .= " ".mysql_result($result_counters,0,"auctions")." ".strtoupper($MSG_232).""; print $counters; } ?> if($SETTINGS[banners] == 1) { print " ";
view("468x60","_blank");
}
else
{
print " ";
}
?>
|
||||||||||||||||||||||||||||||||||||||||||||||||