How to connect my server with my website - 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: How to connect my server with my website (
/showthread.php?tid=196309)
How to connect my server with my website -
Mehtab - 05.12.2010
i want to connect my server registration system with my website. For example "IF a player arrive in my server without registration it should say to register it first"
Re: How to connect my server with my website -
dice7 - 05.12.2010
The easiest way to do this is with mysql, but you'll need to script the website registration yourself or find a free forum which allows editing its database
Re: How to connect my server with my website -
Mehtab - 05.12.2010
I have a website. But how will i connect it witm my server. What is the command?
Re: How to connect my server with my website -
dice7 - 05.12.2010
There is no command. You need to make your server registration use mysql AND you need complete control of your websites (forum) database so you can write it in with your pawn script.
Re: How to connect my server with my website -
Mehtab - 05.12.2010
is anyone one know how