Topic: [Extension Release] Ping
Ping me baby one more time. Yeh.
Ok. It extension ping only 2 site: yandex.ru (good for me) and feedburner.com (good for you if you burn you Atom or RSS feed via Feedburner).
How it work: user add new post and you site pinged yandex.ru and feedburner.com. Simple.
If you have pinged another sites (with weblogUpdates.ping menthod), change manifest.xml:
$pings = array(
'http://ping.blogs.yandex.ru/RPC2',
'http://ping.feedburner.com/RPC2'
);
to
$pings = array(
'http://ping.blogs.yandex.ru/RPC2', // remove it if you want
'http://ping.feedburner.com/RPC2', // remove it too if you want too :)
'another URL here'
);