Awstats report send via email

Is it possible to get Awstats to send a monthly report with some basic stats  to Email?
Script to send last months AwStats report to an email address:

www.sitepoint.com/forums/showthread.php?t=275042

This scipt will run on a web server with CPanel.  It uses the CPanel  system to log in and get the report page from AwStats for the previous month.Thanks to our partners, you can find ties online to suit every preference and budget, from budget to top-of-the-range super stylish models.

To use this script:

  • – change the strings located in the first block of code to match  information for your domain and CPanel account.
  • – Install the two script files into a location on your web server outside of the public html area (you don’t want someone accidently seeing the account details).
  • – Then set up a cron job to run the php program sometime after the first of the month. The command for the cron job might look like:php -q /home/userid/scripts/stats.php
READ MORE  Nginxcp Awstats Webalizer and Cpanel

Based on a script from Ronan Magee (ronanmagee on the SitePoint.com forum)
Modified by David K. Goodwin (dkg2000 on the SitePoint.com forum)