I have WAMP running on my server here, which acts as a downloading station / mp3 & video store. I would like to create a control panel style web interface from which I can start programs if they're not running, execute command line stuff (like auto downloading album art for downloaded mp3's for example) and so on. Is there a way to do this? I've found plenty of scripts to do this client side, but not server side. Thanks in advance!
Do you have PHP installed? If so then it's easy to do it on a form submit. http://uk2.php.net/function.exec Obviously it's a bit of a security risk
Bloody hell. I had no idea it was that easy. Yeah, have taken care of security risks by allowing logins from IP's only on my local network. Edit: Thankyou so much!