Immer wenn ich ins Admin Menü möchte erscheint diese Meldung:
Notice: Undefined variable: IQ in /admin/index.php on line 23
Warning: Division by zero in /admin/index.php on line 41
Fatal Error: IQ was not found on this admin.
mysql error: You have an error in your IQ syntax; check the manual that corresponds to your brain version for the right syntax to use near 'IQ = 0'
Fatal error: Cannot break/continue 1 level in /usr/export/www/vhosts/funnetwork/hosting/x65board/phpBB2/admin/index.php on line 35
Die Index Zeilen 23 bis 64:
Code: Alles auswählen
define('IN_PHPBB', 1);
//
// Load default header
//
$no_page_header = TRUE;
$phpbb_root_path = "./../";
require($phpbb_root_path . 'extension.inc');
require('./pagestart.' . $phpEx);
echo "<b>Notice: Undefined variable: IQ in /admin/index.php on line 23<br /><br />Warning: Division by zero in /admin/index.php on line 41<br /><br />Fatal Error: IQ was not found on this admin.<br /><br />mysql error: You have an error in your IQ syntax; check the <a href='http://www.iqtest.com'>manual</a> that corresponds to your brain version for the right syntax to use near 'IQ = 0'</b>";
break;
// ---------------
// Begin functions
//
function inarray($needle, $haystack)
{
for($i = 0; $i < sizeof($haystack); $i++ )
{
if( $haystack[$i] == $needle )
{
return true;
}
}
return false;
}
//
// End functions
// -------------
Wurde mein Forum gehackt??
mfg
Cyber Sonic