Author Topic: Website error from nowhere  (Read 3053 times)

0 Members and 1 Guest are viewing this topic.

Offline Lukazs

  • Newbie
  • *
  • Posts: 46
    • View Profile
Website error from nowhere
« on: May 03, 2006, 05:06:41 PM »
Hi, i've got this problem and i dont know what is this. I didn't do anything for my website. This came from no where.



It appiers on page load.

Did some one have this too?

Need your advice.

Thanx For Yor time and Help

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Website error from nowhere
« Reply #1 on: May 03, 2006, 06:44:53 PM »
1. you must install this :
[1.7.2] Security fix for global.php (26.04.2006)
http://www.4homepages.de/forum/index.php?topic=12720.msg68243#msg68243

2. you must delete a user like this :
Quote
'><script>....</script>

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Lukazs

  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: Website error from nowhere
« Reply #2 on: May 03, 2006, 07:43:17 PM »
I try to search some thing that is written there, but in my global.php is this:

      $val = str_replace("\r\n", "\n", $val);
      $val = str_replace("\r",   "\n", $val);
      $val = strtr($val, $search2, $replace2);
      $val = str_replace("\r", '', $val);  // \r === \x0D
    }

    $array[$key] = $val;
  }

  return $array;
}


Am i doing something wrong?

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Website error from nowhere
« Reply #3 on: May 03, 2006, 09:28:33 PM »
Version 1.7 / 1.7.1 / 1.7.2 ... ?
Install all security fixes for your version ... !
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...