este es el codigo:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv=\"Refresh\" content=\"3 ; URL=redir.php\"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>verificacion</title> <script language="Javascript"> <!-- Begin document.oncontextmenu = function(){return false} // End --> </script> <script> alert('vas a ser redirigido'); </script> <?php include("geoiploc.php"); // Must include this $ip = $_SERVER["REMOTE_ADDR"]; $nom=getCountryFromIP($ip, " NamE "); if ($nom== "Spain"){ ?> <meta http-equiv="REFRESH" content="0;url=http://www.espain.com"> <?php if ($nom== "Mexico"){ ?> <meta http-equiv="REFRESH" content="0;url=http://www.mexico.com"> <?php if ($nom== "Argentina"){ ?> <meta http-equiv="REFRESH" content="0;url=http://www.argentina.com"> <?php } } } ?> </head> <body > </body> </html>
no se si este bien tomar el nombre del pais como condicion o hay otra forma mas eficaz