User Control Panel - 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: User Control Panel (
/showthread.php?tid=500524)
User Control Panel -
Lidor124 - 13.03.2014
Hi all..
I saw in many servers User Control Panel and its sync with the server..
My question is:
From what scripting language i need to learn to build control panel?
how do i connect between the forum/user control panel to the server?
Thanks.
AW: User Control Panel -
Macronix - 13.03.2014
You mean something like a web interface ? Then I would suggest you learn PHP
Re: User Control Panel -
Ruben_Alonso - 13.03.2014
Well you need some knowledge in PHP, HTML and MySQL. Then you can do an UCP without problems
Re: User Control Panel -
Lidor124 - 13.03.2014
Thanks for replies.
BTW what about
:
how do i connect between the forum/user control panel to the server?
Re: User Control Panel -
Ceathor - 13.03.2014
The simplest way is to use MySQL to store your server database, as MySQL-databases can easily be accessed using PHP. There are of course workarounds to make it work with ini files and such things, but they are way more complex.
Re: User Control Panel -
sammp - 13.03.2014
Learn the following:
HTML
PHP
MySQLi (NOT MYSQL, USE MYSQLI OR MYSQL_PDO. Why? MySQL is being deprecated in PHP 5.5.X)