[FilterScript] Advanced registration system (MySQL)
#1

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,
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) 
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,
HTML Code:
#define     DB_SERVER       "127.0.0.1"
#define     DB_USER         "root"
#define     DB_DB           "samp"
#define     DB_PASS         ""
Screenshots
Soon.

Download
Pastebin.
SolidFiles.

Credits
MySQL - BlueG;
Reply
#2

Trying it out now, but you didn't write anything that actually connects to the database? How's it supposed to save and load things in that case?
Reply
#3

Quote:
Originally Posted by Jay_Dixon
View Post
Trying it out now, but you didn't write anything that actually connects to the database? How's it supposed to save and load things in that case?
When the player disconnect.
Reply
#4

Comments?
Reply
#5

add some screenshots please, cant judge !
Reply
#6

Quote:
Originally Posted by GeasyW
View Post
add some screenshots please, cant judge !
What?
Reply
#7

Quote:
Originally Posted by iRaiDeN
View Post
What?
Add some screenshots.. So we can judge your FilterScript
Reply
#8

Quote:
Originally Posted by GeasyW
View Post
Add some screenshots.. So we can judge your FilterScript
later i sorry, so you can give comments on the code?
Reply
#9

Quote:
Originally Posted by iRaiDeN
View Post
later i sorry, so you can give comments on the code?
Comments on the code? What do you mean?
Reply
#10

Quote:
Originally Posted by GeasyW
View Post
Comments on the code? What do you mean?
Nevermind.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)