Plz give me a script to ping technorati

Discussion in 'XML & RSS' started by true_promote, Jun 6, 2007.

  1. #1
    I want a php client script to ping technorati.Please give an example here so that I can ping my blog.Dont ask me to ping through other pinging services or wordpress' ping.I want a php script which I can install on my server and start pinging.
    Thanx in advance
     
    true_promote, Jun 6, 2007 IP
  2. cgo85

    cgo85 Peon

    Messages:
    380
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    did you find something for this?
     
    cgo85, Oct 3, 2008 IP
  3. lruneh

    lruneh Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There is a script @ http://www.martin-nielsen.com/blog/php_blog_ping_v0.5_-_nemmere_end_nemt-184.html
    Although it is in Danish, it hould be fairly simple to us anyway.
    Put the function in an inlude file: blogPing.php.

    $blogurl is the url of your blog
    $blogname is the title of your blog

    Put the following code on the page that updates your blog:
    <?php 
    include("includes/blogPing.php");
    echo blogPing($blogUrl,$blogName,'rpc.technorati.com/rpc/ping');
    ?>
    Code (markup):
     
    lruneh, Oct 4, 2008 IP