|
Posted by Geoffrey on 10/26/06 17:35
Hmmmm...well, as everyone has already pointed out, it is a PHP script.
But as written, it will NOT run under Windows, because the shell
commands are Linux/Unix commands. You will need to replace these
commands with their DOS equivalents. If, however, you have Cygwin or
something similar installed on your Windows machine, it may run just
fine as-is.
Given that someone else wrote this script and gave it to you under the
pretense of trustworthiness, my only advice would be to pay close
attention to the shell commands. Although they might turn out to be
totally innocuous, I'm suspicious of anything that performs "rm -rf"
and wouldn't be so quick to install it on my production systems without
knowing for sure what the consequences are.
Just my two cents. :)
Geoffrey
[Back to original message]
|