mikeyinsane Posted April 14, 2008 Share Posted April 14, 2008 Ok is there a way for me to put a form on my website that allows people to log in using there forum username and password? Link to comment https://forums.phpfreaks.com/topic/101129-forum-log-in/ Share on other sites More sharing options...
hitman6003 Posted April 14, 2008 Share Posted April 14, 2008 yes. Now, please be more specific. What forum are you using? phpBB? SMF? ...? Are you wanting to create a different login form for the forum, or are you using the user database from the forum for auth to a different app? Link to comment https://forums.phpfreaks.com/topic/101129-forum-log-in/#findComment-517206 Share on other sites More sharing options...
mikeyinsane Posted April 15, 2008 Author Share Posted April 15, 2008 a phpbb an im pretty sure the first thing is what i want Link to comment https://forums.phpfreaks.com/topic/101129-forum-log-in/#findComment-517219 Share on other sites More sharing options...
hitman6003 Posted April 15, 2008 Share Posted April 15, 2008 Simply copy their form values...same action value in the form declaration, same field names and data types, then you should be good. Your form will simply submit into the existing login process. Link to comment https://forums.phpfreaks.com/topic/101129-forum-log-in/#findComment-517223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.