The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Inserting a User into VB no longer working
Hello
I have an application that when you insert a user into it, it automatically used to insert that user into the vBulletin user table When we updated to 3.0 , it stopped working. Here is the old code Code:
$iUs = mysql_insert_id($objConn); $time = time(); $md5Pass = md5($txtPassword); $sSql = "INSERT INTO user (username, password, email, referrerid, nosessionhash, styleid, "; $sSql .= "adminemail, cookieuser, daysprune, emailnotification, usertitle, joindate, usergroupid)"; $sSql .=" VALUES ('$txtUsername', '$md5Pass', '$txtUsername', '$iCusID', 1, 1, 1, 1, -1, 1, "; $sSql .= "'Captain','$time', '$groupid')"; Thanks Dave |
#2
|
|||
|
|||
|
#3
|
|||
|
|||
Thanks...I'll pass this on.
Dave |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|