Re: 4 forums in one database
you have to search your whole punbb folder for
$db->prefix.'users
then change the prefixes
it's working ?
You are not logged in. Please login or register.
PunBB Forums → Programming → 4 forums in one database
you have to search your whole punbb folder for
$db->prefix.'users
then change the prefixes
it's working ?
How would I do this, if I have two seperate databases, i.e.
mudkips1
mudkips2
mudkips1(main)
Would I do this?
$sql = str_replace($this->prefix ."users", "mudkips1_users", $sql);
this works in the new version? (1.3)
I did nothing, i don't work them
PunBB Forums → Programming → 4 forums in one database
Powered by PunBB, supported by Informer Technologies, Inc.