Once people register, I need for vBulletin to be able to put queries into tables on a different prefix to create user accounts for my adoptable's script, but I'm not sure how to go about doing that. I think a plugin would be needed, can anybody help?
I'd need to add this query somewhere -
Code:
mysql_query("INSERT INTO ".$prefix."users VALUES ('', '$username', '$pass1','$email','3','1', '$date', '0','','','','','')");
Any ideas what to edit?