SA-MP Forums Archive
Someone please help me with MYsql [rep+] - 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: Someone please help me with MYsql [rep+] (/showthread.php?tid=604203)



Someone please help me with MYsql [rep+] - aryanjasala - 01.04.2016

Hello Guys
I wanted to Setup my Admin System on mysql
if i be using JLadmin can you guys help me to make it on mysql so i can easily create ucp too...as JLadmin is on dini or is there any way to make ucp with ftp

Please help guys


Re: Someone please help me with MYsql [rep+] - Golden96 - 01.04.2016

Read guides on MySQL, you need to create a database for your characters and collect the data when they log in and store it, and update it when things are changed


Re: Someone please help me with MYsql [rep+] - aryanjasala - 01.04.2016

Bro I don't know scripting that much could you please help me?? I will give you admin rank in my server too please help me just with the JLadmin make it MySQL based so I can too setup the ucp


Re: Someone please help me with MYsql [rep+] - introzen - 02.04.2016

Quote:
Originally Posted by aryanjasala
Посмотреть сообщение
Bro I don't know scripting that much could you please help me?? I will give you admin rank in my server too please help me just with the JLadmin make it MySQL based so I can too setup the ucp
Admin rank to an unestablished community will not attract anyone on this forum.

If you're new to scripting and you are already not comfortable with MySQL, please don't use it in your server.


Re: Someone please help me with MYsql [rep+] - aryanjasala - 02.04.2016

somebody pleasse help me out :/


Re: Someone please help me with MYsql [rep+] - Wacer - 09.04.2016

test


Re: Someone please help me with MYsql [rep+] - iKevin - 09.04.2016

Do you even have a site to put MySQL on?


Re: Someone please help me with MYsql [rep+] - aryanjasala - 13.04.2016

Quote:
Originally Posted by KevinExec
Посмотреть сообщение
Do you even have a site to put MySQL on?
yes bro i do have a .tk domain and i have my own hosted mysql database on my vps and i am thinking to purchase .com can you help m ewith converting JLadmin to mysql ?


Re: Someone please help me with MYsql [rep+] - AmigaBlizzard - 14.04.2016

Converting a dini-script to MySQL requires alot of scripting skills.
It's not just replacing all the loading-functions from didi to mysql, it's much more involved than that, if you want to do it right.
You can't simple replace a dini_SetInt call to mysql_writeint or whatever.

You're looking towards a massive rewrite of your script.
If your scripting is lacking like you say, don't try.