PEAK XOOPS - Re: BLOCKED - WHITE PAGE - HELP! in englishin japanese

Re: BLOCKED - WHITE PAGE - HELP!

List posts in the topic

question Re: BLOCKED - WHITE PAGE - HELP!

msg# 1.2
depth:
1
Previous post - Next post | Parent - No child | Posted on 2005/11/29 14:08
GIJOE  ÀèǤ·³Áâ   Posts: 4110
I'm sorry about my late answer.

The easiest way to recover from "IP banned", edit include/common.php

Search this and comment-out exit() ;
    if ($xoopsConfig['enable_badips'] == 1 && isset($_SERVER['REMOTE_ADDR']) && $_SERVER['REMOTE_ADDR'] != '') {
        foreach ($xoopsConfig['bad_ips'] as $bi) {
            if (!empty($bi) && preg_match("/".$bi."/", $_SERVER['REMOTE_ADDR'])) {
                exit();
            }
        }
    }

After this, you can disabe "IP ban" or uninstall Protector.
Votes:4 Average:10.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!