Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
German bloggers: Add ping to Blogg.de
It’s quite simple. Just add the following lines
$wl_client = new IXR_Client('http://xmlrpc.blogg.de/');
$wl_client->query('weblogUpdates.ping',$sitename, 'http://'.$siteurl.$path_from_root);
to the file /include/txp_article.php, lines 233 and 338 (after pinging to weblogs.com, or maybe better to ping-o-matic)
It works.
Offline
Re: German bloggers: Add ping to Blogg.de
should i do it like this?
<code>
if ($ping_bloggdotde==1) {
$wl_client = new IXR_Client(‘http://xmlrpc.blogg.de/’);
$wl_client->query(‘weblogUpdates.ping’,
$sitename, ‘http://’.$siteurl.$path_from_root);
}
</code>
Visit my Textpattern sites:
Northerndelight | Hasenbude
Curiculum Vitare | Rezepteblock
Offline
Pages: 1