SA-MP Forums Archive
[FilterScript] r_Register MySQL BASED Registration FS - 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] r_Register MySQL BASED Registration FS (/showthread.php?tid=251057)

Pages: 1 2 3


Re: r_Register MySQL BASED Registration FS - TheBluec0de - 24.07.2011

I could download link please?


Re: r_Register MySQL BASED Registration FS - Raimis_R - 24.07.2011

http://www.apachefriends.org/en/xampp.html


Re: r_Register MySQL BASED Registration FS - TheBluec0de - 24.07.2011

I do not know much .. I downloaded and installed, now what?


Re: r_Register MySQL BASED Registration FS - Raimis_R - 24.07.2011

Quote:

UPDATE: r_Register v0.2.1.

Added Ban System and ban kick commands.


Now you can manage how much player can register users per ip, using 1line. - Suggestion By Gh0st_


pawn Code:
#define MAX_ACCOUNTS_PER_IP 4 // MAX ACCOUNTS PER 1IP


Pictures






new download link: http://solidfiles.com/d/8d0d1/


Re: r_Register MySQL BASED Registration FS - Calgon - 24.07.2011

Nice idea with the textdraw text for a CAPTCHA, perhaps you should obfuscate the text slightly with another textdraws symbols, or something.


Re: r_Register MySQL BASED Registration FS - Serifukas - 24.07.2011

Nice Work And Thanks.

Tikrai Geras Dalykas Pravers Dekui


Re: r_Register MySQL BASED Registration FS - Raimis_R - 24.07.2011

Quote:
Originally Posted by Calg00ne
View Post
Nice idea with the textdraw text for a CAPTCHA, perhaps you should obfuscate the text slightly with another textdraws symbols, or something.
I think tomorrow i will play with textdraws.

Quote:
Originally Posted by Serifukas
View Post
Nice Work And Thanks.
Tikrai Geras Dalykas Pravers Dekui
No problem.
Prasom.


Thanks for feedback.


Re: r_Register MySQL BASED Registration FS - Gh0sT_ - 24.07.2011

Idea: show player that box when he connects and are banned. (like in that one pic with "STOP")


Re: r_Register MySQL BASED Registration FS - [HiC]TheKiller - 24.07.2011

Good to see people are starting to move off file systems, nice release.


Re: r_Register MySQL BASED Registration FS - Raimis_R - 25.07.2011

Quote:
Originally Posted by Gh0sT_
View Post
Idea: show player that box when he connects and are banned. (like in that one pic with "STOP")
I will think about this, Thanks for suggestions.


Quote:
Originally Posted by [HiC]TheKiller
View Post
Good to see people are starting to move off file systems, nice release.
Thanks.


Re: r_Register MySQL BASED Registration FS - System64 - 25.07.2011

well done but you should write a "tutorial" for creating base in XAMP/WAMP etc.


Re: r_Register MySQL BASED Registration FS - Raimis_R - 25.07.2011

Quote:
Originally Posted by System64
View Post
well done but you should write a "tutorial" for creating base in XAMP/WAMP etc.
Thanks and at this moment i dont have much time to write tutorials.


Re: r_Register MySQL BASED Registration FS - Raimis_R - 25.07.2011

Quote:

r_Register 0.2.2

Optimized script. SQL syntaxes now formating with mysql_format function.

Now script using OnQueryFinish callback for better query threading


All Commands For Admins.


Quote:
BAN - /ban [Nick/ID] [Reason]

KICK - /kick [Nick/ID] [Reason]

FREEZE - /freeze [Nick/ID] MODE: 0 - time in seconds 1 - time in minutes.

SLAP - /slap [Nick/ID] [Height][Reason]

New Version 0.2.2: http://solidfiles.com/d/6be7/


Re: r_Register MySQL BASED Registration FS - Rafiko - 26.07.2011

what about unban command?

and this /ban its ipban or name ban?

Tnx For This Awesome FS! xD


Re: r_Register MySQL BASED Registration FS - Raimis_R - 27.07.2011

Quote:
Originally Posted by Rafiko
View Post
what about unban command?


and this /ban its ipban or name ban?


Tnx For This Awesome FS! xD
And Ip And name.


Re: r_Register MySQL BASED Registration FS - TheBluec0de - 15.09.2011

If you tell me how to run it would be very grateful.


Re: r_Register MySQL BASED Registration FS - Raimis_R - 16.09.2011

1. Download FS.
2. In server.cfg add fs name.
3. Run server.

If you don\'t have mysql server in pc download xammp

http://www.apachefriends.org/en/xampp.html


Re: r_Register MySQL BASED Registration FS - TheBluec0de - 16.09.2011

Yes, but, as a start xampp? I have to change something?


Re: r_Register MySQL BASED Registration FS - TheBluec0de - 16.09.2011

?


Re: r_Register MySQL BASED Registration FS - Raimis_R - 16.09.2011

Yes
pawn Code:
#define MySQL_HOST "" // MySQL Server Ip
#define MySQL_USER "" // MySQL User
#define MySQL_DATA "" // Mysql Database
#define MySQL_PASS "" // MySQL Password