SA-MP Forums Archive
[FilterScript] [T] Login-Register-Saving System. - 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] [T] Login-Register-Saving System. (/showthread.php?tid=455640)



[T] Login-Register-Saving System. - Tuntun - 02.08.2013

Hello my dear friends,I have made my own register system with login and saving system. its not copied from anywhere.
I added 2 commands : /kill to kill your self and /respawn to respawn.

After you try to connect the server you will get the register dialog. and after you re-log you will get a Login dialog.
This system will be save your Password
Cash,
Admin,
Kills and
Deaths.


How to install?
After download put this pawno into your server>filterscript than complie it. Then go to the scriptfiles than create a new folder name with "Beta"Again complie it than your ready!

Have any questions?Than ask in this topic.
Thank you.


Screen Shots:


Download:
http://www.upload.ee/files/3486513/Beta.pwn.html


Re: [T] Login-Register-Saving System. - CrazyChoco - 02.08.2013

Any encryption?


Re: [T] Login-Register-Saving System. - Tuntun - 02.08.2013

What did you mean?


Re: [T] Login-Register-Saving System. - CrazyChoco - 02.08.2013

Are the passwords encrypted?


Re: [T] Login-Register-Saving System. - x96664 - 02.08.2013

Quote:
Originally Posted by Tuntun
Посмотреть сообщение
What did you mean?
He asks you if you are hashing the passwords ex. using Whirlpool or something else or you save them as plaintext.


Re: [T] Login-Register-Saving System. - hossa - 02.08.2013

Contact me on skype bro if you are willing to update it ( VIP / Admin system / more commands )


Re: [T] Login-Register-Saving System. - Tuntun - 02.08.2013

Actually if you set your password to : 123 it will be like : 123131213 or blbalbalabla... that mean you can not check the player password. so its safe.


Re: [T] Login-Register-Saving System. - CrazyChoco - 02.08.2013

I would personally never use anything which just multiplies the password many times or changes it to text. Use whirlpool instead


Re: [T] Login-Register-Saving System. - CaveDweller - 02.08.2013

Quote:
Originally Posted by CrazyChoco
Посмотреть сообщение
I would personally never use anything which just multiplies the password many times or changes it to text. Use whirlpool instead
I've just had a look and it uses udb_hash


Re: [T] Login-Register-Saving System. - Tuntun - 03.08.2013

Quote:
Originally Posted by CaveDweller
Посмотреть сообщение
I've just had a look and it uses udb_hash
Yes..


Any comment for my work?