leonelmadueno
Usuario Novato
Usuario Novato

Necesito ayuda, estoy aprendiendo PHP

Estoy probando un demo para localizar un IP y me sale este error

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/webcindario/l/e/leonelww/iplocation/index.php on line 17

Warning: file_get_contents(http://ipinfodb.com/ip_query.php?ip=186.14.5.225&output=x ml) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/webcindario/l/e/leonelww/iplocation/index.php on line 17

Aqui el ejemplo

https://leonelww.webcindario.com/iplocation/

el codigo relacionado

15 $ipquery = $_SERVER['REMOTE_ADDR'];
16 $pathAPI = "http://www.ip2location.com/ip_query.php?ip=".$ipquery."&output=xml";
17 $xmldata = file_get_contents($pathAPI);
18 $arrdata = xml2array($xmldata);

El demo lo baje de

http://blog.unijimpe.net/ip-location-con-php/


Avatar Image
@man / @woman
@man / @woman
Escrito originalmente por leonelmadueno

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/webcindario/l/e/leonelww/iplocation/index.php on line 17

Te esta diciendo, que no puedes usar en webcindario esta función.

"Netiqueta" en los foros, como comportarse y preguntar en los foros.

No Setup Programs
ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
TemaUsuariosRespuestasVisitasActividad
Por: , el 03/Ene/2005, 19:21
capturawebcam Yoshi_AFCL1826Jan/05
Por: , el 01/Jul/2004, 12:45
lupaloma NoSetup.org lance40222kAug/05