SA-MP Forums Archive
Is this possible to make it? - 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: Is this possible to make it? (/showthread.php?tid=574337)



Is this possible to make it? - SoFahim - 16.05.2015

Hi, I saw some RP server has this thing. a player should register in a website to play in the Server.
Those systems are MySql . Is this possible to use it on INI?


Re: Is this possible to make it? - Youssef221 - 16.05.2015

I myself use INI and I say it's possible but you need an UCP.


Re: Is this possible to make it? - SoFahim - 16.05.2015

how i can make that?


Re: Is this possible to make it? - Youssef221 - 16.05.2015

You can find how to make UCPs but not with INI, you can see it here: https://sampforum.blast.hk/showthread.php?tid=290824

And I don't know how to make UCP with INI, I am just saying it's possible..


Respuesta: Is this possible to make it? - FERCOPRO - 19.05.2015

Yeah its possible I:RP is developing their own UCP


Re: Is this possible to make it? - JaKe Elite - 19.05.2015

With some little knowledge on PHP ~ INI files i'd say yes.

@ FERCOPRO ~ Next time be specific, K?


Re: Is this possible to make it? - icra - 20.05.2015

Quote:
Originally Posted by JaKe Elite
Посмотреть сообщение
With some little knowledge on PHP ~ INI files i'd say yes.

@ FERCOPRO ~ Next time be specific, K?
It is possible, you'll need some PHP knowledges mainly, and basicly some HTML.
I REALLY suggest you using MySQL, convert your gamemode to MySQL even if you're not going to code the ucp.

Take a look at my post on SQL/PHP/HTML basics:
http://forum.sa-mp.com/showpost.php?...2&postcount=15


Re: Is this possible to make it? - Yashas - 20.05.2015

I have no idea how many times have I replied to threads saying "Stop using INI for storing database of players/vehicles/etc".

I repeat it again now "Stop using INI for storing database of players/vehicles/etc"

There are various reasons for which you must not use INI to store your player information.Moreover since you are trying to allow players register through web and play in-game with the same account, MySQL would be the best choice.PHP already provides functions to connect to a MySQL server and ..... so MySQL will make things easy.

The only problem would be changing all your gamemode so that it will work with INI.Its worth changing and you I'm sure you won't regret it later.


Re: Is this possible to make it? - SecretBoss - 20.05.2015

MySQL is very fast so you should start using it, I was afraid to use it till I discovered its features and speeds

Try it, also there is no way to connect User Control Panel with INI I think or its very hard I have never tried something like it