View Full Version : Login/register same for forum and site
Soldier00
12-06-2004, 05:47 PM
is there anyone that can help me with putting site and forum togheather as one login/register? they are both php site and forum well forum is XMB and site is phpwebsite so is there anyone that can help me? or give me code or something some directions to how to do it ,,,anything.thx
mahangee
12-06-2004, 07:02 PM
Well in theory it shouldnt be too hard to achieve just you would need to edit alot of files and alot of time. I recommend that you read up and understand what your doing then set off and do it by yourself. As I doubt ou will be able to find anyone who would want to put in that effort, for little-to-no reward.
EnderX
12-06-2004, 07:19 PM
I'm not sure if this is possible, since I don't know databases and PHP all that fluently yet, but would you be able to just have the account copy from one database (the website) to the forum database? I have no idea how to do this, but it's just a thought.. hopefully it works! :lol:
Soldier00
12-06-2004, 09:28 PM
can anyone just give me heads up or some help of how should i do this i will do it myself ..anyone?
mahangee
12-06-2004, 09:36 PM
Well you should try to combine the tables together, then go around edit the code of them changin which table it should go to.
shwaza
12-07-2004, 10:27 AM
I have a question sort of similar to this, say i wanted to put a little login box on my main site, could i make that react with the server, so that it logs them in and redirects them to the forums logged in?
Originally posted by shwaza@Dec 7 2004, 07:27 AM
I have a question sort of similar to this, say i wanted to put a little login box on my main site, could i make that react with the server, so that it logs them in and redirects them to the forums logged in?
15928
Go to the log in page on your forums, and View the source. Find the form part (it should start with "<form", and just copy the entire thing from that to "</form>". Edit it so it will point to the action in your forums directory, and make unneeded forms of the type "hidden".
@Soldier00:
I'm not really sure about this, but you might be able to edit the user system so it shares sessions, and automattically registers for both. Also, there might also be a modification available that can do this for you-- do a search on PHPWebsite for XMB, and on XMB for PhpWebsite.
Tim :)
shwaza
12-07-2004, 09:22 PM
lol wow, thats simple enough, thanks :P
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.