Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move from a unix server to a windows server
#5
This CRF-Problem which stopps you from Loggin in, is a pest

I modified a file, nonce.php and so I am not molested anymore by this problem (we did a long research here in the forum once)

what to do?

change line 32 in admin/inc/nonce.php (or delete this line)

from:
Code:
$ip = $_SERVER['REMOTE_ADDR'];

to:

Code:
// Any problem with this?
    // $ip = $_SERVER['REMOTE_ADDR'];
    $ip = ""; // or a random string, as long as it doesn't change between requests

see here: http://get-simple.info/forum/post/14654/#p14654
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
Move from a unix server to a windows server - by Connie - 2011-12-02, 18:07:52



Users browsing this thread: 1 Guest(s)