Search the Community
Showing results for tags 'auction'.
-
I am creating yahoo japan auction bidding website using php. I am almost finish 70% of work. but now i am totally stuck in automate bidding. because yahoo japan does not provide yahoo bid url so i am unable to bid. The bid process in yahoo japan is login before only bid. so i am try to use curl and many more methods but its not working please guide me. Now i got yahoo auction script in java format. how can i convert into php. my java script url is given below. https://code.google.com/p/dlcsdk/source/browse/trunk/DLC+Models/src/com/mogan/model/netAgent/NetAgentYJV2.java?r=52 Please help me i am already post this question in many forums My stackoverflow questions are give below http://stackoverflow.com/questions/18077269/yahoo-japan-action-bidding-api-url http://stackoverflow.com/questions/18288382/yahoo-auction-placebid-api-url http://stackoverflow.com/questions/18954018/yahoo-co-jp-login-using-php-curl http://stackoverflow.com/questions/18981712/auto-login-yahoo-co-jp-using-curl-or-oauth http://stackoverflow.com/questions/18997322/oauth-error-code-400-on-yahoo-co-jp-get-token-request
-
Hi there, I am in the process of building a penny auction website using php / javascript. I am at the stage of developing the bidding process by which someone clicks to bid on an item, this resets a time counter and this runs over and over until someone wins when the clock strikes 00:00. My understanding is that I would be updating various database tables with the bidder information, updating the time remaining and doing this every second which would require a cronjob to be run on the server every second. I wondered if anyone had real experience of working with / building one of these websites as this is slightly new to me? What I am unsure about is how complicated this constant requesting and serving information is? What are the best things to use to get / set the information. I was planning on using php to update a table with the new bidder information and the date/time. This would also update the product with the time remaining. If a new user bids this overwrites this information and the process starts again. Any information would be a massive help and much appreciated. Thanks Simon