Search found 4 matches

by shenosuke
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...
by shenosuke
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 &quote;Something's wrong&quote;;} else {echo &quote;All is all right&quote;;} ?> and when I tried to ru...
by shenosuke
Mon Mar 28, 2005 1:30 am
Forum: PHP - Code
Topic: [SOLVED] Problems with system services / functions
Replies: 2
Views: 311

I'm hitting myself real hard right now...WHY HAVEN'T I FOUND THIS FORUM BEFORE?? :D

THANX A LOT feyd! it worked perfectly... :lol:
you really made my day
by shenosuke
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(); ...