I think I'm going to rewrite this. I will optimize the php code, but I don't know how I should make this. Should I use a mysql db for command-storage or a file? I'm not going to use ftp, but php to delete commands what is much easier!
And I was thinking about changing all the dropdown menu's into one single textfield.
An example of what jou should type is:
open:"notpad.exe";sleep:"2000";send:"blabla";
you can add some vars like time and date for the send commands, and as you can see you can execute more then one command a time! It's very easy to make all this in php.
What do you guy's think? some tips for my rewriting?