Incorporate decaptcher into imacros. IMacros + DeCaptcher Tutorial.

nessebar

BANNED
Joined
May 26, 2008
Messages
162
Reaction score
450
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://www.mirrorcreator.com/files/0.../api.zip_links

virustotal
Code:
http://www.virustotal.com/file-scan/report.html?id=725e9fe7be9871a5a9149f69180ec2aa0e8500ed847dc9cd5b1aba101ec72df5-1292516788

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 - api.decaptcher.com
Port - 5343
Priority Payment - $0
Balance - $29.7049


OK. Time to edit main.php.

After editing main.php should now look like.

define( 'HOST', "api.decaptcher.com" ); // 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.
 
New Working Link

Code:
http://www.mediafire.com/?ekwyggmmubqgxci
 
Back
Top