home2/isose750/public_html/ajuda/ip_whois.php000064400000003211146731314200015052 0ustar00this link'; // %s will be replaced with URL // Don't bother validating IP address format, just sure no invalid chars are sent if ( isset($_GET['ip']) && preg_match('/^[0-9A-Fa-f\:\.]+$/', $_GET['ip']) ) { // Create redirect URL $url = str_replace('{IP}', str_replace(':', '%3A', $_GET['ip']), $hesk_settings['ip_whois']); // Redirect to the IP whois ?> <?php echo $hesklang['1']; ?>