[pmwiki-users] totalcounter

James Montaldi j.montaldi at gmail.com
Thu Apr 24 13:43:24 CDT 2008


Still doesn't work! I've now got at the end of my local/config.php
$TotalCounterBlacklist['Users'] = 'User1,User2';
$TotalCounterBlacklist['Locations'] = '62.254.xxx.xxx';
$TotalCounterBarColor = '#B983F4';
$TotalCounterAuthLevel = 'edit';
include_once('cookbook/totalcounter.php');

The others (BarColor etc) work ok, just the Blacklist that fails. Both
on IP address and on User names.

Thanks James


2008/4/22 Simon <nzskiwi at gmail.com>:
> Maybe I have it wrong, but I have something like
> $TotalCounterBlacklist['Locations'] = '127.0.0.1,192.168.0.1';
>
> 2008/4/19 James Montaldi <j.montaldi at gmail.com>:
>
>
> > Hi Simon - thanks for the suggestion.
> > In fact I have tried it and it doesn't work either.
> > Explicitly, the last few lines of my local/config.php file read,
> > $TotalCounterBlacklist['Users'] = array('user1','user2');
> > $TotalCounterBlacklist['Locations'] = array('62.105.202.xxx);
> > $TotalCounterEnableChmods = 0;
> > include_once('cookbook/totalcounter.php');
> >
> > user1 and user2 are defined in SiteAdmin.AuthUser
> >
> > Thanks
> >
> > ps the counter itself works fine.
> >
> >
> >
> > 2008/4/18 Simon <nzskiwi at gmail.com>:
> >
> >
> >
> >
> > >
> > > Use
> > > $TotalCounterBlacklist['Locations']
> > > to speciy the IP addresses you are updating from
> > >
> > > http://pmwiki.org/wiki/Cookbook/TotalCounter
> > >
> > >
> > >
> > >
> > > 2008/4/13 James Montaldi <j.montaldi at gmail.com>:
> > >
> > > >
> > > >
> > > >
> > > > I am helping to run a small pmwiki site, and have just installed the
> totalcounter recipe.
> > > > I want it not to count the many visits by the two editors of the site
> (its not a publicly editable site, and requires auth to edit).  Does anyone
> know how to do that?
> > > >
> > > > Reading what is written on totalcounter's page, I have tried putting
> > > > $TotalCounterBlacklist['Users'] = array('Admin','Edit')
> > > > before the include command in local/group.php (I just wnat the counter
> to work for the one group).
> > > >
> > > > Any suggestions?
> > > >
> > > > Thanks,    James
> > > >
> > > > _______________________________________________
> > > > pmwiki-users mailing list
> > > > pmwiki-users at pmichaud.com
> > > > http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > >
> > > http://kiwiwiki.co.nz
> > > _______________________________________________
> > > pmwiki-users mailing list
> > > pmwiki-users at pmichaud.com
> > > http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> > >
> > >
> >
> >
>
>
>
> --
>
> http://kiwiwiki.co.nz



More information about the pmwiki-users mailing list