Author |
Message |
mario |
Posted: Mon Apr 15, 2013 8:51 am Post subject: |
|
virgilwylie, Gixen backend does not use PHP to execute snipes. I doubt that you can make a sniping site and have it operate in an economical and reliable way by using scripting. But of course I could be wrong. |
|
 |
Cupid |
Posted: Mon Apr 15, 2013 4:32 am Post subject: |
|
Sniping sites are not permitted to use the ebay API so the only way they can do it is by parsing html and bidding through the same process that a user with a browser would use. |
|
 |
virgilwylie |
Posted: Sun Apr 14, 2013 11:29 pm Post subject: reply |
|
Thanks Mario and Mark. One more thing, do gixen runs the php script to book a bid through cmd or just normal way.. i got the same kind of website which i have to achieve. hopefully i can get some tips from you to start. i scraped the search description now i want to bid. but the procedure is awkward. had to go through login then bidding... this is tiring man. Hats off you pulled it off so nicely.. |
|
 |
mario |
Posted: Sat Apr 13, 2013 6:16 am Post subject: |
|
virgilwylie,
Gixen obviously does not start the login process at the offset time - it does it much sooner. Only the final bid confirmation is sent at the offset time, which usually results in your bid being recorded at ebay either at offset time of offset + 1 second. If you do the timing correctly, there is no reason why you wouldn't be able to achieve the same or similar if the server you are running this on has a good internet connection. |
|
 |
Cupid |
Posted: Sat Apr 13, 2013 2:22 am Post subject: |
|
The time taken for ebay to respond and to perform the processing is taken into account in the software so that the bid ends up being placed at the time it was scheduled to happen. |
|
 |
virgilwylie |
Posted: Fri Apr 12, 2013 10:22 pm Post subject: was curious to know how do u handle so many automated bids |
|
hello Mr. Mario, i was curious to know more about the speed of the automated bidding system. and how html parsing is done so quickly. i work on php and it took me around 8 sec to log in to ebay using html parsing... BTW the work you do here is exceptionally good. keep up the work. |
|
 |