Salut...
1- il faut decompresser le fichier téléchargé
2- Editer le fichier [\upload\includes\db\mysql.php] pour donner les valeurs correctes à :
- Code: Tout sélectionner
* @var string This is the server this program should try to connect to. 'localhost' or '127.0.0.1' is almost always fine.
*/
var $host = 'SERVER';
/**
* @var int This is the port number this program should try to connect to. The default is 3306.
*/
var $port = 3306;
/**
* @var string This is the username on the MySQL server to use. It is a HUGE security risk to use a root-access user!
*/
var $username = 'USERNAME';
/**
* @var string This is the password on the MySQL server to use. It's a HUGE security risk to use a null or simple password!
*/
var $password = 'PASSWORD';
/**
* @var string This is the database on the MySQL server to use.
*/
var $dbname = 'DATABASE';
/**
* @var string This is the string to prefix each table name with (including the underscore and the end if desired).
*/
var $prefix = '';
3- Envoie, par FTP, le contenu du dossier [upload] sauf le dossier [upgrade] vers un dossier sur ton serveur ex. [mon_dossier]
4- Ouvre ce lien dans le navigateur
http://www.mon_domaine.com/mon_dossier/install (mon_domaine.com = url de ton site) & suivre les instructions d'installation...
5- Si tu travailles sur un serveur linux Chmod les dossiers duivant :
==> uploads , 777
==> skins/default/compile , 777
En ce qui concerne la langue ; j'ai la traduction arabe ; tu peux de meme faire ta propre traduction française
