Obtain phpBB remote session

Lumpkine

New Member
I want to crawl some data out of a phpBB forum i'm a member of. But for that, login is required. I can login using cURL, but if I try to crawl the data after logging in using cURL, it still shows that I need to login before viewing that page. Is it possible to login using cURL AND retain that session to do some farther job?Another thing, that forum usually shows a confirmation page after logging in and then after 5sec, automatically redirects to the index page. And the thing is, if I login using cURL, my script also follow that header location and shows me that page..Any workaround of this?
 
Back
Top