Search found 4 matches
- Wed Apr 13, 2005 10:16 pm
- Forum: PHP - Code
- Topic: Unable to kill processes
- Replies: 2
- Views: 411
I'm running on a dedicated server. Actually, I'm developing a web-based real-time gateway monitoring system, which includes a function that will unable a user to kill a process and, start it up again. I tried to put the PHP file in the public_html directory, which would enable a user to execute comm...
- Wed Apr 13, 2005 9:40 pm
- Forum: PHP - Code
- Topic: Unable to kill processes
- Replies: 2
- Views: 411
Unable to kill processes
G'day everyone.. Right now, I'm developing a PHP page that will kill active processes - test.php <? exec('kill -9 $process_id_to_be_killed', $error); if($error) {echo "e;Something's wrong"e;;} else {echo "e;All is all right"e;;} ?> and when I tried to ru...
- Mon Mar 28, 2005 1:30 am
- Forum: PHP - Code
- Topic: [SOLVED] Problems with system services / functions
- Replies: 2
- Views: 311
- Sun Mar 27, 2005 11:22 pm
- Forum: PHP - Code
- Topic: [SOLVED] Problems with system services / functions
- Replies: 2
- Views: 311
[SOLVED] Problems with system services / functions
Wassup guys? i've been having trouble with this project i'm doing. in short...I"M STUCK!! I want to display the output of something I 'grep'ed, but the output came out wrong.. here's the code: <? $totalgrep=3; //amount of processed to be 'grep'ed $grepdata = array(); $pdetail = array(); ...