H. Just echo the following.
In spider.php right before the following:
PHP Code:
// header of page
put the following:
PHP Code:
echo $relative_script_path;
exit();
Add what is echoed to the code in the config.php file and then undo the above code.
Do
not just comment out the code like was previously posted because otherwise
badness may find you.