Recent Topics

1 Sep 10, 2005 19:06    

I would like to stop my b2evo from logging hits. Some days, I get 6000 hits and it is heavy on the MySQL database. Could you please tell me how? Thanks. :?:

2 Sep 10, 2005 19:31

If you are using skins, look in the _main.php file of your skin for this :

log_hit();	// log the hit on this page

If you allow skin-switching, then you have to delete that line in all skins you are using.

3 Sep 10, 2005 19:38

That was very helpful! :D

4 Sep 10, 2005 20:12

Also look for the same code in the files in your xmlsrv folder. 8 of 9 files have it, so delete it there as well. Syndication can generate a LOT of hits because anyone who aggregates your blog might refresh several times a day. You will get an aggregator hit for each refresh even if you haven't posted anything new.

5 Sep 11, 2005 12:04

conf/_functions_hitlog.php :-

function log_hit()
{
return;

;)

¥

6 Sep 11, 2005 12:41

conf/_functions_hitlog.php

should that be..
b2evocore/_functions_hitlog.php

???


Form is loading...