SA-MP Forums Archive
[FilterScript] [MySQL] spRegister - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [MySQL] spRegister (/showthread.php?tid=333913)



[MySQL] spRegister - Sphex - 13.04.2012

Introduction
Hi guys, how are you?
I started using a bit MySQL, and I wanted to test my knowledge. Therefore, I built a nice and simple registration system.

Installation
In your server.cfg file, edit the "plugins" line and add mysql to the line, so it will be like that:
PHP код:
plugins mysql 
(If you don't have the line "plugins" create one).

Go to "spregister.pwn" and edit the SQL values.
Quote:

sql_host = Host
sql_user = Username
sql_pass = Password
sql_db = Database name

Download
MediaFire (Files)
Pastebin (Code)

Copyrights
All copyrights reserved © spRegister by Sphex.
MySQL Include by: BlueG
SA:MP Include by: SA:MP


Respuesta: [MySQL] spRegister - Francis. - 13.04.2012

Not bad script but I hate non-threaded queries.


Re: [MySQL] spRegister - Fires - 13.04.2012

Simple but not bad


Re: [MySQL] spRegister - Sphex - 14.04.2012

Thank you very much.
Francis-I don't know what's threaded/non-threaded queries :S.