04.05.2014, 16:05
Information
First, the system is based on MySQL, this system mainly syllabus type RP, basically that's how it goes, you register, then - it seems your age, after that, two questions (What is DM && What is RK), you can add more questions, all of the dialogue humidifier up,
Finally it is recorded, you can add the command stats, basically the whole system is based on the variables, so it was very easy for you, also you need to change the server,username,and the databse, to get the mysql connect to your server, it's open you auto table in the database, change it,
Screenshots
Soon.
Download
Pastebin.
SolidFiles.
Credits
MySQL - BlueG;
First, the system is based on MySQL, this system mainly syllabus type RP, basically that's how it goes, you register, then - it seems your age, after that, two questions (What is DM && What is RK), you can add more questions, all of the dialogue humidifier up,
PHP Code:
#define DIALOG_REGISTER (1001)
#define DIALOG_LOGIN (1002)
#define DIALOG_TYPE_AGE (1003)
#define DIALOG_DM (1004)
#define DIALOG_RK (1005)
#define DIALOG_DONE (1006)
HTML Code:
#define DB_SERVER "127.0.0.1" #define DB_USER "root" #define DB_DB "samp" #define DB_PASS ""
Soon.
Download
Pastebin.
SolidFiles.
Credits
MySQL - BlueG;