g telechargé ce petit projet d'e-commerce sur sourceforge.net et g un petit souci a l'utilisation.
g tout uploadé sur mon ftp wanadoo. mais je dois configurer un fichier application.php mais je sais pas trop comment le configurer. voila les parties du fichier que je dois configurer :
/* database configuration */
$CFG->dbhost = "localhost";
$CFG->dbname = "mymarket";
$CFG->dbuser = "myuser";
$CFG->dbpass = "mypassword";
/* directory configuration, if all your mymarket files are in one directory
* you probably only need to set the wwwroot variable. valid examples are:
*
* $CFG->wwwroot = "http://myserver.com/mymarket";
* $CFG->wwwroot = "http://localhost/mymarket";
*
* do not include the trailing slash. dirroot is the physical path on your
* server where mymarket can find it's files. for more security, it is
* recommended that you move the libraries and templates ($CFG->libdir
* and $CFG->templatedir) outside of your web directories.
*/
$CFG->wwwroot = "/mymarket";
$CFG->dirroot = dirname(__FILE__);
$CFG->templatedir = "$CFG->dirroot/templates";
$CFG->libdir = "$CFG->dirroot/lib";
$CFG->imagedir = "$CFG->wwwroot/images";
$CFG->icondir = "$CFG->imagedir/icons";
$CFG->bannerdir = "$CFG->imagedir/banners";
$CFG->support = "support@mymarket.org";
$CFG->version = "1.71";
$CFG->sessionname = "mymarket";
je suppose que pour wwwroot je mets mon adresse perso, ie
http://perso.wanadoo.fr/div88/mymarket
qd je vais sur http://perso.wanadoo.fr/div88/mymarket/index.php
j'obtiens le texte du php !?
les instructions d'installation sont la :
http://perso.wanadoo.fr/div88/myma [...] nstall.txt
merci d'avance !