User Control Panel
#1

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.
Reply
#2

You mean something like a web interface ? Then I would suggest you learn PHP
Reply
#3

Well you need some knowledge in PHP, HTML and MySQL. Then you can do an UCP without problems
Reply
#4

Thanks for replies.
BTW what about:
how do i connect between the forum/user control panel to the server?
Reply
#5

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.
Reply
#6

Learn the following:


HTML
PHP
MySQLi (NOT MYSQL, USE MYSQLI OR MYSQL_PDO. Why? MySQL is being deprecated in PHP 5.5.X)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)