note - i dont want to use this for any form of fraud such as enhancing page view for cpm or alexa or anythign else like that. I have about 400 websites on my server at the moment, on each of the websites there is a autoping page which sends out the updated content of that page to the search engines. To run this script i need to enter domain.com/autoping.php into my browser and the page pings out the updates to all the blog servers. The problem i have here is that with so many sites to do it takes forever to do by hand so i was looking for a script where i could enter 400 urls in say a text file and it will randomly click one for me (and thus start off the pinging script) every x number of minutes. Failing that is there a script in which i can mass create cron jobs for cpanel? any thelp/advice on this would be great thanks carl
Why not make a PHP script that does it? Learn how to do that here: http://au2.php.net/manual/en/function.fsockopen.php
i woudl if i could but i do not know the first thing about working in php so was ideally after a prebuild script which did the job.