mattd8752 Posted February 11, 2007 Share Posted February 11, 2007 I am currently working on a site to read the high scores from another game (megalomania-game.co.uk) and post them on my site. You can check it out @ http://mattdsworld.theicy.net/read.php This site right now reads out the data. I am happy with that. Since the game uses the user accounts from the forums, I need to find a way to use CURL to login to phpBB, so I can get data from the game (a "tech tree" of what I've got researched so far in the game). Basicially, I can parse the page fine, but I need a way to use CURL to get there. It must login, and then navigate to another page keeping the login data. So my question is: How would I log into phpBB with CURL, stay logged in (keep the cookies and such) and move to the next page (using the same cookies) and get the content of that page? Link to comment https://forums.phpfreaks.com/topic/37962-phpbb-login-curl-method-help/ Share on other sites More sharing options...
shawnplr Posted February 11, 2007 Share Posted February 11, 2007 http://sourceforge.net/projects/snoopy/ Link to comment https://forums.phpfreaks.com/topic/37962-phpbb-login-curl-method-help/#findComment-181721 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.