Incorporate decaptcher into imacros. It's pretty easy to setup. -==Ok Lets Begin=-- NOTE: To use DeCaptcher You have to Install Apache and PHP5 on Windows: It is quite simple with WampServe. - DOWNLOAD WampServer 2.0i here - http://www.wampserver.com/dl.php After download, install and run WampServe. (Remember to run WampServe every time when you restart windows) Copy and paste the following into your IMacros exactly as it is displayed. Code: ONDOWNLOAD FOLDER=C:\wamp\www\api\ FILE=pic.jpg TAG POS=1 TYPE=IMG ATTR=HREF:*api.recaptcha.net/* CONTENT=EVENT:SAVEPICTUREAS TAB OPEN TAB T=2 SET !TIMEOUT 180 URL GOTO=http://localhost/api/main.php TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT SET !VAR1 {{!EXTRACT}} Now Download my DeCaptcher API file: Click Here to download - http://vinefirebot.com/api.zip Unzip api.zip (Right click on the file). Open main.php - (to open use Notepad or you favorite editor). You will see: define( 'HOST', "127.0.0.1" ); // YOUR HOST define( 'PORT', MY PORT ); // YOUR PORT define( 'USERNAME', "mylogin" ); // YOUR LOGIN define( 'PASSWORD', "mypassword"); // YOUR PASSWORD Login to http://www.decaptcher.com/client/ It should now look like: General Information: Server - - 72.233.64.162 Port - 5343 Priority Payment - $0 Balance - $29.7049 OK. Time to edit main.php. After editing main.php should now look like. define( 'HOST', "72.233.64.162" ); // YOUR HOST define( 'PORT', 5343 ); // YOUR PORT define( 'USERNAME', "myusername" ); // YOUR LOGIN define( 'PASSWORD', "mypassword" ); // YOUR PASSWORD Now save main.php and copy api folder to the: C:\wamp\www\ Now your done and ready to Start Your Bot.
I've followed the instructions here to the letter.... Doesn't work. And I'm an expert with imacros. What is missing here... can anyone help? When I run it, it downloads fine till it has to send it to decaptcha.com and then it gives this error: I looked at that line and that line says: Anyone who can help gets major props...