Auto Ping Question

superman

BANNED
Joined
Dec 10, 2006
Messages
418
Reaction score
170
I want to create a site like http://www.autopinger.com
which seem to be down now.

Is there a easy way to do this ?
 
Very simple. I have an autoping script I coded a while back, basically you just enter your sitemap/rss url and hit "PING" and off it goes. Very simple method, all you need to do is execute a GET request to http : / / www.go_o_gle.com/webmasters/sitemaps/ping?sitemap={sitemap_url}

obviously, remove the spaces and underscores, and replace {sitemap_url} with your sitemap/rss url.
 
Sure.

Build list of ping sites and their submit URLs.
Write php app that will let people post their blogs URL.
Php app will use CURL to hit submit URLs.

voila.
 
chuchz ...Well I was looking for a script or what ever to add to my website to allow people to visit and add their url and for free the script would send pings...


I do not no php so ...
 
Fair enough, I'll write one up if someone will host it. It will need to have a cron job set up to run it every 48 hrs or so (more often than that will get the ip banned from pinging google)
 
why crons ? just have a person vist my site enter url and they click png button and it goes and pings their url :)
 
no want to allow anyone to do a ping of any url anytime like autopinger.com
use to do ....
 
crap guess no one has a way to make a ping like http://pingler.com/
for my website ..
 
and it's hard to work with pingler can not open with firefox multi pages to submit differents pages ?

is there a pages where you can give a list of all your pages and do like pingler please
1 by 1 and can not open more than 1 same time losing time ???

thanks
 
Back
Top