Tracker v1.0.1 Search Engine Index & Backlink Tracking Tool by payu This tool allows you to easily check and track your web index and backlink. Script Features - Check current index and backlink for your web sites - Support major search engine: Google, Yahoo, Yahoo Web, MSN, Ask and Altavista - Multiple domain checking - No need to install, jump dump all files on the server - Use cron to automatically monitor your index on a daily basis in order to keep track of your index and backlinks - Autoupdate feature helps you to get the most updated version of the script, in case the SE result page changes Requirements - Apache server (web host to run script) - php 4.2+ Installation - Please download program here, http://iipayu.com/itracker/download.php?dp Code (markup): - Extract and upload all files to the server, and that's it User’s Manual - After upload all files to the server, browse to http://install-domain/domain.php to add your list of web sites to be monitored 1 domain per line and then "Save" - Use menu "Current" to check your current statistic - To be able to keep track of your web sites' index and backlink, you need to setup a cron task to run the following command: php -q /{full web root path}/tracker.php where: {full web root path} = full path of your web site on the server, for example /home/user/public_html/tracker.php The php command to run the script depends on what host you use, please check with your web hosting for help Screen Shots Wish List - Any comments and requests are welcomed
Looks like a great tool, would it be difficult to have it user a mysql database for the list of URL as well as updating the stats for each URL?
thanks. keeping the data in the database wouldn't be that difficult, but my first thought was to make the script easily portable hence using just text file is the suitable solution. this error causes by the writable permission on your host. here is the solution: - create a text file called domain.txt on your computer - put a list of domains in that file - upload the file to your server or ... chmod the domain.txt file to 0666 and ... do not forget to chmod the folder 'data' to 0777 to let the tracker.php (called by a cron) keep data file in it. cheers!