Subversion Repositories vgwhois

Rev

Rev 2 | Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<?php
2
 
3
#
4
#  generic Whois - Automatic Pattern Generator configuration
5
#
6
#  (c) 2012-2015 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
7
#
8
#  Distribution, usage etc. pp. regulated by the current version of GPL.
9
#
10
#
11
#  Version 2015-04-17
12
#
13
 
14
require_once __DIR__ . '/../../shared/php_includes/config_functions.inc.php';
15
parse_config(__DIR__.'/../config/qa-monitor.conf');
16
parse_config(__DIR__.'/../config/urls.conf');
17
 
18
$anormale_whois=explode(' ', EXCLUDE_WHOIS);
4 daniel-mar 19
 
20
define('WHOISPING_DB',     __DIR__ . '/../.cache/whois-server-ping/whoisping.db');
21
define('DEAD_SERVER_LIST', __DIR__ . '/../config/dead-servers.list');