I need help. I want my sql database to update when a new user signs up on my forums. I need it to sync with my other forum on my website. Any help?
Offline
ssss wrote:
Bump for thebuilderdd
I posted something for you oj my forums. Yes it is for scratch.
Offline
You seem to be using FluxBB, so...
Make sure both forums are on the same database, but when you set one of them up give it your choice of prefix (in the setup form). The delete the table named "(your_prefix)users" from the database, then go through all of the PHP files for the second forum, and where you find "'.$db->prefix.'users", replace it with "users".
Et voilà!
Offline
TheSuccessor wrote:
You seem to be using FluxBB, so...
Make sure both forums are on the same database, but when you set one of them up give it your choice of prefix (in the setup form). The delete the table named "(your_prefix)users" from the database, then go through all of the PHP files for the second forum, and where you find "'.$db->prefix.'users", replace it with "users".
Et voilà!
For database, can they be on the same mysql host? I use mysql9.000webhost.com
I think i messed up though.
Offline
Mega bump. I think i messed up.
Offline
TheSuccessor wrote:
You seem to be using FluxBB, so...
Make sure both forums are on the same database, but when you set one of them up give it your choice of prefix (in the setup form). The delete the table named "(your_prefix)users" from the database, then go through all of the PHP files for the second forum, and where you find "'.$db->prefix.'users", replace it with "users".
Et voilà!
Wait... I noticed alot in one file. Should I change them all?
Offline