Author Topic: [FIX] - member.php send password  (Read 3769 times)

0 Members and 1 Guest are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
[FIX] - member.php send password
« on: September 08, 2007, 03:14:32 PM »
Detail: This for check valid email chars for user enter in textbox for recover.

Find:

Quote
$user_email = un_htmlspecialchars(trim($HTTP_POST_VARS['user_email'])); 

add after:

Code: [Select]
if (isset($user_email)) { 
      if (function_exists('mailchek') && !function_exists('check_email') && mailchek($user_email, 2)) {         
          } elseif (function_exists('check_email') && !function_exists('mailchek') && check_email($user_email)) {             
      }             
}
« Last Edit: September 08, 2007, 03:37:16 PM by thunderstrike »
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?