Y T Nuke  
Page 1 of 2 1 2 LastLast
Results 1 to 45 of 63
Incorporate decaptcher into imacros. It's pretty easy to setup. -==Ok Lets Begin=-- NOTE: To use ...
  1. #1
    nessebar's Avatar
    nessebar is offline Junior Member
    Join Date
    May 2008
    Location
    Home
    Age
    36
    Posts
    167
    Reputation
    26
    Thanks
    11
    Thanked 441 Times in 62 Posts

    Post IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    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.
    gigsme.com - Buy & sell all your digital files.

  2. The Following 23 Users Say Thank You to nessebar For This Useful Post:

    Aremys (06-08-2010), artwhale (05-01-2010), badtzboy (06-13-2010), BillyMac856 (01-06-2010), blackhatjohn (10-27-2009), e-service (07-04-2010), elchichita (10-29-2009), evilman11 (10-29-2009), Fwiffo (06-01-2010), gragster (10-27-2009), Hunwarrior (08-20-2010), jaguarslug (01-29-2010), LyNHS (08-26-2010), MarketerX (03-16-2010), maxtor2 (07-18-2010), mobetman (04-17-2011), nirmar (07-19-2010), proscale (11-16-2009), pYraTe (08-19-2011), ryan4021 (01-26-2010), siniy (12-04-2009), youngguy (12-17-2009), ZeroBladeStaten (12-21-2009)

  3. #2
    antsaoo's Avatar
    antsaoo is offline Supreme Member
    Join Date
    Oct 2008
    Posts
    1,245
    Reputation
    143
    Thanks
    287
    Thanked 503 Times in 362 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    fucking sweet this will become great use for simple apps which still want catchpa but not really worth payin 100$ for freelancer to code
    You can turn your back on people, But youll never turn your back on commission.

  4. #3
    blackhatjohn's Avatar
    blackhatjohn is offline Regular Member
    Join Date
    Feb 2009
    Posts
    332
    Reputation
    12
    Thanks
    743
    Thanked 358 Times in 26 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Quote Originally Posted by nessebar View Post

    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}}
    Where should i add this file into IMacros? This guide really great. Thanks

  5. #4
    elchichita is offline Newbies
    Join Date
    Feb 2007
    Posts
    35
    Reputation
    10
    Thanks
    5
    Thanked 2 Times in 2 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Most appreciated....this way I don't have to use beatcaptchas

    Thanks man

  6. #5
    lordjeri's Avatar
    lordjeri is online now Creative Mister Design's
    Join Date
    Dec 2008
    Location
    BlackHatWorld
    Posts
    123
    Reputation
    96
    Thanks
    14
    Thanked 515 Times in 87 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Well hmm u know what the problem is here. Its that I hav port 0 like I sad before and then it doesnt open my main.php file :S

  7. #6
    huipass is offline Newbies
    Join Date
    Jan 2009
    Posts
    25
    Reputation
    10
    Thanks
    12
    Thanked 4 Times in 3 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Quote Originally Posted by lordjeri View Post
    Well hmm u know what the problem is here. Its that I hav port 0 like I sad before and then it doesnt open my main.php file :S

    the same as i

  8. #7
    lordjeri's Avatar
    lordjeri is online now Creative Mister Design's
    Join Date
    Dec 2008
    Location
    BlackHatWorld
    Posts
    123
    Reputation
    96
    Thanks
    14
    Thanked 515 Times in 87 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Maybe some1 that has XAMPP on his PC could try it with that because I have no luck with this. Or explain what we could do to fix this

  9. #8
    djquik is offline Newbies
    Join Date
    Nov 2008
    Posts
    49
    Reputation
    10
    Thanks
    4
    Thanked 4 Times in 4 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    so every time a captcha pops up, it will solve it? no need to configure imacros or any scripting program?

  10. #9
    lordjeri's Avatar
    lordjeri is online now Creative Mister Design's
    Join Date
    Dec 2008
    Location
    BlackHatWorld
    Posts
    123
    Reputation
    96
    Thanks
    14
    Thanked 515 Times in 87 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Well it doesnt work atleast for me.. I get 0 port same ip as above. tried that ip and got some error.

    Warning: unpack() [function.unpack]: Type C: not enough input, need 1, have 0 in C:\wamp\www\api\ccproto.inc.php on line 74
    FAILED

    Could u send me a fixed one? X)
    Last edited by lordjeri; 10-30-2009 at 12:08 AM.

  11. #10
    siniy is offline Registered Member
    Join Date
    Sep 2009
    Posts
    53
    Reputation
    12
    Thanks
    59
    Thanked 15 Times in 10 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Is there a way to check whether submission was successful or not, and then run imacros script again? Because either captcha may be recognized wrong or some other kind of error. Similar like Senuke does - two retries and then skip.
    Currently I can see the only way is to check result page for some error string or error page url. But this would be a tedious work to generate checking for error pages for 50-100 bookmarking services in imacros script.
    How are you guys dealing with failure to recognize captchas and other errors?

  12. #11
    CashDummy is offline Junior Member
    Join Date
    Oct 2007
    Location
    http://DownloadMultiMessenger.com
    Posts
    170
    Reputation
    23
    Thanks
    73
    Thanked 43 Times in 21 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    This is great. Should be in the scripting section. I'm sure more will appreciate it there

  13. #12
    proscale's Avatar
    proscale is offline Regular Member
    Join Date
    Mar 2009
    Posts
    319
    Reputation
    46
    Thanks
    99
    Thanked 80 Times in 57 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Let me just say thanks, This is definately useful info, have not tried it yet but will come in VERY VERY HANDY

  14. #13
    spliff666 is offline Newbies
    Join Date
    Sep 2009
    Posts
    3
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    This is fantastic, only 1 question, if i open main.php with an image file called pic.jpg in the dir, (so not using iMacros yet) it displays the name thrice, Is this intentional? and if not how can i fix it please?

  15. #14
    ZeroBladeStaten is offline Newbies
    Join Date
    Dec 2009
    Posts
    2
    Reputation
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Quote Originally Posted by blackhatjohn View Post
    Where should i add this file into IMacros? This guide really great. Thanks
    Where do you add the code into iMacros?

    also, I just copied the code and pasted it into an imcaros file and it doesn't work for some reason, It stops on
    Code:
    TAG POS=1 TYPE=IMG ATTR=HREF:*api.recaptcha.net/* CONTENT=EVENT:SAVEPICTUREAS
    I have done everything in the tutorial too.


    EDIT:
    My browser doesn't go to
    http://localhost/api/main.php either. D:
    Last edited by ZeroBladeStaten; 12-16-2009 at 03:56 AM.

  16. #15
    spliff666 is offline Newbies
    Join Date
    Sep 2009
    Posts
    3
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    @ZeroBladeStaten

    Have you got a php server running so it can display the main.php file

    also the imacros code is to be changed to match whatever will select the captca image from the page you're attempting to bypass, the example is *api.recaptcha.net* so chance it to whatever works on the page.



    I got mine workin 7-80% fo the time but editing a file to only run through a for statement once, but it does come up with a lot of incorrect solutions though

  17. #16
    ZeroBladeStaten is offline Newbies
    Join Date
    Dec 2009
    Posts
    2
    Reputation
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Quote Originally Posted by spliff666 View Post
    @ZeroBladeStaten

    Have you got a php server running so it can display the main.php file

    also the imacros code is to be changed to match whatever will select the captca image from the page you're attempting to bypass, the example is *api.recaptcha.net* so chance it to whatever works on the page.



    I got mine workin 7-80% fo the time but editing a file to only run through a for statement once, but it does come up with a lot of incorrect solutions though
    well i downloading that wampserver thing so it should work, right?

  18. #17
    elbeto is offline Registered Member
    Join Date
    Apr 2009
    Location
    close to the laptop
    Posts
    93
    Reputation
    15
    Thanks
    18
    Thanked 66 Times in 20 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Quote Originally Posted by ZeroBladeStaten View Post
    well i downloading that wampserver thing so it should work, right?
    If you have problem with the wampserver, you can download the abyss web server from here: http://www.aprelium.com/abyssws/download.php (its totally free)

    Then you can download the php without installer from here:http://www.php.net/get/php-5.2.11-Wi.../from/a/mirror

    Unzip it and cut it and paste it in your root in the local hard disk... then follow this easy instructions http://www.aprelium.com/abyssws/php.html to integrate abyss and php, and you have your server ready...

    I hope this can help you also...

  19. #18
    nessebar's Avatar
    nessebar is offline Junior Member
    Join Date
    May 2008
    Location
    Home
    Age
    36
    Posts
    167
    Reputation
    26
    Thanks
    11
    Thanked 441 Times in 62 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    IMacros VineFireBot Auto-Submitter.

    To get bot with DeCaptcher support:
    1. Go To - http://vinefirebot.com
    2. Register for free account.
    3. Go to My Account and enter promotion code "BHWM"
    gigsme.com - Buy & sell all your digital files.

  20. #19
    ZeroBladeStaten is offline Newbies
    Join Date
    Dec 2009
    Posts
    2
    Reputation
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    When the bot deciphers the decaptcha and shows it like this:


    When it pastes it in the Code: box in www.the*****-rpg.com
    It SOMETIMES pastes
    Example:
    "sadg89 [EXTRACT] sadg89"

    Anybody know why?


    Also, how can i get rid of that fatal error thing?
    Last edited by ZeroBladeStaten; 12-20-2009 at 03:27 PM.

  21. #20
    alloyd1 is offline Newbies
    Join Date
    Dec 2009
    Posts
    3
    Reputation
    10
    Thanks
    1
    Thanked 3 Times in 2 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    I would recommend for Windows 7 or any Windows OS downloading PHP support for IIS. Google PHP for IIS. It is much easier than any other software to run. ((I run windows 7 and this was the only way I could get the API to work))

    Next, the macro your write in IMACROS should be something to this effect. I tried to spell it out but ultimately I delete the existing captcha jpg images, save the new one, open a new tab to get the captcha and set VAR1 to hold it and then put it back into the page I needed to put it on. I also clear cache.


    '<Your macro starts here>
    'You navigate to the page with CAPTCHA here
    '
    ' NOTE: Delete the captcha - i never checked to see if it would overwrite an existing one.
    FILEDELETE NAME=C:\inetpub\wwwroot\api\pic.jpg
    '
    'Set the download folder
    '
    ONDOWNLOAD FOLDER=C:\inetpub\wwwroot\api\ FILE=pic.jpg
    '
    'Download the captcha (to do this, use SAVE ITEM command while recording and click on the captcha)
    TAG POS=1 TYPE=IMG ATTR=SRC:https://api-secure.recaptcha.net/image?c=* CONTENT=EVENT:SAVEITEM
    '
    'Open a new tab for local host php script API
    '
    TAB OPEN
    TAB T=2
    URL GOTO=http://localhost/api/main.php
    '
    '
    'This will wait until the captcha is process without a timeout being required Or You can set one if you want.
    SET !EXTRACT_TEST_POPUP NO
    TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT
    '
    'Set the variable VAR1 with a CAPTCHA text. You can paste the value of this variable into some field later
    SET !EXTRACT_TEST_POPUP NO
    SET !VAR1 {{!EXTRACT}}
    '
    'This went and got you the Captcha and set it in {{VAR1}}
    '
    TAB T=1
    '
    'This is example of CAPTCHA code usage
    '
    'TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmRegister ATTR=ID:captcha CONTENT={{!VAR1}}
    '
    '<Your macro will continue here>
    '
    '
    'New page loaded
    TAB T=1
    TAB CLOSEALLOTHERS
    TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:recaptcha_response_field CONTENT={{!VAR1}}
    WAIT SECONDS=3
    TAG POS=1 TYPE=BUTTON ATTR=TXT:Continue
    'New page loaded
    '
    ' Log OUT
    TAG POS=1 TYPE=A ATTR=TXT:log<SP>out
    '
    'CLEAR CACHE for Cookies and History
    CLEAR

  22. The Following User Says Thank You to alloyd1 For This Useful Post:

    maxtor2 (07-18-2010)

  23. #21
    haydenm92's Avatar
    haydenm92 is offline Junior Member
    Join Date
    Apr 2008
    Location
    Idaho
    Posts
    132
    Reputation
    10
    Thanks
    50
    Thanked 36 Times in 23 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Quote Originally Posted by spliff666 View Post
    This is fantastic, only 1 question, if i open main.php with an image file called pic.jpg in the dir, (so not using iMacros yet) it displays the name thrice, Is this intentional? and if not how can i fix it please?
    I'm getting this same error, does anyone know how to either make it display the captcha once then extract, or possibly take the triple captcha, store it, then paste it into a field and remove 2 of 3 captcha codes.

    I can't seem to figure this out, any ideas would be helpful!

    Thanks.

  24. #22
    haydenm92's Avatar
    haydenm92 is offline Junior Member
    Join Date
    Apr 2008
    Location
    Idaho
    Posts
    132
    Reputation
    10
    Thanks
    50
    Thanked 36 Times in 23 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Sorry for the double post, but I figured I'd post the result in case anyone else was following this thread. Search for this line of code in the php file:

    PHP Code:
    for( $i 0$i 3$i++ ) 
    and change it to:

    PHP Code:
    for( $i 0$i 1$i++ ) 
    If you change the 3 to 1 it tells it to only loop and print the code once rather than 3 times.

    Hope this helps!

  25. The Following 2 Users Say Thank You to haydenm92 For This Useful Post:

    maxtor2 (07-18-2010), thachcaodotcom (12-27-2011)

  26. #23
    nessebar's Avatar
    nessebar is offline Junior Member
    Join Date
    May 2008
    Location
    Home
    Age
    36
    Posts
    167
    Reputation
    26
    Thanks
    11
    Thanked 441 Times in 62 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Please download new api file
    fixed some bux
    Download DeCaptcher API file: - http://vinefirebot.com/api.zip
    gigsme.com - Buy & sell all your digital files.

  27. #24
    JuicyBlack's Avatar
    JuicyBlack is offline Regular Member
    Join Date
    Nov 2008
    Location
    Dark n Wet Place
    Posts
    347
    Reputation
    24
    Thanks
    176
    Thanked 160 Times in 108 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    good stuff man! iMacros is soo dam sexe!
    Just Who the Hell - Do you think I AM?

  28. #25
    nessebar's Avatar
    nessebar is offline Junior Member
    Join Date
    May 2008
    Location
    Home
    Age
    36
    Posts
    167
    Reputation
    26
    Thanks
    11
    Thanked 441 Times in 62 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    I hope this will help you Enjoy!

    Quote Originally Posted by JuicyBlack View Post
    good stuff man! iMacros is soo dam sexe!
    gigsme.com - Buy & sell all your digital files.

  29. #26
    jaguarslug is offline BANNED
    Join Date
    Dec 2009
    Location
    Always behind a vpn
    Posts
    341
    Reputation
    11
    Thanks
    23
    Thanked 50 Times in 34 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    iMacro is fckin sweet! It really helped me alot.. And now I just knew that its good with decaptcher! Damn methods methods methods............! Thank you

  30. #27
    bennyb's Avatar
    bennyb is offline Regular Member
    Join Date
    Feb 2009
    Location
    Uranus
    Posts
    236
    Reputation
    0
    Thanks
    30
    Thanked 67 Times in 38 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Does it require to pay to process the captchas?
    If so , how much per captcha??
    Si Vis Pacem, Parabellum

  31. #28
    pewtercraig is offline Newbies
    Join Date
    Dec 2009
    Posts
    12
    Reputation
    11
    Thanks
    8
    Thanked 1 Time in 1 Post

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Looking for some help setting this up, through remotedesktop or whatever else, I'll pay of course.

  32. #29
    kaLwoki's Avatar
    kaLwoki is offline Newbies
    Join Date
    Aug 2009
    Posts
    23
    Reputation
    10
    Thanks
    2
    Thanked 2 Times in 2 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    How to do this if you have multiple captcha requests ('coz you're running multiple iMacro threads) where I have named some as "pic1.jpg", "pic2.jpg", etc. does it automatically point which belongs to what?

  33. #30
    venn999 is offline Newbies
    Join Date
    May 2010
    Posts
    7
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Hi if someone can help me with this I would appreciate it greatly and am willing to pay for the right answer.

    So I made a script / bot with Imacros but I am having a problem similar to what is being described in this forum post.

    Basically I will load up a bunch of URL's on the same page to do commenting and when I go to load the captcha is loads correctly the first time around but when I go to load the second page in the .csv file and it goes to load the captcha it displays the first captcha and the second and looks like this

    fAe#8 [EXTRACT]it2Yj

    so the first captcha is fAe#8 and works fine but the second page is loads the above sequence.

    I am not sure where the error lies. I dont know if its a cache issue with firefox or if its with decaptcher.com or the script, if someone knows, please drop me a line. Thanks.

  34. #31
    npimpfellow is offline Newbies
    Join Date
    May 2010
    Posts
    3
    Reputation
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    I keep getting this error displayed even after the captcha is solved for me:


    Fatal error: Maximum execution time of 60 seconds exceeded in C:\wamp\www\api\ccproto.inc.php on line 84


    any idea why or how I increase the execution time to avoid this.

    Thanks!

  35. #32
    smartchain is offline Newbies
    Join Date
    Jun 2009
    Posts
    0
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    RuntimeError: element IMG specified by SRC:https://api-secure.recaptcha.net/image?c=* was not found, line: 12

  36. #33
    smartchain is offline Newbies
    Join Date
    Jun 2009
    Posts
    0
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Warning: file_get_contents(pic.jpg) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\api\main.php on line 40

    Warning: unpack() [function.unpack]: Type C: not enough input, need 1, have 0 in C:\wamp\www\api\ccproto.inc.php on line 74
    network troubles, better to call ccproto_login() again
    Warning: file_get_contents(pic.jpg) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\api\main.php on line 40

    Warning: unpack() [function.unpack]: Type C: not enough input, need 1, have 0 in C:\wamp\www\api\ccproto.inc.php on line 74
    network troubles, better to call ccproto_login() again
    Warning: file_get_contents(pic.jpg) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\api\main.php on line 40

    Warning: unpack() [function.unpack]: Type C: not enough input, need 1, have 0 in C:\wamp\www\api\ccproto.inc.php on line 74
    network troubles, better to call ccproto_login() again
    Warning: unpack() [function.unpack]: Type C: not enough input, need 1, have 0 in C:\wamp\www\api\ccproto.inc.php on line 74
    balance() FAILED

  37. #34
    madblacker is offline Regular Member
    Join Date
    Nov 2009
    Posts
    269
    Reputation
    12
    Thanks
    24
    Thanked 17 Times in 16 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Isn't it possible to do this captcha thing even without the WAMP server, just using a .wsf file written in VB? I've been playing around with imacros the last few days with the scripting edition and VB (new to VB so its a bit of learning for me but I'm making progress), anyways I thought I saw some things before about how to do it with just a simple VB script file, I'm going to look into it more later

  38. #35
    madblacker is offline Regular Member
    Join Date
    Nov 2009
    Posts
    269
    Reputation
    12
    Thanks
    24
    Thanked 17 Times in 16 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Quote Originally Posted by npimpfellow View Post
    I keep getting this error displayed even after the captcha is solved for me:


    Fatal error: Maximum execution time of 60 seconds exceeded in C:\wamp\www\api\ccproto.inc.php on line 84


    any idea why or how I increase the execution time to avoid this.

    Thanks!
    I'm getting this too and its making it break the script.. I'm going to google it so I will post if I can find the solution to this, i believe it has something to do with the web browser's settings or, maybe more likely, in the wamp server

  39. #36
    madblacker is offline Regular Member
    Join Date
    Nov 2009
    Posts
    269
    Reputation
    12
    Thanks
    24
    Thanked 17 Times in 16 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    To fix the fatal error time out problem, do this:

    Open the file C:\wamp\bin\php\php5.3.0\php.ini-production.ini (go to that folder and look for the 'php.ini-production' file

    Open this in word, or I recommend Notepad ++ (free, google it) this way you can search for the following line:

    ; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
    ; Default: one minute
    ; sybct.login_timeout = one minute

    - now you need to delete the ; beside sybct.login_timeout and change the "one minute" to a numeric value, such as 300 (this will set the max timeout to 300 seconds which should be long enough no matter what)... so change it so it looks like this, then save:

    ; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
    ; Default: one minute
    sybct.login_timeout = 300

  40. The Following User Says Thank You to madblacker For This Useful Post:

    thachcaodotcom (06-13-2010)

  41. #37
    npimpfellow is offline Newbies
    Join Date
    May 2010
    Posts
    3
    Reputation
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    I am still getting the fatal error, I tried restarting and clearing my cache. Still no change after modifying the ini to = 300
    Last edited by npimpfellow; 06-18-2010 at 12:42 AM.

  42. #38
    madblacker is offline Regular Member
    Join Date
    Nov 2009
    Posts
    269
    Reputation
    12
    Thanks
    24
    Thanked 17 Times in 16 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Yeah I later realized what I posted didn't work to solve the issue.. however I did figure out how to solve it later on, I can't remember off the top of my head but I actually have to change it on my new server so when I do that and remember exactly what it was (I think it was in the apache conf file) then I will post here

    Quote Originally Posted by npimpfellow View Post
    I am still getting the fatal error, I tried restarting and clearing my cache. Still no change after modifying the ini to = 300

  43. #39
    skysky is offline Newbies
    Join Date
    Jul 2010
    Posts
    0
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Hi,

    When I activate the iMacro script, a new tab with a white page opens and the script stucks at "URL GO TO..."

    My settings are:

    // your connect information
    define( 'HOST', "api.decaptcher.com" ); // YOUR HOST
    define( 'PORT', 13315 ); // YOUR PORT
    define( 'USERNAME', "DECAPTCHER LOGIN" ); // YOUR LOGIN
    define( 'PASSWORD', "DECAPTCHER PASSWORD"); // YOUR PASSWORD

    Please help

    Best regards

  44. #40
    maxtor2 is offline Newbies
    Join Date
    Jun 2010
    Posts
    11
    Reputation
    10
    Thanks
    5
    Thanked 1 Time in 1 Post

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Still work perfect

    Thanks you for this TuT

  45. #41
    olm75 is offline Power Member
    Join Date
    Jan 2009
    Posts
    604
    Reputation
    13
    Thanks
    105
    Thanked 47 Times in 34 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    man there seriously need to be a vid on this some are visual learners too...

  46. #42
    blackhatjohn's Avatar
    blackhatjohn is offline Regular Member
    Join Date
    Feb 2009
    Posts
    332
    Reputation
    12
    Thanks
    743
    Thanked 358 Times in 26 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Any chance that someone can create a video toturial to show how to add the decaptcher code into imacros? Thanks

  47. #43
    olm75 is offline Power Member
    Join Date
    Jan 2009
    Posts
    604
    Reputation
    13
    Thanks
    105
    Thanked 47 Times in 34 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    yes because i have programs to do submitting but none to make profiles... this is perfect but i just need to figure out the decaptcha...

  48. #44
    KenWingJitsu is offline Regular Member
    Join Date
    Apr 2008
    Posts
    268
    Reputation
    10
    Thanks
    91
    Thanked 47 Times in 30 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    Doesnt work at all.

    Same error as everyone else.....

  49. #45
    tgrendo is offline Newbies
    Join Date
    Feb 2011
    Posts
    0
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IMacros + DeCaptcher Tutorial. Incorporate decaptcher into imacros.

    .api link does not work.

    Any updates on this?

Page 1 of 2 1 2 LastLast
Dot Gov Backlinks Sale


Smarter Submit

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76