Cpx
10-10-2006, 10:58 AM
Hi all,
I am trying to integrate the Vbulletin forum with my own database.
I made a script which checks if the user doesn't excists, it will insert it in to the user table of VB3.
i have used the following code:
mysql_query("INSERT INTO forum_user (userid,usergroupid,email,username,password,homepa ge) values('$id','2','$email','$username','$password', 'http://www.google.com')") or die(mysql_error());
It enters the user correctly, although it states that the user is COPPA ? how do i change that ?
I am trying to integrate the Vbulletin forum with my own database.
I made a script which checks if the user doesn't excists, it will insert it in to the user table of VB3.
i have used the following code:
mysql_query("INSERT INTO forum_user (userid,usergroupid,email,username,password,homepa ge) values('$id','2','$email','$username','$password', 'http://www.google.com')") or die(mysql_error());
It enters the user correctly, although it states that the user is COPPA ? how do i change that ?