I have been trying to get this script to work, it was free from the site, and I contacted the owner, but he said he doesn't know anything about installing it. I would love to start using it. http://www.catyack.com/spider/index.php
Hi, thanks for the response, here is where I downloaded the script from. It shows the files as txt files http://tools.seobook.com/general/spider-test/source.php
The installation steps is written there in plain English. Download the files one by one. Change the extension of all the files, except 'stop_words.txt' to '.php'. Suppose you have the whole files kept in C:/Apache/htdocs/spider/ directory. Then, move the files header.txt and footer.txt to C:/Apache/htdocs/ directory. If you want to put all the files in the same directory, the open up the php files and replace include '../header.php'; Code (markup): with include 'header.php'; Code (markup): and include '../footer.php'; Code (markup): with include 'footer.php'; Code (markup): wherever you see them.
Thanks a lot. I read the directions, more than once, apparently my engles aint so good because the stop words is what I was doing wrong. Thanks, it is working great now.