howto reset webalizer stats for 1 usr

redeye

Verified User
Joined
May 11, 2004
Messages
145
how do I reset webalizer stats for 1 usr. Somewhere the server has been running with another date, in the future for 2 days. Now it has stats of April, May August, but not June or July.

I thing resetting all is the simplest sollution, but how?
 
This resets the user usage
Code:
echo 'action=reset&value=[b]username[/b]&type=user' >> /usr/local/directadmin/data/task.queue

If you just want to get rid of webalizer history, that information is located in /home/username/domains/stats
 
Back
Top