View Single Post
  #2  
Old 6th September 2008, 23:12
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
change pending to confirm
in takesignup.php

example

PHP Code:
$ret mysql_query("INSERT INTO users (username, passhash, secret, editsecret, email, gender, country, status, ". (!$arr[0]?"class, ":"") ."added) VALUES (" .
        
implode(","array_map("sqlesc", array($wantusername$wantpasshash$secret$editsecret$email$gender$country, (!$arr[0]?'confirmed':'confirmed')))).
        
", ". (!$arr[0]?UC_SYSOP.", ":""). "'"get_date_time() ."')"); 

Last edited by wMan; 6th September 2008 at 23:14.
Reply With Quote