05-10-2012, 12:18 PM
I`ll make guide here
21. install xampp
2. open in directory and open htdocs.
3. coping website files into htdocs.
4.making configuration on our database. CONFIGURE in config.php
Will Be Like this
$mySQL["server"] = localhost; <---- host name $mySQL["username"] = root; <----- username
$mySQL["password"] = ; <----- password
$mySQL["database"] = newproject_db_auth; <----database
$config["pagetitle"] = LastChaos Control Panel;
5. opening website with this command 2 u copied files)/index.php
IF IT HELPS PUSH THANKS
