Posts: 88
Threads: 16
Joined: Apr 2013
Reputation:
0
Okay so i have a payed server with volt-host and it is up and running fine. Now i also have a website (americanrp.x-0.mx) how would i make it so i can sync my server and website with eachother? So basicly it could show people who are on my server or even thier stats from the site. If anyone could help that would be great!
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
I believe that your server should be mysql to make this happen.. also you need a certain controlpanel for this.
Posts: 88
Threads: 16
Joined: Apr 2013
Reputation:
0
Well okay, but still... How would i do this? Haha
Posts: 92
Threads: 2
Joined: Apr 2013
Reputation:
0
It's not really a matter of simply "doing it," but I will try and get you started on the right track.
First, I would recommend using a script which is completely MySQL based. While it is possible to achieve a User Control Panel with other systems of saving on SA:MP, I would certainly recommend MySQL for a beginner because conceptually it is the easiest to grasp. Become familiar with MySQL and try creating the saving system yourself so you can troubleshoot any errors you may have down the road. There are plenty of tutorials for utilizing MySQL in SA:MP scripting.
Next, you are either going to need to purchase a User Control Panel from another user or create one yourself. You'll need knowledge of front end and back end web design if you desire to make one yourself. First you are going to wish to learn about the design elements of web design (HTML5 and CSS) and then move on to tools which will allow you to easily retrieve data and use it in your User Control Panel (PHP).
Try browsing ****** and ******* -- the internet is a gold mine of resources for these sort of subjects.