Daily emailed stas

fallcreek

New member
I hope this is the right place to ask this.

I used to have a log analyzer script that would email simple stats to my customers daily via a cron job.

By simple stats I mean a short email that said:
You had this many unique visitors yesterday
You had this many hits yesterday
This page threw a 404 error
These are the referrers from yesterday


I've misplaced the script, and can't remember the name of it, but as I recall it was fairly inexpensive shareware.

Anyone know of it? Or have a suggestion for a similar script? Or feel like custom developing one for me for free because I'm not only exceptional looking, but charming as well.....?

Thanks,

John
 
Hey John,
Sorry but I have never heard of that.
It would be great to have that though, something I would be very interested in using.
It's a pitty that I wouldn't be able to code it myself though...I can only really edit code for web languages.
I do have to get into learning some good coding with a web language, I have always been too busy to learn but I am needing it more and more

If anyone does know what this is I would also appreciate if you could post it here, or I would appreciate it even more if someone could have a shot at trying to code this
 
I have found a couple that don't actually analyze the log files, rather you include an image tag or an ssi call, and they generate stats that way and email them, but I really don't want to tell my customers they need to edit every page on their site to get the info they want.

Naturally they have access to webalizer, AWstats, etc., but many like the simple version via email.

John
 
This wouldn't be too hard to do..
If you can write a script that simply gets the data from the database of one of your stats scripts, welalizer, analog, awstats for example.
Set the scripts to get the stats you need, then email those stats, you could set the time to send the email via your cron job like you mentioned above.
 
Back
Top