HowTo: Custom webalizer wrapper for DA v0.0.1

jlasman said:
What would you like it changed to?
When I wrote some phpBB MOD-ifications I used to use the topic title to also display the current version.

I guess it should be enough without version number here... :rolleyes:


Thanks
 
Paths for FreeBSD:
/usr/local/bin/bash
/usr/local/bin/webalizer

Not allowed on FreeBSD (not needed?)
chown webalizer:root webalizer



WARNING
Use this path for the webalizer.conf, otherwise it may get overwritten by directadmin on an update.
/usr/local/directadmin/data/template/custom/webalizer.conf
 
Last edited:
Thanks for the input. :)

I'll be updating the script and notes on top to reflect changes required to fix above "problems", as well as to add support for FreeBSD.

In fact, if there's enough interest I'll be more than glad to provide support/upgrades for this "tool" in the future.

I'll also try to install AWStats, and see if it can be done anything else to integrate both worlds. Any input here would be much appreciated... :)

One thing doesn't work for me is the logrotate script. TBH, I don't know much about its syntax.
 
On Freebsd, I don't have a /etc/logrotate.d so I didn't even try to install it.

You can use /etc/newsyslog.conf though.
 
I would imagine if we can somehow get this to work well, there would be interest. I guess people would like to be able to offer awstats or webalizer as a choice. This wrapper is a start, but then what happens to the general webalizer stats that DA uses?
 
I was referring to the the Site Summary page. Isn't the information posted by the domain from Webalizer? If it was not why would there be a problem removing webalizer completely and using AWstats. I ask because a lot of people would like to do this.
 
I think it would be possible to rewrite that "module" instead of trying to patch it since it's not built within the skin.

PHP:
open nice css box
for every domain
  show link to stats
  show Bandwidth 
  show Disk Usage
  show Log Usage
  show Subdomains
  show Suspended
endif

All those tokens are probably available to skin builders (me not skin builder)
 
Yeah, this link is now dead. Anyone got an alternative/the scripts they could attach to a post or something?

Would really like to get rid of Webalizer!
 
Back
Top