Hrm.. im not much of a programmer ( not at all actually )
But, and i can't guarantee this won't do something evil or if it will work at all, however the $i in:
Code:
/usr/bin/replace 'trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highlight']))));' 'trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));' -- $i
You might be able to rap it in ""'s so it looks like:
Code:
/usr/bin/replace 'trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highlight']))));' 'trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));' -- "$i"
Darn those windows ppl and their white spaces!!