Forum Moderators: DixonJones

Message Too Old, No Replies

block myself from showing up in page stats

         

fwordboy

10:47 am on Apr 26, 2004 (gmt 0)

10+ Year Member



is it possible to stop myself appearing in my page stats as i'd like to be able to check my pages without inflating my pageviews?

my server is linux and i have awstats, webalizer and analog.

Nova Reticulis

10:58 am on Apr 26, 2004 (gmt 0)

10+ Year Member



Yes. Read the awstats manual.

dcrombie

11:06 am on Apr 26, 2004 (gmt 0)



You can also do this in the cron job that generates the stats. If you pipe the log file through 'grep -v youripaddress' then none of the stats packages will see those entries.

fwordboy

3:26 pm on Apr 27, 2004 (gmt 0)

10+ Year Member



thanks dcrombie for your advice.