Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2004-07-06 07:36:59

Kossatsch
Member
From: St. Wolfgang
Registered: 2004-04-01
Posts: 198
Website

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.


txp at irox.de since spring 2004 (g1.17) & at roxomatic since 2006.

Offline

#2 2004-08-24 17:55:15

holli.p
Member
From: Pinneberg/Germany
Registered: 2004-04-21
Posts: 83
Website

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

Board footer

Powered by FluxBB