View Single Post
  #8  
Old 17th October 2008, 02:03
patz patz is offline
Senior Member
 
Join Date: Oct 2008
P2P
Posts: 16
Default
it work thx

but i register diferent user and diferent mail and dont recive mail :|
same to recover password :((

Code:
Use the form below to have your account details
(with a new password) mailed back to you.
Code:
The account details have been mailed to pateutz_cs@yahoo.com.
Please allow a few minutes for the mail to arrive.
Code:
A confirmation email has been sent to the address you specified (pateutz_4tu@yahoo.com).

You need to read and respond to this email before you can use your account.
If you don't do this, the new account will be deleted automatically after a few days.
in functions.php

Code:
}

function validemail($email) {
    return preg_match('/^[\w.-]+@([\w.-]+\.)+[a-z]{2,6}$/is', $email);
}
anyone help me ?:(
Reply With Quote