Probleme im Adminbereich
Verfasst: 10.03.2007 20:04
Hallo hab mehrer Probleme die auf einmal Aufgetreten sind. Nur leider keine Ahnung woher diese nun kommen. Also fangen wir an:
IP-Tracking:
Konfiguration steht folgendes:
Gäste-Zugriffe steht folgendes:
User-Zugriffe steht folgendes:
Bot-Zugriffe steht folgendes:
Admin-Zugriffe steht folgendes:
Gemeinsame IP´s :
Ich hoffe ihr könnt mir Helfen. Wünsche euch noch einen schönes Wochenende
Hier noch mal meine admin_ip_tracking.php
IP-Tracking:
Konfiguration steht folgendes:
Code: Alles auswählen
Warning: Division by zero in /var/www/web4/html/admin/admin_ip_tracking.php on line 438
Warning: Division by zero in /var/www/web4/html/admin/admin_ip_tracking.php on line 439
Warning: Division by zero in /var/www/web4/html/admin/admin_ip_tracking.php on line 440
Warning: Division by zero in /var/www/web4/html/admin/admin_ip_tracking.php on line 441
Warning: Division by zero in /var/www/web4/html/admin/admin_ip_tracking.php on line 442
Code: Alles auswählen
Error Counting Entries.
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_ip_tracking.MYI' (errno: 145)
SELECT count(time) AS entries FROM phpbb_ip_tracking WHERE user_id = '-1' AND located NOT LIKE '%/admin/%'
Line : 1067
File : admin_ip_tracking.php
Code: Alles auswählen
Error Getting IP Count.
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_ip_tracking.MYI' (errno: 145)
SELECT count(ip) AS total FROM phpbb_ip_tracking WHERE username <> 'Anonymous' AND located NOT LIKE '%/admin/%' GROUP BY username
Line : 675
File : admin_ip_tracking.php
Code: Alles auswählen
Error Counting Entries.
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_ip_tracking.MYI' (errno: 145)
SELECT count(time) AS entries FROM phpbb_ip_tracking WHERE user_id = '-2' AND located NOT LIKE '%/admin/%'
Line : 1067
File : admin_ip_tracking.php
Code: Alles auswählen
Error Getting IP Count.
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_ip_tracking.MYI' (errno: 145)
SELECT count(ip) FROM phpbb_ip_tracking WHERE located LIKE '%/admin/%'
Line : 1222
File : admin_ip_tracking.php
Code: Alles auswählen
Error Getting Multi Logs.
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_ip_tracking.MYI' (errno: 145)
SELECT ip FROM phpbb_ip_tracking GROUP BY ip
Line : 1375
File : admin_ip_tracking.php
Ich hoffe ihr könnt mir Helfen. Wünsche euch noch einen schönes Wochenende
Hier noch mal meine admin_ip_tracking.php