View Single Post
  #3  
Old 19th October 2008, 19:41
NatashaRhea NatashaRhea is offline
Senior Member
 
Join Date: Aug 2008
Posts: 48
Default
Quote:
Originally Posted by clocktower View Post
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() ."')"); 
thanks works great>>>but is there a script to let them know it is auto sign on it states still confirmation email will be sent but works when i log on
Reply With Quote