The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|