Posts: 93
Threads: 31
Joined: Feb 2014
Reputation:
0
Hi guys i want to ask you for some things
What " include " is good for register and login ?
What " include " is good for CMD'S ( ZCMD / normal or ... ) ?
What is MySql and why we use it ?
Thanks guys <3
Posts: 791
Threads: 20
Joined: Sep 2013
Reputation:
0
ZCMD, is the best include for the commands, and mysql is the best include for register and login.
and mysql is kind of saving system, we use it because it saves the data on the internet.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
MySQL is used for large playerbases and massive 'file handling' (I dunno if that's the correct term, but it makes loading/saving easier for large databases).
If you don't have knowledge with MySQL (like myself), then y_ini will do just fine.
Currently, ZCMD is the best known command processor, and is recommended because it is very easy to use.