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 Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.