-Este es el codigo para las desgargas
Código
<?
for($idescargas=1;$idescargas<11;$idescargas++){
if(file_exists("descargas/$idescargas.php")) {
include ("descargas/$idescargas.php");
echo "<a href='descargas.php?e=$idescargas' target='_blank'>· $titulo_descarga</a> ($hits_descarga)<br>" ;
}
}
?>
-Este es el de los links...
Código
<?
for($ienlaces=1;$ienlaces<11;$ienlaces++){
if(file_exists("enlaces/$ienlaces.php")) {
include ("enlaces/$ienlaces.php");
echo "<a href='enlaces.php?e=$ienlaces' target='_blank'>· $titulo_enlace</a> ($hits_enlace)<br>" ;
}
}
?>










Autor



En línea







