The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
User Adding problem (code)
I have this code which people asking to join to the forum.
i made Accept\Reject but when i click on Accept i did Code:
$joindate=time(); $DB_site->query("INSERT INTO user (userid,usergroupid,username,password,email,joindate,salt) VALUES (NULL,'2','".$user."','".$pass."','".$email."',$joindate,'$salt')"); $userid=$DB_site->insert_id(); $DB_site->query("INSERT INTO userfield (userid) VALUES ($userid)"); Any helpers about this subject? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|