156156156

Technorati Ping for Logahead UNU

April 3rd, 2008 at 3:21PM in , and

I've meaning to post this for a while.

If you use Logahead UNU (perhaps regular Logahead? Who knows..) you can easily ping Technorati with the addition of a single file (and a quick edit in another).

Copy and paste this file into a new file called "ping.php" in your root Logahead directory.

Next, edit addpost.php with the following information:
(at the top of the file)

include_once("unregister.php");
include_once("lh_functions.php");

include_once("ping.php");

lh_escapes();

(at the bottom)
$id = mysql_insert_id();

ping::technorati("BLOGS TITLE","http://BLOGS-URL.com");

sendtrackback($title,$content,selectpost($id),$track);

That's it! Make sure to edit the BLOGS TITLE and URL to your blog title and address.

ping.php was created by Robert John Kaper. I've made only the slightest change to his script, drop him a line and show him love for this.

0 Comments. Comments Closed!