31/05/2010, 11:19
|
| | | Fecha de Ingreso: marzo-2007
Mensajes: 1.811
Antigüedad: 17 años, 10 meses Puntos: 20 | |
Respuesta: CURL. Grabar fichero Cita:
Iniciado por ylodis ¿ Alguien conoce los requisitos necesarios para que CURL grabe un fichero de texto en la raiz de un sitio ? A mi me lo guarda
$save_to='C:\AppServ\www\00-laboratorio_test\secciones\CURL\fichero.txt'
Genera el siguiente fichero fichero.txtwww.google.es
Código:
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Google</title><script>window.google={kEI:"D-8DTNOHAYSQjAe6yvWyCw",kEXPI:"24660,24803,24938,25047",kCSI:{e:"24660,24803,24938,25047",ei:"D-8DTNOHAYSQjAe6yvWyCw",expi:"24660,24803,24938,25047"},ml:function(){},kHL:"es",time:function(){return(new Date).getTime()},log:function(b,d,c){var a=new Image,e=google,g=e.lc,f=e.li;a.onerror=(a.onload=(a.onabort=function(){delete g[f]}));g[f]=a;c=c||"/gen_204?atyp=i&ct="+b+"&cad="+d+"&zx="+google.time();a.src=c;e.li=f+1},lc:[],li:0,Toolbelt:{}};
window.google.sn="webhp";window.google.timers={load:{t:{start:(new Date).getTime()}}};try{}catch(u){}window.google.jsrt_kill=1;
var _gjwl=location;function _gjuc(){var e=_gjwl.href.indexOf("#");if(e>=0){var a=_gjwl.href.substring(e);if(a.indexOf("&q=")>0||a.indexOf("#q=")>=0){a=a.substring(1);if(a.indexOf("#")==-1){for(var c=0;c<a.length;){var d=c;if(a.charAt(d)=="&")++d;var b=a.indexOf("&",d);if(b==-1)b=a.length;var f=a.substring(d,b);if(f.indexOf("fp=")==0){a=a.substring(0,c)+a.substring(b,a.length);b=c}else if(f=="cad=h")return 0;c=b}_gjwl.href="/search?"+a+"&cad=h";return 1}}}return 0}function _gjp()
... corto
Deberías verificar que tengas permisos de escritura en el directorio. Prueba crear un fichero vacío a través de un script a ver si tampoco te lo crea.
Saludos! |