you will need to determine the local ip of the user, the md5(password) and the date() in unix format
INSERT INTO w3t_Users (U_LoginName,U_Username,U_Password,U_Email,U_Totalposts,U_Laston,U_Status,U_Sort,U_Display,U_View,U_PostsPer,U_EReplies,U_Registered,U_RegEmail,U_RegIP,U_Groups,U_Title,U_Color,U_Privates,U_Approved,U_PicturePosts,U_CoppaUser,U_Birthday,U_AdminEmails, U_Number)
VALUES ('<username>','<username>','<md5(password)>','<email>','0','date()','Administrator','','flat','collapsed','10','off','date()','<email>','<ip>','-1-','Administrator','','','yes','on','0','<birthday>','','2')
Last edited by scroungr; 09/07/2004 9:53 PM.