Hi. Untested, but try the following. In spider.php inside the first if statement, right before the $br = "\n"; line, place the following:
PHP Code:
foreach($_GET as $name => $value) {
$argv = explode("+", $name);
$argc = count($argv);
array_shift($argv);
}