Seite 1 von 1

IP-Suche

Verfasst: 25.10.2003 09:39
von Helmut71
Im ACP kommt bei der Suche nach einer IP folgendes:

Code: Alles auswählen

The CGI version of the GeekTools Whois Proxy has been replaced by a PHP web page. You will find the new page here:
http://www.geektools.com/whois.php

Please update your bookmarks to reflect the change.

Gibts da schon Abhilfe??

Verfasst: 25.10.2003 10:00
von .tribal
ja gibbet .. .

#-----[ OPEN ]------------------------------
#
admin/index.php
#
#-----[ FIND ]-----------------------------------
#
"U_WHOIS_IP" => "http://www.geektools.com/cgi-bin/proxy. ... etnic=auto",
#
#-----[ REPLACE WITH ]-------------------------------------------
#
"U_WHOIS_IP" => "http://www.samspade.org/t/ipwhois?a=$reg_ip",
#
#-----[ FIND ]-----------------------------------
#
"U_WHOIS_IP" => "http://www.geektools.com/cgi-bin/proxy. ... etnic=auto",
#
#-----[ REPLACE WITH ]-------------------------------------------
#
"U_WHOIS_IP" => "http://www.samspade.org/t/ipwhois?a=$guest_ip",
#
#-----[ SAVE & CLOSE ALL FILES ]-----------------------------------
#
# End

gruss

Verfasst: 25.10.2003 10:03
von .tribal
oder das . .. .


#
#-----[ OPEN ]------------------------------------------
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
"U_WHOIS_IP" => "http://www.geektools.com/cgi-bin/proxy. ... etnic=auto",
#
#-----[ REPLACE, WITH ]------------------------------------------
#
"U_WHOIS_IP" => "http://www.ripe.net/perl/whois?form_typ ... xt=$reg_ip",
#
#-----[ FIND ]------------------------------------------
#
"U_WHOIS_IP" => "http://www.geektools.com/cgi-bin/proxy. ... etnic=auto",
#
#-----[ REPLACE, WITH ]------------------------------------------
#
"U_WHOIS_IP" => "http://www.ripe.net/perl/whois?form_typ ... =$guest_ip",
#
#-----[ SAVE & CLOSE ALL FILES ]--------------------------
#
#End