Wireless102 Posted February 14, 2007 Share Posted February 14, 2007 hello, if a few people would try out the system i have put together i would appreciate it. It is a real time auction system. when a bid is placed a xmlhttprequest is sent to update the database with the username / id and bidamount. every 4 seconds another xmlhttpRequest is sent to update the current bid and who is the high bidder. a "quick bid" can be placed by just clicking the quick bid button or a higher bid amount can be entered in the text box. if the user is the highbidder the gif in the upper right changes to green and when out bid it turns to red. from the admin side i can update the current auction, end it, and start the bidding on the next item inline. during that time a hidden layer is made visible through the 4 second xmlhttprequest to let all users know a new item is coming. i have stripped out all user authentication and the company details when you click the link you will automatically logged in as "testuser" take a look and see if it functions correctly for you. I will be online also to bid against anyone who enters the site... looking for a few people to help me test it out basically. also all the items images are out of specs, stretched looking. very beta http://brickhome.info/live/aj.php any feedback would be great Thanks Link to comment https://forums.phpfreaks.com/topic/38401-live-auction-real-time-system/ Share on other sites More sharing options...
benjaminbeazy Posted February 14, 2007 Share Posted February 14, 2007 works smooth, i would suggest a max bid feature, but in that its a live auction, that probably wouldnt serve much purpose oh wait my bad Link to comment https://forums.phpfreaks.com/topic/38401-live-auction-real-time-system/#findComment-184197 Share on other sites More sharing options...
Wireless102 Posted February 14, 2007 Author Share Posted February 14, 2007 thanks for that, i see one problem from this version(since i stripped out so much stuff) the bid was not restarting at zero. it is doing that on the main site Link to comment https://forums.phpfreaks.com/topic/38401-live-auction-real-time-system/#findComment-184200 Share on other sites More sharing options...
Wireless102 Posted February 14, 2007 Author Share Posted February 14, 2007 that error has been corrected Link to comment https://forums.phpfreaks.com/topic/38401-live-auction-real-time-system/#findComment-184213 Share on other sites More sharing options...
Recommended Posts