Jump to content
MakeWebGames

Recommended Posts

Posted

Does anyone know of any high tech open source forums, where you specify where in the database the username and password are stored.

So that users can log in that are already registered to my site, using the username and password hash in my database?

Posted

Re: Question

You'd have to edit your registry file, and have it so the right details are inserted into the forum database, also the correct session / cookie would have to be set when loggin into the game, so users don't have to log into the forums as well.

Posted

Re: Question

Thanks for the advice, but to be honest with you I have tried to do as said, however I am new to PHP and the MCCODEs style is totally different from that In PHPBB

I can't even see a query that looks the same as those used in MCCODES in the PHPBB pages.

Guest Anonymous
Posted

Re: Question

Maybe look at the php-nuke phpbb add-on; may give you a better understanding of it.

Posted

Re: Question

ok...

so i have installed PHP-Nuke version 8 (Free with my host as opose to latest v.9)

and i may be missing a trick, but it still has separate users.

I don't see how it would help.

Posted

Re: Question

It is a bit tricky, though the best option (in my opinion), is to compare what fields you have in common on both db's, and make a fully new registration, to fullfill both db's this way, you will have both filled up. I know it might no be the best option, though my opinion is the less messy and time consuming (code speaking) you will have to do a fully new registration page though but it will save users a lot of time having the registration in both places at once

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...