Today, I started coding SMX. I decided to code it in php as there is no point in coding it perl because I can achieve everything that I need to with php. That includes restarting the server, restaring apache and more using exec() function. The dashboard is fully complete, with server uptime, load, port status’s [...]
Posts Tagged ‘Coding’
Server Manager X – Perl or PHP?
Well, this is the problem that i am faced with. If i write Server Manager X in Perl, the server that it is installed on has to support CGI. This may be a problem for smaller servers. However, if i write it in PHP, it will run on most web servers, as most (if not [...]
Learning Perl for NMX
Today I started to learn perl for my newest project; NMX. Luckily, I am already quite knowledgeable in PHP, and it turns out that perl is similar so I should be kinda good at it. In other news, congratulations must go to my friend, polarbear541 who was accepted into the mybb support team. Well done [...]