2011-12-02, 18:07:52
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:
to:
see here: http://get-simple.info/forum/post/14654/#p14654
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
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18