SA-MP Forums Archive
[FilterScript] Login/Register System [MySQL R41-2] + unique TextDraws - 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] Login/Register System [MySQL R41-2] + unique TextDraws (/showthread.php?tid=638845)



Login/Register System [MySQL R41-3] + unique TextDraws - JustMe.77 - 07.08.2017

Hey there,

I'm re-releasing today another script modified by me. I've added my TextDraw Layout to a login/register system which was made originally by Jeffry.

Previous Release

[FilterScript] https://sampforum.blast.hk/showthread.php?tid=629838


Information

Well, I thought why not combining both systems? It's just a basic Login/Register System, but together with the textdraws, you can make something useful with it.
My previous topic is linked below.

Here are a few Screenshots (different colors):



Requirements
Credits
Download
End

Hope you guys like it, keep in mind that this is just a BASIC Login/Register System, but I'd appreciate your feedback.


Re: Login/Register System [MySQL R41-2] + unique TextDraws - adri[4]Life - 07.08.2017

Looks perfect


Re: Login/Register System [MySQL R41-2] + unique TextDraws - Dayrion - 07.08.2017

Not bad, I like it


Re: Login/Register System [MySQL R41-2] + unique TextDraws - cuber - 07.08.2017

Good job.


Re: Login/Register System [MySQL R41-2] + unique TextDraws - JustMe.77 - 10.08.2017

Thanks for the feedback


Re: Login/Register System [MySQL R41-2] + unique TextDraws - Xeon™ - 10.08.2017

well scripted.
nice design.
simple but gold.

Good job mate. +1 for you.


Re: Login/Register System [MySQL R41-2] + unique TextDraws - azzerking - 25.08.2017

Just for people willing to do a little editing:

It is very inefficient to be making a query call every login attempt. You should make one query call to grab the data and store it in a variable and then just keep comparing it against it.

They still don't need to insert / update thew database after every failed attempt, you can just do it in one go after they leave. (This is if you also want to add/track a users login attempts)

Also your using 256 cells for every query call, which some don't take up even close to that much. I would respect you more as an author if you at least considered making your code efficient. (People who copy/learn from your code will at least be better off if they saw efficient code)

I'm not here to tell you off, so I will end this by saying "Nice Work".


Respuesta: Login/Register System [MySQL R41-2] + unique TextDraws - Miguelch1312 - 27.08.2017

Looks good!, nice design.


Re: Login/Register System [MySQL R41-2] + unique TextDraws - JustMe.77 - 03.09.2017

Updated to the latest MySQL Version R41-3


Re: Login/Register System [MySQL R41-2] + unique TextDraws - Roozevelt - 03.09.2017

Well done


Re: Login/Register System [MySQL R41-2] + unique TextDraws - Deadpoop - 06.09.2017

Good Job


Re: Login/Register System [MySQL R41-2] + unique TextDraws - HoNEYKISS - 09.09.2017

nice one!so good


Re: Login/Register System [MySQL R41-2] + unique TextDraws - JustMe.77 - 26.10.2017

Thanks for the positive Feedback


Re: Login/Register System [MySQL R41-2] + unique TextDraws - GamezCEO - 27.10.2017

Elegant design, nicely scripted.

Well done!