Forum Moderators: DixonJones
My problem is it's far too much work to run Webalizer stats on all the sites since each one needs its own individual login, usrname and paswrd. Of course that would be extremely time consuming and very annoying to do on hundreds of websites!
Is there any possible way to run some kind of an automatic script kind of program that could output all the indidual stats on a regular basis to an alphabetical list, with the important stats shown seperately per site, and also a combined total? That sure would be a Godsend.
If such a program already exists I would love to get it. But would also be willing to pay a programmer to write the code too. Please help!
P.S. Would becoming a paid member help getting replies?
I posted a question about Webalizer 4 months ago - my Webalizer summary summarises the top "n" of each category and I wanted more. I asked for help and got none.
Armed with the Webalizer source code and the knowledge that I had a webalizer.current file that I couldn't see, I produced some Java code to do the crunching I wanted. I'm pleased with what it does, but the GUI is still a bit clunky when it runs my Mac.
I'm not able to do the code that you want, and I suspect that one reason no-one is offering is that it's a large job, and therefore a really expensive one.
Maybe your Webalizer can be set up better - mine runs in a Browser which stores my password and username (rather than in FTP), so it should be simple for someone to write an Applescript to automate it all.
Maybe now I've tabled a bit more discussion, someone else will read your post, but the other thing I find about the backwater forums like this is that I only read them once a week - others may do the same - there's otherwise simply too much to read!
DerekH
On our servers, webalizer is run automatically by cron.daily and generates individual reports for all websites, each in it's own (password-protected) directory.
DerekH, In the webalizer configuration file you can set various options that will give you acces to ALL referers, sites, files accessed, etc. The file is located (in Linux) at /etc/webalizer.conf. You can also nominate your own config file when calling webalizer, using the -c option.
;)
DerekH, In the webalizer configuration file
I can see what you're saying. I'm on a virtual host where things are preconfigured for me, which is why I can only see the daily and monthly files plus webalizer.current - they're in a directory I can access (but not list!), whereas the Unix files you mention are out of my grasp.
Not that I'm dissatisfied with what I ended up doing - a bit of Java and an Excel spreadsheet give me searchable lists of all the parameters I wanted.
Best regards
DerekH