PDA

View Full Version : Link vBulletin with adoptables script.


AJ?
06-03-2009, 06:31 PM
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 -
mysql_query("INSERT INTO ".$prefix."users VALUES ('', '$username', '$pass1','$email','3','1', '$date', '0','','','','','')");Any ideas what to edit?