MyBB Community Forums

Full Version: Member log in
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have a website which is in different server than forum. And I want to limit some pages of website only to members of my forum. So I want to put a log in box in the page of website, so that people need to be member of my forum and log in to view the definite pages in the website.

How can I do that ?
Thank you in adv.
If you have PHP on your website's server, perhaps you can make a script to connect to the database on the forum server and authenticate the user by that means. If you use cPanel or something like that on your forum's host, you may need to play with the MySQL access hosts to allow the website's server to access the database.