Code:
nstructions if you need them:
1) Upload all the files on the server
2)EDIT CONFIG.PHP
define('DB_HOST', 'localhost');
define('DB_USER', 'user2');
define('DB_PASS', 'password');
define('DB_NAME', 'base2');
Go to ur Control panel on ur server and add database "anything". add a user to it
with full privileges.
change the values according to ur database, shown in the quoted text above.
note: edit only those values, no need of editing the above two ones in the config.php
then open globals.php and modify the same values.
NOW the last thing to do is run dump.sql file provided. TO do that open phymyadmin
and select ur database, then IMPORT the file " dump.sql" and run it... THEN YOU ARE GOOD TO GO.
defualt username and password is admin1 and login1 you can change it from config.php enter your mysql username on here define('DB_USER', 'your mysql username here') and mysql password on here define('DB_PASS', 'your my sql password here);