ruzztec Posted July 13, 2007 Share Posted July 13, 2007 I have a site that has user login in on the main page. How can i get it to log them into my fourms with this loggin on the main.html page? Im useing PhpBB as my fourms board Link to comment https://forums.phpfreaks.com/topic/59881-login-in-forums/ Share on other sites More sharing options...
d22552000 Posted July 13, 2007 Share Posted July 13, 2007 you will need the login page on the main page to query the phpbb database for user/pass and you will need to learn how phpbb sets cookies (name, domain, value) and set the same cookie after sucessful login on the main page. Link to comment https://forums.phpfreaks.com/topic/59881-login-in-forums/#findComment-297769 Share on other sites More sharing options...
ruzztec Posted July 13, 2007 Author Share Posted July 13, 2007 hmmm is there blank script that could be use universaly that i may be able to use? Link to comment https://forums.phpfreaks.com/topic/59881-login-in-forums/#findComment-297779 Share on other sites More sharing options...
uramagget Posted July 13, 2007 Share Posted July 13, 2007 Why don't you just review the way phpBB's login works instead by looking through the code? Link to comment https://forums.phpfreaks.com/topic/59881-login-in-forums/#findComment-297782 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.