Search found 1 match

by markl999
Tue Jul 06, 2004 7:39 pm
Forum: General discussions
Topic: Top referrers?
Replies: 12
Views: 29916

As a temp fix i create a file called refblock.inc.php with a list of all the sites to 'ignore' from the referrer list and then just added this to serendipity_functions.inc.php

function serendipity_track_url($list, $url, $entry_id = 0) {
//below added by me to block referrers
if(file_exists ...