habe Probleme mit einer Datei, die ich in ein phpBB-Forum eingebunden habe. Die Datei ist folgenden: game_stats.php
Hier einmal die Datei als txt: game_stats.txt
Zeile 79 ist folgende:
Code: Alles auswählen
$sql[0] = SELECT COUNT( * ) as anzahl FROM `attacks` WHERE `type` = 'scan' AND success = 1 AND noticed = 0 AND `time` >= $day ;