mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
New external service for look up IP address
This commit is contained in:
parent
dafef6f624
commit
29036876ea
2 changed files with 5 additions and 2 deletions
|
@ -574,7 +574,7 @@ INSERT INTO `bb_config` VALUES ('show_network_news', '1');
|
|||
INSERT INTO `bb_config` VALUES ('max_net_title', '50');
|
||||
INSERT INTO `bb_config` VALUES ('network_news_count', '5');
|
||||
INSERT INTO `bb_config` VALUES ('network_news_forum_id', '2');
|
||||
INSERT INTO `bb_config` VALUES ('whois_info', 'http://ip-whois.net/ip_geos.php?ip=');
|
||||
INSERT INTO `bb_config` VALUES ('whois_info', 'http://whatismyipaddress.com/ip/');
|
||||
INSERT INTO `bb_config` VALUES ('show_mod_index', '0');
|
||||
INSERT INTO `bb_config` VALUES ('premod', '0');
|
||||
INSERT INTO `bb_config` VALUES ('new_tpls', '1');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue