1

Topic: Question Regarding Coding&Mysql Database

Ok on my site people sign up and login to reach member only things such as games etc. But when they go to the forum they have to resign up and login. Thus people can steal other peoples aliases. An example being

User Abc is a trusted mod for the site
User cba is hated
They both sign up for site but Abc didnt sign up righ taway
Cba signs up as Abc for the forum
Abc tries to sign up and the username is taken

Anyone know how to make it if they sign up for the site they sign up for the forum too

Re: Question Regarding Coding&Mysql Database

Well, I guess by adding the user to both the "site" and forum database when they register in one of them. If you want to know how a user is added in the forums, check out register.php.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3

Re: Question Regarding Coding&Mysql Database

ok i got the data base part but what about the coding what part of the code should i put so people can register out of the fourm or should i just copy and paste the whole thing

Re: Question Regarding Coding&Mysql Database

It's a bit tricky. You would need to know some PHP to do it.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

5

Re: Question Regarding Coding&Mysql Database

when they register on your site, just have it write information into the forum database under the member table i beleive.

6

Re: Question Regarding Coding&Mysql Database

Yeah i know that but how