« Arnold... |
Main Index
| MT hacks: Individual Entry and Trackback »
comments | incoming pings | outgoing pings
if (time() > strtotime ("October 23, 2002 11:59 AM")) { ?>
Textism's Referral Script
Robyn found the coolest referral script yesterday and I finally had a chance to install it to my blog today and I love it. It records where people came from and where they went when they left you. I messed around with it a bit and added a date stamp and I might make it skinnable later (it does work with skins, but I have to go through and mess with the CSS to make it look right). You can learn how to install the script here. Props to my homie on the east coast for finding such a cool little script!
.: Posted October 23, 2002 11:59 AM in $entry_cats="Geeky Things, ";print substr($entry_cats, 0, -2); ?> :.$blogid = "1"; //replace this with the blog_id of your blog $entry_id = "1502"; $pingcount = mysql_query("SELECT p.tbping_blog_id, t.trackback_entry_id FROM mt_tbping p, mt_trackback t WHERE (p.tbping_blog_id = $blogid) and (t.trackback_entry_id = $entry_id) and (t.trackback_id = p.tbping_tb_id)"); $count = mysql_num_rows($pingcount); echo ""; echo "Trackbacks on this post: ", $count, ""; $pingarray = "SELECT p.tbping_source_url, p.tbping_blog_name, p.tbping_created_on, p.tbping_excerpt, p.tbping_tb_id, t.trackback_id, t.trackback_entry_id FROM mt_tbping p, mt_trackback t WHERE (p.tbping_blog_id = $blogid) and (t.trackback_entry_id = $entry_id) and (t.trackback_id = p.tbping_tb_id)"; $resultping = mysql_query($pingarray) or die (mysql_error()); while ($row = mysql_fetch_array($resultping)) { //set up the variables being used - the date can be configured below $url = ($row['tbping_source_url']); $blog = ($row['tbping_blog_name']); $date = date("F d, Y g:i A", strtotime($row['tbping_created_on'])); $excerpt = ($row['tbping_excerpt']); echo "
", $excerpt, "
Ping this post
http://www.neuroticfishbowl.com/mt/mt-tb.cgi/765
$pingsent = "SELECT entry_pinged_urls FROM mt_entry WHERE $entry_id = entry_id and entry_pinged_urls !=\"\""; $pingsentcountresult = mysql_query($pingsent) or die (mysql_error()); $pingsentcountarray = mysql_fetch_row($pingsentcountresult); $pingsentcounts=explode("\n", $pingsentcountarray[0]); ?> if (!is_array($pingsentcountarray)) { echo "No URLs Pinged"; } else { $pingsentcount = count($pingsentcounts); if ($pingsentcount=="1") { echo $pingsentcount, " URL Pinged:";} else {echo "URLs Pinged: ", $pingsentcount;} } ?>
"..."
Comments
Isn't that thing the best? I'm so in love!
.: robyn said on October 23, 2002 03:23 PM :: link it :.I wonder if I can use this referrer script even though I don't use php and don't know how to use php... Anybody know?
.: Mandie said on October 23, 2002 05:45 PM :: link it :.The php I know is basically includes and I could use it just fine. The instructions are really easy, but if you need any help, just ask and I'll help you out. :-)
.: Kymberlie R. McGuire said on October 23, 2002 05:52 PM :: link it :.It looks cool, but I'm afraid to try it and mess things up!
.: sandy said on October 23, 2002 06:38 PM :: link it :.i tried to install it but failed miserably... :( does it require that i have another database or can i use the one i have now that i'm using with pMachine?
.: Kathy said on October 23, 2002 07:26 PM :: link it :.} else { ?>
You're too early! Come back at October 23, 2002 11:59 AM to see this post.>
} ?>
Post a comment
{HTML ok, IP address logged}
Enter e-mail address to subscribe/unsubscribe to comments on this post without having to post a comment:
Subscribe to post
Unsubscribe to post
E-mail:
(e-mail field must be filled in) -->
* Please note: Comments that are inappropriate
will be deleted - mean, spiteful, rude comments. Don't let that stop
you from posting comments. Just wanted to let you know the rules of
the house.