Author Topic: [FIX] - member.php file.  (Read 3996 times)

0 Members and 1 Guest are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
[FIX] - member.php file.
« on: October 13, 2007, 07:58:57 PM »
This is fix for email.

Find:

Quote
"image_name" => stripslashes($image_name),
"file_name" => $new_name,
"cat_name" => $cat_cache[$cat_id]['cat_name'],
"validation_url" => $validation_url,
"site_name" => $config['site_name']

replace:

Code: [Select]
"image_name" => format_text(trim($image_name), 2),
"file_name" => format_text(trim($new_name), 2),
"cat_name" => format_text(trim($cat_cache[$cat_id]['cat_name']), 2),
"validation_url" => $validation_url,
"site_name" => format_text(trim($config['site_name']), 2)
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 ?