Что нового

Ошибка из за модуля Arcade

  • Автор темы Автор темы lisnaruto
  • Дата начала Дата начала
L

lisnaruto

Гость
Warning: mysql_query(): Access denied for user \'apache\'@\'localhost\' (using password: NO) in /home/dragonstyl/domains/games4.pp.ru/public_html/engine/inc/arcade.php on line 15 Warning: mysql_query(): A link to the server could not be established in /home/dragonstyl/domains/games4.pp.ru/public_html/engine/inc/arcade.php on line 15 Error: Access denied for user \'apache\'@\'localhost\' (using password: NO) in file /home/dragonstyl/domains/games4.pp.ru/public_html/engine/inc/arcade.php on line 15ВОт так пишет в админке
 
$sql_result = mysql_query($sql_select) or die(\"Error:<b> \". mysql_error().\" </b>in file <b>\".__15))Остальной код<?PHPif(!defined(\'DATALIFEENGINE\')){  die(\"Hacking attempt!\");}if($member_db[1] == 1 and $action == \"dologin\"){ header(\"Location: $config_http_script_dir/index.php?mod=options&action=personal\"); exit; }if($action == \"list\"){  echoheader(\"home\", \"Добро пожаловать\");$sql_select = \"select COUNT(*) from \" . PREFIX . \"_arcade_cat\";$sql_result = mysql_query($sql_select) or die(\"Error:<b> \". mysql_error().\" </b>in file <b>\".__FILE__.\"</b> on line <b>\".__LINE__);#$row = mysql_fetch_array($sql_result);list($numrows) = mysql_fetch_row($sql_result);
 
оу.. ты конфиг не настроил: \'apache\'@\'localhost\' (using password: NO) пасс не подходит
 
странно.. ща запрос с хоста кину тебе..
 
Верх