Nucleus Support Forum Index

Find on the forum:
any terms  all terms  Advanced Search

RSS 2.0
Browse posts: Unanswered | Mark all read

« »
Loading Nucleus FAQ ticker...
Post new topic Reply to topic
Author Message
CeKaDo
Nucleus Newbie


Joined: 27 Feb 2009
Posts: 24
Location: Schwelm, Germany

Post Posted: Sat Aug 06, 2011 11:17 am   Post subject: NP_Ping for German Blogs
Reply with quote

I have a problem with the German ping service "Bloggernetz" which makes me mad. I would like to send it automatically from my Nucleus to ping, but I probably fail at a tiny little thing.

Maybe, a brilliant programmers of you can help me make the german Nucleus-Bloggers happy. Wink

Here is the translated information of "Bloggernetz" (means "Bloggernet"), the only german Ping-Service:




Configuration ouf your XML-RPC Client

The XML-RPC-inquiry should build like this:

RPC Point is: http://xmlrpc.bloggernetz.de/RPC2

Methode name: weblogUpdates.ping or weblogUpdates.extendedPing

Parametres: (should be send in the rows like following)
# Name of the blog (string, limited 1024 signs)
# URL of the blog or the RSS Feed (string, limited 255 signs)


# Optional parametres: the Url of that site, witch should be proved by changes (string, limited 255 sign - Duty, if you send an extended ping)
# the URL of the RSS-, RDF- oder Atom-Feed (string, limited 255 Zeichen - Duty, if you send an extended ping)
# "Tags" (small keywords that describe the content of your posts, string, limited 1024 Zeichen; order to separate multiple tags, please use the '|' characters)

Our XML-RPC-Anwser is made in two pieces

# flerror (Boolean) is "true/1", when a mistake happens
# message (string) is "Danke für deinen Ping an Bloggernetz.de."(if successful) or an error message.

If successful, your blog will appear in our Top15 and slightly longer among the blogs that have updated in the last 24 hours (Top 24). These top sites lists are updated every 10 minutes.


Example of an XML-RPC-inquiry:

POST /RPC2 HTTP/1.0
User-Agent: Java
Host: xmlrpc.bloggernetz.de
Content-Type: text/xml
Content-length: 250


<methodCall>
<methodName>weblogUpdates.ping</methodName>
<params>
<param>
<value>Blogname</value>
</param>
<param>
<value>http://blogurl.domain</value>
</param>
</params>
</methodCall>

Example Extended Ping XML-RPC-inquiry with multiple Tags:

POST /RPC2 HTTP/1.0
User-Agent: Java
Host: xmlrpc.bloggernetz.de
Content-Type: text/xml
Content-length: 300

<?xml version="1.0"?>
<methodCall>
<methodName>weblogUpdates.extendedPing</methodName>
<params>
<param>
<value>Blogname</value>
</param>
<param>
<value>http://blogurl.domain</value>
</param>
<param>
<value>http://blogurl.domain/index.php?something</value>
</param>
<param>
<value>http://blogurl.domain/feed.rss</value>
</param>
<param>
<value>private|pictures|flowers</value>
</param>
</params>
</methodCall>

Example of our XML-RPC-Answer:

HTTP/1.1 200 OK
Connection: close
Content-Length: 333
Content-Type: text/xml
Date: Sun, 27 Oct 2007 10:00:00 GMT
Server: Apache

<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value>
<struct>
<member>
<name>flerror</name>
<value>
<boolean>0</boolean>
</value>
</member>
<member>
<name>message</name>
<value>Thanks for the ping.</value>
</member>
</struct>
</value>
</param>
</params>
</methodResponse>




I hope, you can do something with that? We need that in NP_Ping. Thanks a lot! Very Happy

_________________
Nur Dumme trauen sich alles - Only fools are doing everything

German multiplikator for Nucleus CMS

Sorry about my bad english, writing it was 35 years ago Wink

Back to top

View user's profile Send private message Visit poster's website
Post new topic Reply to topic
Display posts from previous:   

Page 1 of 1

All times are GMT + 1 Hour

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2002 phpBB Group