\n"; $Contents = ob_get_contents(); //$Contents=oneLine($Contents); ob_end_clean(); if ($debug) { $s = "

Not compress length: ".strlen($Contents); $s .= "
Compressed length: ".strlen(gzcompress($Contents,$level)); $Contents .= $s; }#end if header("Content-Encoding: $ENCODING"); print "\x1f\x8b\x08\x00\x00\x00\x00\x00"; $Size = strlen($Contents); $Crc = crc32($Contents); $Contents = gzcompress($Contents,$level); $Contents = substr($Contents, 0, strlen($Contents) - 4); print $Contents; print pack('V',$Crc); print pack('V',$Size); exit; } else { ob_end_flush(); exit; }#end if }#end function function oneLine($myHTML) { $myHTML=eregi_replace("\r\n","",$myHTML); $myHTML=eregi_replace("\n","",$myHTML); $myHTML=eregi_replace(chr(9),"",$myHTML); return $myHTML; }#end function ?> Diccionario Universal - Letra H - El Buyate
Get Gifts, Earn Coins - Discover Tango live. Enlace externo (se abre en una nueva ventana)
www.elbuyate.com ".$hoy["mday"] ." / ".$meses[$hoy["mon"]-1] ." / ". $hoy["year"].""; //Visitantes online // Configuracion de las variables $arch = "dades.txt"; // Archivo de datos de los usuarios (coloque la ruta completa dentro del servidor). $logoutTime = 600; // Tiempo tras el cual un usuario es considerado inactivo (en segundos). $IP = $REMOTE_ADDR; $count = 0; $res = ''; $fp = fopen($arch,"r+"); $t = time(); $content = fread($fp,filesize($arch)); fclose($fp); $lineas = split("\n",$content); for ($i=0; $i < count($lineas); $i++) { $datos = split(':',$lineas[$i]); $n = $t - $logoutTime; if ($datos[0] != $IP && $datos[1] > ($n)) { $res .= "$datos[0]:$datos[1]\n"; $count++; }#end if }#end for $res .= "$IP:$t\n"; $count++; $fp = fopen($arch,"w+"); fwrite ($fp,$res); fclose($fp); ?>

Secciones

Web


Parse error: syntax error, unexpected end of file in /var/www/vhosts/elbuyate.com/httpdocs/diccio.php on line 409