Munky Toplist

Posted by admin on May 20th, 2010

What is MunkyTopList?

MunkyTopList is a WordPress plugin that for the most part is a TopList script that you see on the many Top *** Sites around the WWW today. The major difference is the fact that site owners do not sign-up or register to have their site listed. Just have link partners start sending your MunkyTopList enabled WordPress blog visitors and the script takes care of the rest. MunkyTopList logs all referers to your blog in the database as well as tracks outgoing clicks made in the MunkyTopList display. You have complete control over what is displayed using our admin center. You are allowed to hide, setup filter keywords and ban IPs so that you can display the links that you want. Enjoy!

Click here to download Munky Toplist Free!

If you wish to support the author of this plugin you can do so by donating $5.


Features

  1. Records both Incoming and Outgoing hits.
  2. Search Engine Friendly links used in the MunkyTopList Widget.
  3. Lightweight CSS Hint box used to display Hits In / Hits Out
  4. Sidebar Widget to allow easy implementation into your theme.
  5. Sticky Referers so they stay on top of the list.
  6. Automatically grabs Referer Title if specified in settings.
  7. Add / Edit / Remove Referers
  8. Edit / Remove Incoming / Outgoing IPs
  9. Hide Referers from being shown in the TopList manually or by using Filter Keywords
  10. Ban IPs from having their Hits tracked
  11. Total control over most important settings.
  12. Uninstall program to remove MunkyTopList database tables and other data saved
  13. Control various TopList display features using included CSS.

Installation and Requirements

To use MunkyTopList, you will need:

  1. An installed and configured copy of WordPress version 2.8.4. (MunkyTopList will also work with the equivalent versions of WordPress MU.)
  2. FTP or SFTP access to your web host
  3. Download the MunkyTopList archive and extract the files on your computer.
  4. Create a new directory named `munkytoplist` in the `wp-content/plugins`
    directory of your WordPress installation. Use an FTP or SFTP client to
    upload the contents of your MunkyTopList archive to the new directory
    that you just created on your web host.
  5. Log in to the WordPress Dashboard and activate the MunkyTopList plugin.
  6. Once the plugin is activated, you will find MunkyTopList in the main Admin navigation.
  7. GoTo Settings -> Miscellaneous and update the global MunkyTopList Settings.

Getting Started (Usage)

  1. Add the MunkyTopList Widget to your sidebar and update the settings.
  2. Make sure your WordPress Theme contains the php function wp_head() (usually in header.php).
  3. This enables the tracking code so that it will execute in every page that uses your header.
  4. If you wish to change the CSS Hint box used in the MunkyTopList Widget that shows Hits In / Hits Out,
  5. modify css/mtldisplay.css to your liking in your MunkyTopList plugin folder. (under Hit Box CSS section)
  6. If you utilize the “shortcode” version below, you may modify css/mtldisplay.css to your liking in yourMunkyTopList plugin folder. (under ShortCode CSS section)
  7. You may also use a WordPress “shortcode” to display a fuller version of the MunkyTopList display by including  the following in a WP Post / Page…
  8. munkytoplist referer_length=”30″ referer_shown=”50″ mtlsort=”incomingdesc” show_incoming_hits=”true” show_outgoing_hits=”true” open_new_window=”true”
  9. Or… Apply the same WordPress “shortcode” above to your theme pages using the following…

ShortCode parameters explained below… simplest implementation is accepting MunkyToplist defaults with munkytoplist

  1. referer_length = truncates referer titles to X characters
  2. referer_shown = shows X number of referers in the display
  3. mtlsort = how to sort the TopList – valid values: ( “incomingdesc”, “incomingasc”, “outgoingdesc”, “outgoingasc”, “titledesc”, “titleasc” )
  4. show_incoming_hits = show Hits In column – valid values: ( “true”, “false” )
  5. show_outgoing_hits = show Hits Out column – valid values: ( “true”, “false” )
  6. open_new_window = open clicked Referer in new window – valid values: ( “true”, “false” )