Quote:
Originally Posted by LOLITO
What is needed for a PCU? besides HTML, CSS3, Javascript?
|
I assume you are reffering to a UCP? User Control Panel?
You wouldn't really need java or css but about html you're right.
Javascript and css are not required but they are used to style the interface.
And then you will need a webserver which is running on the same system as your samp server to make it connect.
Also you need MySQL(phpmyadmin) to transfer data between your server and website.
So basicly if you did not code your server in sql, this UCP is a no-no.
The webinterface uses a different code called PHP which stands for; Hypertext Preprocessor.
So assuming you have stored your server data in your sql database using pawn, you will now have to display the sql data on the webpage using PHP.