Recent Topics

1 Feb 22, 2005 03:13    

Subject says it all. I don't want to ban my own domain but I don't want hits from my main website page to be counted in the referer lists. Any ideas???

Thanks,
Craig

3 Mar 12, 2005 19:39

doesn?t work

I found this:

$blackList = array(
$baseurl,
'http://localhost',
'http://127.0.0.1',
// stat services
'sitemeter.com/',
// aggregators
'bloglines.com/',
// caches
'/search?q=cache:', // Google cache
// redirectors
'googlealert.com/',
// add your own...

but what do I have to add???

i tried this:

'hodenmumps.com',
'http://www.hodenmumps.com',
'www.hodenmumps.com',
'www2.hasenzahn.com',
'http://www2.hasenzahn.com',
'hodenmumps.com/',
'http://www.hodenmumps.com/',
'www.hodenmumps.com/',
'www2.hasenzahn.com/',
'http://www2.hasenzahn.com/',

but i wont work... :'( HELP PLS

4 Mar 12, 2005 22:06

Kuddelmussel wrote:

$blackList = array(
$baseurl,
'http://localhost',
'http://127.0.0.1',
// stat services
'sitemeter.com/',
// aggregators
'bloglines.com/',
// caches
'/search?q=cache:', // Google cache
// redirectors
'googlealert.com/',
// add your own...
'hodenmumps.com',
);

That will stop all future hits from your own domain from showing up in the hit logs. It will not purge out all the hits you've already got logged. To remove all your own hits you can do one of two things. First, you could just wait until the right number of days passes and all your hits get removed. The default value is 30 days. Second, you could use the antispam feature. Find one of your hits in the stats page (back office version) and click the ban symbol THEN uncheck the boxes for blacklisting and reporting. Second method is much quicker, First method is much easier.


Form is loading...