PDA

View Full Version : Integration users


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 ?

Cpx
10-11-2006, 11:25 AM
No one ?

Ok how about this: How do i remove the COPPA from all members? , like a MASS-No Coppa ?