
01/11/2007, 14:35
|
| | Fecha de Ingreso: noviembre-2007
Mensajes: 1
Antigüedad: 17 años, 4 meses Puntos: 0 | |
Re: Error T_CONSTANT_ENCAPSED_STRING?? hola tengo un error casi similar ayudenme por favor el error es el siguiente:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/zonebit/public_html/themes/Mech/theme.php(363) : eval()'d code on line 1
codigo de este error:
$tmpl_file = "themes/Mech/header.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";"; linea 363 eval($thefile);
print $r_file; OTRO ERROR SIMILAR
Parse error: syntax error, unexpected '<' in /home/zonebit/public_html/themes/Mech/theme.php(823) : eval()'d code on line 2
codigo de este error :
linea: 813 function themesidebox($title, $content) {
linea: 814
linea: 815 $tmpl_file = "themes/Mech/blocks.html";
linea: 816
linea: 817 $thefile = implode("", file($tmpl_file));
linea: 818
linea: 819 $thefile = addslashes($thefile);
linea: 820
linea: 821 $thefile = "\$r_file=\"".$thefile."\";";
linea: 822 linea: 823 eval($thefile);
linea: 824
linea: 825 print $r_file;
}
les dejo la pagina para k vean lOs errores muchas gracias de antemano
http://www.zonebit.net/index.php |