Résolu Config.php corrumpu

Statut
N'est pas ouverte pour d'autres réponses.

Neziics'

Membre
Inscription
28 Mai 2014
Messages
1 513
Réactions
347
Points
1 466
RGCoins
25
Salut à tous
J'ai voulu toucher au ''config.php'' de mon forum via le ftppanel pour me mettre super admin (c'est pas moi qui a créer le forum)
et quand je vais dans site via mozilla j'ai ce message:

"Parse error: syntax error, unexpected '$config' (T_VARIABLE) in /home/u812608656/public_html/library/config.php on line 1"

Merci de m'aider
Cordialement.
 
<?php$config['db']['host'] = 'mysql.hostinger.fr';
$config['db']['port'] = '3306';$config['db']['username'] = 'u812608656_fire';$config
['db']['password'] = 'cdma.2002';$config['db']['dbname'] = 'u812608656_fire';$config
['superAdmins'] = '1';
 
<?php$config['db']['host'] = 'mysql.hostinger.fr';
$config['db']['port'] = '3306';$config['db']['username'] = 'u812608656_fire';$config
['db']['password'] = 'cdma.2002';$config['db']['dbname'] = 'u812608656_fire';$config
['superAdmins'] = '1';
Essaye comme ceci :
PHP:
<?php

$config['db']['host'] = 'mysql.hostinger.fr';
$config['db']['port'] = '3306';
$config['db']['username'] = 'u812608656_fire';
$config['db']['password'] = 'cdma.2002';
$config['db']['dbname'] = 'u812608656_fire';

$config['superAdmins'] = '1';
 
Cette réponse a aidé l'auteur de cette discussion !
Essaye comme ceci :
PHP:
<?php

$config['db']['host'] = 'mysql.hostinger.fr';
$config['db']['port'] = '3306';
$config['db']['username'] = 'u812608656_fire';
$config['db']['password'] = 'cdma.2002';
$config['db']['dbname'] = 'u812608656_fire';

$config['superAdmins'] = '1';
ça marche merci je fais comment pour me mettre super admin , (pseudo sur le fofo "Veenox-YZ")
 
Comment ça ? (je suis le 3 eme inscrit sur le foum) :)
Pour get ton ID tu vas sur ta page de profil et tu regardes le lien :
Ici j'ai l'ID 8.
 
Salut,

J'ai déplacé http://reality-gaming.fr/attachments/deplacement-png.20319/ ta discussion en section Résolu http://reality-gaming.fr/attachments/verifier-png.20313/

Bonne journée,
Lyrix
 
Statut
N'est pas ouverte pour d'autres réponses.
Retour
Haut