Decaptcher errors

Saulyx

Junior Member
Joined
Jan 10, 2010
Messages
107
Reaction score
5
Been stuck at this for a day now, anyone got ideas?

Code:
Logging in...
Warning: fsockopen() [function.fsockopen]: unable to connect to api.decaptcher.com:{myport} (Connection timed out) in /home/--/public_html/dev/--/ccproto_client.php on line 36
We have an fsockopen() error: Connection timed out (110) FAILED

the thing is that my connection seems to be correct, I get that it timed out, but why? I got the right decaptcher url, right logins and ports?

edit: went with simple curl instead, would be still interesting to find out why this isnt working tho

Thanks
 
Last edited:
Guessing from the error message
"unable to connect to api.decaptcher.com:{myport}"
I'd look closer at the port number. Where did it come up with {myport} ?
 
Back
Top