View Single Post
  #6  
Old 06-01-2009, 07:56 PM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 29,770
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: can't registered

Quote:
Originally Posted by zhiichiro
i cant find that..

only this :

Code:
mysql_query("INSERT INTO ".$prefix."users VALUES ('', '$username', '$pass1','$email','3','1', '$date', '0',''),''),''),'')");
[hr]
i didnt do anything on register.php
omg, well theres your problem.
You only need the two parenthesis at the end, it should look like this:

mysql_query("INSERT INTO ".$prefix."users VALUES ('', '$username', '$pass1','$email','3','1', '$date', '0','','','','')");
Reply With Quote