mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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
This commit is contained in:
parent
a08284ef35
commit
e1f2ce6d91
1 changed files with 2 additions and 2 deletions
|
@ -454,7 +454,7 @@ elseif( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'right' )
|
||||||
"FORUM_LOCATION" => $location,
|
"FORUM_LOCATION" => $location,
|
||||||
"IP_ADDRESS" => $reg_ip,
|
"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_USER_PROFILE" => append_sid("admin_users.$phpEx?mode=edit&" . POST_USERS_URL . "=" . $onlinerow_reg[$i]['user_id']),
|
||||||
"U_FORUM_LOCATION" => append_sid($location_url))
|
"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,
|
"FORUM_LOCATION" => $location,
|
||||||
"IP_ADDRESS" => $guest_ip,
|
"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))
|
"U_FORUM_LOCATION" => append_sid($location_url))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue