From e1f2ce6d911e9b9622066337517c4a4d392fd9a0 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 7 Jan 2003 20:51:34 +0000 Subject: [PATCH] Update the whois thingy ... 2.2 handles this much more nicely ... but then I would say that .. git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3273 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 3b5d4d573c..6c824ece31 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -454,7 +454,7 @@ elseif( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'right' ) "FORUM_LOCATION" => $location, "IP_ADDRESS" => $reg_ip, - "U_WHOIS_IP" => "http://www.samspade.org/t/ipwhois?a=$reg_ip", + "U_WHOIS_IP" => "http://www.geektools.com/cgi-bin/proxy.cgi?query=$reg_ip&targetnic=auto", "U_USER_PROFILE" => append_sid("admin_users.$phpEx?mode=edit&" . POST_USERS_URL . "=" . $onlinerow_reg[$i]['user_id']), "U_FORUM_LOCATION" => append_sid($location_url)) ); @@ -546,7 +546,7 @@ elseif( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'right' ) "FORUM_LOCATION" => $location, "IP_ADDRESS" => $guest_ip, - "U_WHOIS_IP" => "http://www.samspade.org/t/ipwhois?a=$guest_ip", + "U_WHOIS_IP" => "http://www.geektools.com/cgi-bin/proxy.cgi?query=$guest_ip&targetnic=auto", "U_FORUM_LOCATION" => append_sid($location_url)) ); }