cymiz
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
I added code in to the message form for prevent spam by limiting page checking sessions. The form submission file is on another website which is a normal PHP website.
I think it seemed like detected by a ninjafirewall on another website.
(I have several websites use wordpress and installed ninijafirewall)
now i contact hosting , they solve by add this script in to .htaccess all my domain. It’s work 😆
.. Files wp-login.php..
order deny,allow
allow from all
../Files..
that is .htaccess problem. but i don not know how it happen.
maybe i will try that script again – -“
anyway Thank you for your attentive service and Ninja is the best security I always use. If you have more information, please advise me. Thank you again- log not show this ip (xxx.yyy.zzz.178) but show xxx.yyy.zzz.87
- wordpress admin panel page display this text ..
Forbidden
You don’t have permission to access this resource. - before that , i use this code in to my (another web)
session_start();
if (!isset($_SESSION[‘ip_address’])) {
$_SESSION[‘ip_address’] = $_SERVER[‘REMOTE_ADDR’];
$_SESSION[‘attempts’] = 0;}
$_SESSION[‘attempts’]++;
$max_attempts = 5;
if ($_SESSION[‘attempts’] >= $max_attempts) { ..
thanks
Viewing 2 replies - 1 through 2 (of 2 total)