In the default function of Movable Type, when displaying "Recent Incoming Trackback Pings", it cannot indicate which entry was pinged.
That's why I created "MTPingedEntry plug-in" which outputs the Title and Permalink of an entry on the "Recent Incoming Trackback Pings".
When this plug-in is used, you can know which entry is connected with a incoming trackback ping (See the next image).

TO INSTALL:
First, Download one of the following files.
-> mt-pingedentry.zip
-> mt-pingedentry.tar.gz
Next, Unpack it. Then, 'mt-pingedentry.pl' will be created.
Place 'mt-pingedentry.pl' in your plugins/ directory.
i.e.-> (MT root directory)/plugins/mt-pingedentry.pl
Finally, Add the following code to 'Main Index Template(index.html)'.
Example:
<div class="sidetitle">
Recent TrackBack Pings
</div><div class="side">
<MTPings lastn="10">
<MTPingedEntry>
<a href="<$MTPingedEntryLink$>">Re: <$MTPingedEntryTitle$></a>
</MTPingedEntry><br />
-> <$MTPingDate format="%m/%d %X"$> <a href="<$MTPingURL$>" title="<$MTPingTitle$>" target="_blank">from <$MTPingBlogName$></a><br />
</MTPings>
</div>
MTPingedEntry plug-in provides the following tags:
<MTPingedEntry>...</MTPingedEntry>: Container tag, which outputs the title and permalink of an entry on the "Recent Incoming TrackBack Pings". Surely used in conjunction with <MTPings> tag.<$MTPingedEntryLink$>: The URL of the entry which is pinged from a weblog. Used in conjunction with <MTPingedEntry> tag.
<$MTPingedEntryTitle$>: The title of the entry which is pinged from a weblog. Used in conjunction with <MTPingedEntry> tag.
HISTORY of MTPingedEntry Plug-in:
2003-10-24: Version 1.0 - New Release!
Thank you. This looks like a very valuable plug-in, and I am now using it on my blog.
Posted by: *** Dave at January 9, 2004 02:25 PMTo Dave:
Thank you for your using this plug-in!
error rebuilding my main index
Build error in template 'Main Index': Error in tag: Error in tag: You used an 'MTPingedEntry' tag outside of the context of a ping; perhaps you mistakenly placed it outside of an 'MTPings' container?
Posted by: Rob @ L&R at February 9, 2004 05:18 PMnever mind...
think i got it
Posted by: Rob @ L&R at February 9, 2004 05:32 PM