1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

Discussion in 'PHP' started by nesebar, Jan 29, 2010.

  1. #1
    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.
     
    nesebar, Jan 29, 2010 IP
    NewTier likes this.
  2. ghprod

    ghprod Active Member

    Messages:
    1,010
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #2
    its ok now ..its work :D

    but decapcther took so long to break captcha .. lol
     
    Last edited: Oct 4, 2010
    ghprod, Oct 4, 2010 IP
  3. xdhirax

    xdhirax Active Member

    Messages:
    233
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    78
    #3
    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...
     
    xdhirax, Oct 12, 2010 IP