Non so che dire... Firefox mi apre controllo.php ancora bianca, Explorer mi mostra il codice della pagina!
Comincio a chiedermi cose strane... Coi database e le tabelle che creo, che ci devo fare? A logica le esporto e le metto nella cartella di lavoro, dove ho index.php, ma pure togliendole da lì, la visualizzazione di index.php resta sempre quella. 
---
Altra stranezza: usando il delimitatore
invece di quello abbreviato
ora Firefox mi mostra
Codice PHP:
// This Software is distributed under the GNU General Public // License. //-------------------------------------------------------------- //Plaese change the path of the include file, if necessary include ("include/dbconf.php"); //DO NOT CHANGE ANYTHING BELOW!!! //-------------------------------------------------------------- //Declaration of Parameters $zeit = time(); $loeschzeit = $zeit-($timeout*60); $ip = getenv(REMOTE_ADDR); $file = $PHP_SELF; //Database-Connect $handler = @mysql_connect($db_server,$db_username,$db_passwort); @mysql_select_db($db_database,$handler); //Database-Commands $result = @mysql_query("INSERT INTO $db_table VALUES ('$zeit','$ip','$file')",$handler); $result = @mysql_query("DELETE FROM $db_table WHERE zeit<'$loeschzeit'",$handler); $result = @mysql_query("SELECT DISTINCT ip FROM $db_table",$handler); $anzahl_user= @mysql_numrows($result); //Print Headline echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; //Define Directories for display and sort them unset($file); for ($i = 0; $i < $anzahl_user; $i++) { $row = @mysql_fetch_array($result); $ip = $row[ip]; $result2 = @mysql_query("SELECT file FROM $db_table WHERE ip='$ip' ORDER BY zeit DESC",$handler); $row2 = @mysql_fetch_array($result2); $datei = $row2[file]; $datei = explode("/",$datei); for ($xy=0;$xy<(count($datei)-2))="" ;="" }="" (count($datei)="=2)" $anzahluser[$file]++;="" $linkuser[$file]="../" .$file;="" else:="" endif;="" unset="" ($file);="" @arsort($anzahluser);="" print="" following="" lines="" while="" (list="" ($key,="" $val)="@each" ($anzahluser))="" echo="" ""; echo ""; echo ""; echo ""; echo ""; echo ""; } @mysql_close(); ?>
seguito da una tabella con altro codice dentro...
Explorer ancora il codice sorgente
Codice PHP:
<?php include ("useronline.php"); ?>