NP_Referrer is a plugin for Nucleus which allows you track referring websites and webpages. The resulting data can be used to print a list of the top referrers on each page, or a list of recent referrers. This plugin has build in anti-spam measures and can additionally use the NP_Blacklist plugin. Manage your plugins using the administration interface and block unwanted plugins.
| General Plugin info | |
|---|---|
| Current Version: | 1.0.1 |
| Download: | NP_Referrer.zip [24Kb] |
| Forum Thread: | http://forum.nucleuscms.org/viewtopic.php?t=5946 |
| Author: | Multiple, latest version by Rakaz |
Before a referrer is accepted by this plugin it is checked in several ways. This is necessary because it is currently quite popular to spam websites using referrers. This plugin will try to prevent these spamming attempts by not displaying suspicious referrers by default. These referrers are blocked and can be manually checked to see if they are spam or not. The plugin will use the following criteria to determine if a referrer is suspicious:
To view all blocked referrers go to the Blocked referrers page. If the plugin could not retrieve the referring URL, the Checked? column will have the value No. Click the icon to retry retrieving the referring URL. If the plugin suspects that the referrer is spam it will mark it as such, including a spam score in the Spam? column. If the referring URL has a link back to your site it will mark it as such in the Link? column.
If you want to collect statistics about referrers for a particular page you must place the following variable in the skin of that particular page. For example, if you place the variable in the Item Pages skin, the plugin will collect the referrers for all item pages.
<%Referrer%>If you want to collect referrer statistics and at the same time show a list of referrers, there are two main keyswords you can use: last and top, which will determine what information is shown. The last parameter is always the number of items to be shown:
<%Referrer(last,10)%><%Referrer(top,15)%>By default, the plugin will only show statistics for the current page, but you can also show statistics for the whole website by simply adding a new parameter to the skin variable. Add the global keyword to count the whole website:
<%Referrer(last,global,25)%><%Referrer(top,global,5)%>You can also use nosearch and search to exclude search engines or limit your request to search engines only:
<%Referrer(top,nosearch,15)%><%Referrer(top,search,15)%><%Referrer(top,search,global,5)%><%Referrer(top,global,search,5)%>For a complete changelog of all versions of the Referrer plugin, including versions older than 1.0 and the Referer2 plugin see the CHANGELOG.txt file included with the plugin package.