You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
652 B
24 lines
652 B
<?php
|
|
|
|
define('_RC_SPIDER_USE_IP', 'rc_spider_use_ip');
|
|
define('_RC_SPIDER_WEIBO_COMMENT_USE_IP', 'rc_spider_weibo_comment_use_ip');
|
|
define('SPIDER_WEIBO_BEHAVIOR', 'spider_weibo_behavior');
|
|
define('SPIDER_WEIBO_COMMENT', 'spider_weibo_comment');
|
|
|
|
$GLOBALS['DAEMON_MAXTIME'] = array(
|
|
SPIDER_WEIBO_BEHAVIOR => 7200,
|
|
SPIDER_WEIBO_COMMENT => 7200,
|
|
);
|
|
|
|
$GLOBALS['DAEMON_LIST'] = array(
|
|
SPIDER_WEIBO_BEHAVIOR => 'get_weibo_behavior.php',
|
|
SPIDER_WEIBO_COMMENT => 'spider_weibo_comment.php',
|
|
);
|
|
|
|
$GLOBALS['DAEMON_LIST_DESC'] = array(
|
|
);
|
|
|
|
$GLOBALS['DAEMON_NUMLIMIT'] = array(
|
|
SPIDER_WEIBO_BEHAVIOR => 5,
|
|
SPIDER_WEIBO_COMMENT => 2,
|
|
);
|