Tag Archives: script

Penny Auction Sites Auto Bidding Script(Sniper) – How To – Building and Using the script

Part I and II of this post series can be found here and here respectively. Build the script: Assume that the HTML skeleton given in previous post is indeed the code and when the bid ends the timer gets a … Continue reading

Posted in JavaScript, Web | Tagged , , , , , , , , , , | 9 Comments

Penny Auction Sites Auto Bidding Script(Sniper) – How To – Requirements & Preparation

Part I of this post series can be found here. Requirements for the script: The script shall have a lower limit to start bidding i.e. the script should not start bidding if the actual price in the bid hasn’t crossed … Continue reading

Posted in JavaScript, Web | Tagged , , , , , , , , , | Leave a comment

Penny Auction Sites Auto Bidding Script(Bid Sniper) – How To – Introduction

I wrote a prologue to penny auction sites beginning of this year, but never posted the bot script I promised I would! I didn’t because I didn’t want others to lose money, but shouldn’t one use his own judgment before … Continue reading

Posted in JavaScript, Web | Tagged , , , , , , , , , | Leave a comment

O_o: Better Logging To Solve Problems

Logging helps in pinpointing the code block that threw an error. Only if they are used correctly. During once such failure, a guy noticed that a script lacked logging and ever promptly promoted the updated script with better logging. A … Continue reading

Posted in O_o code | Tagged , , , | Leave a comment