how can i stop a PHP script set to ignore user abort?

Phil

New member
Hi guys bit of an urgent one here,

i've stupidly setup a never-ending script with ignore_user_abort(0) and ignore PHP time limit setup without making a function to kill the script.

i've tried deleting the file and even the folder the script is in on my server and its deleted but for some reason the script is still running.

any idea's how i can stop it running?

thanks!
EDIT: Forgot to mention: I'm running on a paid for hosting box elsewhere and the time limit is set to 0.

Reply to first Post: lol...i re-posted so quick cause i thought i cured it but i diddnt XD
EDIT 2(or3): The script is getting from an IMAP inbox then sending back a random number. It was a test for a future script i know its still running cause i can send a message to it and it runs. if i delete the mailbox i won't know when its stopped.
 
Back
Top