SA-MP Forums Archive
I need help with a registration/login 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need help with a registration/login system. (/showthread.php?tid=263930)



I need help with a registration/login system. - omgkillerzambies - 24.06.2011

The only two on here that I saw absolutely would not work.


Re: I need help with a registration/login system. - Scenario - 24.06.2011

You can check the tutorials board and find some ways to create good ones. What type of system are you looking for (MySQL, SQLite, INI, etc)?


Re: I need help with a registration/login system. - omgkillerzambies - 24.06.2011

Thanks for the fast reply, sorry I was browsing.

I'm not necessarily looking for any particular type of system, I just want something extremely simple.

I mean like, /register [password], /login [password].

And I need to be able to save player money, stats, etc.

I'm new to all this, but I'm very dedicated and I'm not completely unfamiliar with scripting.


Re: I need help with a registration/login system. - Tachibana - 24.06.2011

here are some links for the tutorials ^^.

Quote:
https://sampforum.blast.hk/showthread.php?tid=167937
https://sampforum.blast.hk/showthread.php?tid=159785
https://sampforum.blast.hk/showthread.php?tid=256704
https://sampforum.blast.hk/showthread.php?tid=163746
https://sampforum.blast.hk/showthread.php?tid=251714
https://sampforum.blast.hk/showthread.php?tid=217304 (how to make a gm from scratch)
https://sampforum.blast.hk/showthread.php?tid=154852
https://sampforum.blast.hk/showthread.php?tid=213602
https://sampforum.blast.hk/showthread.php?tid=160971
https://sampforum.blast.hk/showthread.php?tid=101560
https://sampforum.blast.hk/showthread.php?tid=166337
https://sampforum.blast.hk/showthread.php?tid=162584
There are A LOT of them however I would advise to not choose dini
"Personal experience with them..." its shite compering it to MYSQL or other ones. Sadly there is no tutorial for y_ini


Re: I need help with a registration/login system. - omgkillerzambies - 24.06.2011

Thanks a lot. I appreciate it.


Re: I need help with a registration/login system. - omgkillerzambies - 24.06.2011

How do you use MYSQL if you're hosting your own server?
I don't have a host with /phpadmin capabilities.
All I have is the sampserver file downloaded from sa-mp.


Re: I need help with a registration/login system. - Tachibana - 24.06.2011

Quote:
Originally Posted by omgkillerzambies
Посмотреть сообщение
How do you use MYSQL if you're hosting your own server?
I don't have a host with /phpadmin capabilities.
All I have is the sampserver file downloaded from sa-mp.
There are a lot of free hosters for example

byethost.com


Re: I need help with a registration/login system. - omgkillerzambies - 24.06.2011

So I could get a hoster specifically for the MYSQL? Or are you recommending I get a hoster for the entire thing?

Because, well the whole reason I'm making my own gamemode is because I'm tired of the old ones, and I want one for my friends and I to play on without any complaining/whining from idiots.

But there's really no need for me to get a host for it just yet due to the simple fact that it's not finished and no one even knows about it yet.


Re: I need help with a registration/login system. - Tachibana - 24.06.2011

Quote:
Originally Posted by omgkillerzambies
Посмотреть сообщение
So I could get a hoster specifically for the MYSQL? Or are you recommending I get a hoster for the entire thing?

Because, well the whole reason I'm making my own gamemode is because I'm tired of the old ones, and I want one for my friends and I to play on without any complaining/whining from idiots.

But there's really no need for me to get a host for it just yet due to the simple fact that it's not finished and no one even knows about it yet.
I would recommend get a hoster that hosts sa-mp servers and gives free mysql with it If I aint wrong volt host does it.

Tho for testing just get a free host get mysql running and tada testing is ready


Re: I need help with a registration/login system. - omgkillerzambies - 24.06.2011

Alright, yeah I'll probably do that, that way people can get on and tell me what they think, instead of me just hit-and-missing.

I've just been running in LAN mode until now.