PDA

View Full Version : restrict bidding or buying to registered users


dkirwin
11-07-2008, 09:59 AM
the very first line says this

IN FILE: bid.php FIND:
======================

$item_details = $db->get_sql_row("SELECT * FROM
" . DB_PREFIX . "auctions WHERE auction_id='" . $_REQUEST['auction_id'] . "'");

there is 4 instances of this same line in this file and the files says to add something below it ... do i add that below all 4 instaces in that file??

dencha
11-07-2008, 11:54 AM
You should only do this for the first instance you come across. If you need to do it again it will be listed seperately further down the install notes.