toqer wrote:my syntax could be wrong but...
<? php
exec /path/to/kaillerasrv
?>
I think is all you need to start a kaillera server from a web page. Just put a page with that code on your server, browse to it, and your server should start up.
Does php start and run things async? Will it fork a process? You should really ask your ISP though... I imagine they would have to be set up to allow php to run anonymous executables, the users have to be able to upload the exec somewhere that php can see it, etc...
but you might as well try. heh.
fugu