Voici ou ce trouve la ligne 168
Nom du fichier : nuked.php
// CONNECT TO DB.
function connect(){
global $global, $db, $language;
$db = mysql_connect($global['db_host'], $global['db_user'], $global['db_pass']);
if (!$db){
echo 'div style="text-align: center;"' . ERROR_QUERY . '/div';
exit();
}
$connect = mysql_select_db($global['db_name'], $db);
mysql_query('SET NAMES "latin1"');
if (!$connect){
echo 'div style="text-align: center;"' . ERROR_QUERYDB . '/div';
exit();
}
}
http://image.noelshack.com/fichiers/201 ... 9-pb02.png
nom du fichier : config.inc.php
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['user'] = '*****';
$cfg['Servers'][$i]['password'] = '*****';
$cfg['Servers'][$i]['only_db'] = 'cf'
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
$cfg['PmaNoRelation_DisableWarning'] = true;
C'est fichier fonctionnent ensemble .