-
2007/07/25 1:29 오후 #2804
Error 403
We’re sorry, but we could not fulfill your request for /wp-login.php on this server.
Your Internet Protocol address is listed on a blacklist of addresses involved in malicious or illegal activity. See the listing below for more details on specific blacklists and removal procedures.
Your technical support key is: xxxx-xxxx-xxxx-xxxx
You can use this key to fix this problem yourself.
If you are unable to fix the problem yourself, please contact fantastic902 at gmail.com and be sure to provide the technical support key shown above.
로그인 화면에서 비번을 치면 저런 문구가 뜹니다.
하나 해결되면 하나 문제 터지고 원형탈모 생길지경입니다 -_-;;
아래 두개도 다 제 질문이군요…이 게시판 요 몇일사이 제가 독점하는것 같습니다;; 물론 질문으로만 -_-;;
제 원형탈모를 막아주실분 T^T2007/07/30 12:49 오전 #2805아… 그거 bad-behaviour 플러그인에 접속이 막힌거에요.
외국의 아이피로 스팸머를 걸러내는 서버에 우리나라 몇몇 아이피 대역이 포함되어있는것 같더군요. 그런데, 그게 유동아이피라는게 문제죠.
결과적으로 블로그에 접속은 가능한데, 로그인하거나 글을 쓰거나 댓글을 다는 등의 POST 관련 행동을 못하게 됩니다.
해결법은…
bad-behavior/blackhole.inc.php 파일을 열어 윗부분에서 "dnsbl.ioerror.us" 서버를 빼고 나머지를 주석처리하면 됩니다.
function bb2_blackhole($package) {
// Only conservative lists
$bb2_blackhole_lists = array(
// "sbl-xbl.spamhaus.org", // All around nasties // 082net
// "dnsbl.sorbs.net", // Old useless data.
// "list.dsbl.org", // Old useless data.
"dnsbl.ioerror.us", // Bad Behavior Blackhole
);물론 아랫쪽에 $bb2_blackhole_exceptions 에 아이피를 추가하는 방법도 있겠지만, 아이피가 매번 바뀌니… 그냥 주석처리하는게 편할겁니다 😉
2007/07/30 12:49 오전 #2807아… 그거 bad-behaviour 플러그인에 접속이 막힌거에요.
외국의 아이피로 스팸머를 걸러내는 서버에 우리나라 몇몇 아이피 대역이 포함되어있는것 같더군요. 그런데, 그게 유동아이피라는게 문제죠.
결과적으로 블로그에 접속은 가능한데, 로그인하거나 글을 쓰거나 댓글을 다는 등의 POST 관련 행동을 못하게 됩니다.
해결법은…
bad-behavior/blackhole.inc.php 파일을 열어 윗부분에서 "dnsbl.ioerror.us" 서버를 빼고 나머지를 주석처리하면 됩니다.
function bb2_blackhole($package) {
// Only conservative lists
$bb2_blackhole_lists = array(
// "sbl-xbl.spamhaus.org", // All around nasties // 082net
// "dnsbl.sorbs.net", // Old useless data.
// "list.dsbl.org", // Old useless data.
"dnsbl.ioerror.us", // Bad Behavior Blackhole
);물론 아랫쪽에 $bb2_blackhole_exceptions 에 아이피를 추가하는 방법도 있겠지만, 아이피가 매번 바뀌니… 그냥 주석처리하는게 편할겁니다 😉
-
AuthorPosts
- 답변은 로그인 후 가능합니다.