How to make a simple login/register 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to make a simple login/register system (
/showthread.php?tid=648552)
How to make a simple login/register system -
oneWhisper26 - 24.01.2018
I've been looking for awhile on ******* and other websites on how to make a Register/Login system with the include called Y_INI.
I can't find a link to download Y_INI or find a good tutorial where it explains step by step on how to make the system so, if anyone has a tutorial or at least a link to download the include I would much appreciate that, thank you!
Re: How to make a simple login/register system -
jlalt - 24.01.2018
Y_INI is included in YSI library.
https://sampforum.blast.hk/showthread.php?tid=570884
https://github.com/pawn-lang/YSI-Includes/releases
these two topics look fear enough with their explain.
https://sampforum.blast.hk/showthread.php?tid=352703
https://sampforum.blast.hk/showthread.php?tid=273088
Re: How to make a simple login/register system -
ivndosos - 24.01.2018
A little advice, Don't use Kush's tutorial since it is very buggy, use newbienoob's instead.
Re: How to make a simple login/register system -
OuDayas - 10.01.2019
It's possible to create a system with Y_ini/YSI and a db in mysql?
Re: How to make a simple login/register system -
Banditul18 - 10.01.2019
Quote:
Originally Posted by OuDayas
It's possible to create a system with Y_ini/YSI and a db in mysql?
|
To have both things? Yes. To manage account using both methods? No
Re: How to make a simple login/register system -
d3Pedro - 11.01.2019
Quote:
Originally Posted by Banditul18
To have both things? Yes. To manage account using both methods? No
|
Yes it is possible to manage account using both methods, i once used to load stuff from Y_ini and db in the same time. (when i moved from ini to mysql)