Jump to content

PHP Forum - Help Please!


ScoTi

Recommended Posts

Hi, i am not going to lie to you. I am a fair newb when it comes to coding things like this.

Heres what i want to do;

 

I want to create a forum for my site, where when you log into the site. You are automaticly logged into the forum and can start posting right away, without having to log into the forum.

Also, i want to make it so the admins/moderators of the site, have more powers, i.e Clean forum ect.

So the forum needs to be linked to the the MYSQL database of "USERNAMES" of the website which is a Text Based Mafia Game.

 

Please help me, thanks alot.

 

-Scott.

Link to comment
https://forums.phpfreaks.com/topic/39848-php-forum-help-please/
Share on other sites

if you want whoever to be logged in when they go to your forum then use cookies to store the username and/or password then write script to check the cookie to see if it matches the info in the database, if it does then let them in the forums if not give them a login form...simple. :)

Link to comment
https://forums.phpfreaks.com/topic/39848-php-forum-help-please/#findComment-192535
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.