10.11.2015, 06:55
(
Последний раз редактировалось Dice_; 08.05.2016 в 09:30.
)
WAMP
XAMPP:Go Here http://forum.sa-mp.com/showpost.php?...&postcount=530
Step One(Downloading)
Download WAMP
Download this database that i have modified it for localhost:Click
Step two(Installing)
Install WAMP(NOTE:KEEP THE USERNAME as root)
Step three(Starting)
Start WAMP
Step Four(set-up database)
Go to localhost/phpmyadmin then create database called 'ccnr'(without '),
click ccnr on the left side,then click import,click choose file and select the ccnr.sql file that i already gave you on step one.
goto CNRSF/pawno/include/define.inc
change the HOST,USER,PASSWORD,DBNAME
it should look like this
and then recompile it.
XAMPP:Go Here http://forum.sa-mp.com/showpost.php?...&postcount=530
Step One(Downloading)
Download WAMP
Download this database that i have modified it for localhost:Click
Step two(Installing)
Install WAMP(NOTE:KEEP THE USERNAME as root)
Step three(Starting)
Start WAMP
Step Four(set-up database)
Go to localhost/phpmyadmin then create database called 'ccnr'(without '),
click ccnr on the left side,then click import,click choose file and select the ccnr.sql file that i already gave you on step one.
goto CNRSF/pawno/include/define.inc
change the HOST,USER,PASSWORD,DBNAME
it should look like this
Код:
#define HOST "127.0.0.1" #define USER "root" #define PASSWORD "" #define DBNAME "ccnr"