Scarlettsu Posted November 20, 2015 Share Posted November 20, 2015 Hello,I got a server from VPB, now I had planned to create my own control panel. I want to ask, which language you guys recommend for developing it.PERL, PHP or PYTHON?Also how can we run Linux Shell Commands via these programming languages. Can someone shed light on it?Thank You! Link to comment https://www.neowin.net/forum/topic/1279274-%C2%A0linux-control-panel-programming-language/ Share on other sites More sharing options...
0 Mark Virtue Posted November 20, 2015 Share Posted November 20, 2015 I'd recommend PHP - it's the most widely supported language. The vast majority of web applications are written in PHP, using a MySQL database. Almost all hosting accounts support both technologies. All these scripting languages allow you to run shell commands via a special function call. e.g http://php.net/manual/en/function.shell-exec.php Link to comment https://www.neowin.net/forum/topic/1279274-%C2%A0linux-control-panel-programming-language/#findComment-597143702 Share on other sites More sharing options...
0 imort Posted June 15, 2016 Share Posted June 15, 2016 On 20.11.2015 at 0:18 PM, Scarlettsu said: I want to ask, which language you guys recommend for developing it. PERL, PHP or PYTHON? Also how can we run Linux Shell Commands via these programming languages. Can someone shed light on it? Thank You! 2 Hey You can try PHP and it will be easiest. You can use PHP 'shell-exec' function to run system calls. You can also try Python which has its own web framework for developing web-applications. Python also has 'exec' function for running system calls. Developing your own control panel it's a challenging project you know But it will be at least a good project to learn PHP or Python Link to comment https://www.neowin.net/forum/topic/1279274-%C2%A0linux-control-panel-programming-language/#findComment-597459060 Share on other sites More sharing options...
0 Haggis Veteran Posted June 18, 2016 Veteran Share Posted June 18, 2016 have you used Webmin? Link to comment https://www.neowin.net/forum/topic/1279274-%C2%A0linux-control-panel-programming-language/#findComment-597463138 Share on other sites More sharing options...
Question
Scarlettsu
Hello,
I got a server from VPB, now I had planned to create my own control panel.
I want to ask, which language you guys recommend for developing it.
PERL, PHP or PYTHON?
Also how can we run Linux Shell Commands via these programming languages. Can someone shed light on it?
Thank You!
Link to comment
https://www.neowin.net/forum/topic/1279274-%C2%A0linux-control-panel-programming-language/Share on other sites
3 answers to this question
Recommended Posts