mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
commit
c1022a7491
1 changed files with 2 additions and 2 deletions
|
|
@ -1487,9 +1487,9 @@ function isCrawler($agent = NULL)
|
|||
$agent = $_SERVER['HTTP_USER_AGENT'];
|
||||
}
|
||||
|
||||
$check_agent = array('bot', 'spider', 'google', 'yahoo', 'daum', 'teoma', 'fish', 'hanrss', 'facebook');
|
||||
$check_agent = array('bot', 'spider', 'spyder', 'crawl', 'http://', 'google', 'yahoo', 'slurp', 'yeti', 'daum', 'teoma', 'fish', 'hanrss', 'facebook', 'yandex', 'infoseek', 'askjeeves', 'stackrambler');
|
||||
$check_ip = array(
|
||||
'211.245.21.110-211.245.21.119' /* mixsh */
|
||||
/*'211.245.21.110-211.245.21.119' mixsh is closed */
|
||||
);
|
||||
|
||||
foreach($check_agent as $str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue