RSS 2.0
Browse posts:
Unanswered |
Mark all read
| Author | Message |
|---|---|
|
CeKaDo Nucleus Newbie Joined: 27 Feb 2009 Posts: 24 Location: Schwelm, Germany |
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. 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! _________________ 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 |
|
|
|
|
|
|
|
All times are GMT + 1 Hour
You cannot post new topics in this forum |
|