Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

cURL tutorials...


ghost's Avatar
0 0

I've googled all over the place, and still no good cURL tutorials. Does anyone have any good suggestions?


ghost's Avatar
0 0

Well, that helps with starting a cURL session, but like how would I get the random number off of timed challenge 1, then submit into Firefox?


ghost's Avatar
0 0

if you haven't already, look in the timed challenges forums, I think there's a few examples of how to submit data.

I would recommend running curl with php from the commandline, rather then running it from within a hosted site. Also, make sure to send your cookies in the initial connection, otherwise hbh won't recognize you as a user. The only hard part really is grabbing and submitting the data, parsing and fiddling with it to get the answer is easy.

If you need any more help, feel free to pm me, I can help you with some code.

also, this has been my bible for the first two that I've done: http://www.php.net/manual/en/function.curl-setopt.php