- Joined
- Jun 29, 2007
- Messages
- 22
- Reaction score
- 0
With this tool u can send notice from kopanel
just put Notice.exe to c:\
how does it work?
It only works if ur apach server can run active window not in system process, this version is BETA.
if the first wont work then try the BETA
dont forget to rename to notice.exe!!
just put Notice.exe to c:\
how does it work?
PHP:
<form method='post' action=''>
Notice: <input type='text' size='40' name='thetext'>
<input type='submit' value='Send It!'>
</form>
<?php
if(isset($_POST['thetext'])){
$cmd='c:\notice.exe '.$_POST['thetext'];
shell_exec($cmd);}
?>
To view the content, you need to sign in or register
To view the content, you need to sign in or register
if the first wont work then try the BETA
dont forget to rename to notice.exe!!
Last edited: