Weblog ping component

Ping 1.0.0 is a component for pinging xml-rpc updating services (such as rpc.weblogs.com or rpc.technorati.com). To ping just select “Component - Ping - Ping” at the backend. You can edit list of rpc servers which to ping.

Downloads:
ZIP: com_ping.zip (TARGZ: com_ping.tar.gz)

Related Posts

41 Responses to “Weblog ping component”

Pages: « 1 [2] 3 4 5 » Show All

  1. 11
    Physicist Says:

    Argetim:

    Hi There! This link is not Working

    What link?

  2. 12
    Jason Frovich Says:

    thanks another great addon..
    Now if only there was a way to have this ping the servers when you add new content like wp..

  3. 13
    Physicist Says:

    Zorro:

    I found out that line 11 of the sent data package comes from the variable $mosConfig_sitename. I have a German umlaut in my site’s name, that’s what made the ping services choke.

    I put my site’s name inside the code in admin.ping.php, without the umlaut. Now the pings were all successful.

    Apparently, the right solution is to replace
    $sitetitle = $mosConfig_sitename;
    to
    $sitetitle = htmlentities($mosConfig_sitename);
    in admin.ping.php

  4. 14
    Zorro Says:

    Thanks for the followup! I’ll make the adjustment you suggested.

    Kind regards,
    Zorro

  5. 15
    yurume Says:

    Thanks for

  6. 16
    Christian Says:

    Hi!
    I would like the component to send a ping for some specific files on our website (www.icity.se/blogg/username1, www.icity.se/blogg/username2, www.icity.se/blogg/username3 … etc).
    Is that possible to do?

  7. 17
    Physicist Says:

    Christian:
    I have not absolutely understood, what exactly you want. Please, describe it in more detail.

  8. 18
    Alberto Says:

    Work your plugin with Joomla 1.5.01?

  9. 19
    Physicist Says:

    Work your plugin with Joomla 1.5.01?

    I didn’t test it with Joomla!1.5.

  10. 20
    Donna Lien Says:

    Work great! Im  using it now. Thanks for this nice work for joomla user.
    Regards,
    Donna

Pages: « 1 [2] 3 4 5 » Show All

You can follow any responses to this entry through the RSS 2.0 feed.

Leave a Reply