We have ourhabbos user system and wondering how can we make it so when they register on user system they auto register on vb forum and other way round :) + Rep
Printable View
We have ourhabbos user system and wondering how can we make it so when they register on user system they auto register on vb forum and other way round :) + Rep
i wanted to do this with IPB, it would be quite a big job...
Ok.
Just add this in the process register or w/e page.
Or w/e :)PHP Code:include ("URLTOVBULLETINCONFIGFILE.php");
$sql = ("INSERT INTO `user` (username, password,) VALUES ('$_POST[username]','$_POST[password]');
Thanks
just change thhe mysql so it uses vbs user table and it should be good to go
Hehe mr Joe. Just showed him. Say if i mucked up somewhere though ;)
Hello, yes this method would work.
Depending on which Forum you which to use it with. Simply go to phpmyadmin and see what the user table is cales.
Then see what the username and password fields are called.
Then simply, make your login_form, query the forum database when it checks for the user.
Sorry if this is a repeat of the above.
cheers for backing me up primal :)
We have a problem. The forum and site are on different accounts. Is there ANY way for them to be able to connect to the others MYSQL?
Change the host in the usersystem's sql?
More deatiled answer:
go to cpanel -> mysql databases and put in allowed hosts or w.e
The hosts name or ip
Then u can change the hostname like TurtlePie or w/e said ;)