Main > Free Download Search >

Free awstats software for linux

awstats

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
AWStats 6.6

AWStats 6.6


AWStats is a free powerful and featureful server logfile analyzer that shows you all your Web/Mail/FTP statistics. more>> <<less
Download (0.94MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1034 downloads
Go Awstats 1.0

Go Awstats 1.0


Go Awstats automates the production of Awstats Apache log reports at a site where multiple virtual hosts exist. more>>
Go Awstats project automates the production of Awstats Apache log reports at a site where multiple virtual hosts exist.
It always updates the reports for the current month and the current year and only produces other reports if they do not exist, which saves on CPU.
The regeneration of a report can be forced by simply erasing it.
Enhancements:
- A major year calculation error has been fixed that appeared when the logs began to span more than two years.
- The author is now confident that the whole thing now works as advertised, hence the bump to revision 1.0.
<<less
Download (0.008MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1096 downloads
BetterAWstats 0.12 Alpha

BetterAWstats 0.12 Alpha


BetterAWstats is made to provide better statistics out of the data AWstats provides. more>>
BetterAWstats is made to provide better statistics out of the data AWstats provides. The project is not a replacment of AWstats.
Main features:
- Multi-site data - If the path to the datafile has the files of several sites in it, all those sites can be viewed in BetterAWstats
- Rolling months - 12 months data chart & table now end in the selected month and show the previous 12 month instead of showing only the current year Jan-Dec.
- Rolling days - If the current month is not finished, the daily data shows the last days from the last month. The total amount of days shown is equal to the current months number of days.
- Pages & Hits have independent scale - In AWstats, the pages charts are scaled as a 1:1 to hits. So a website with 10 images on each page would show a one-pixel high pages-bar and a 10 pixel high hits-bar for one view of a page. If you have more images (in your layout etc), the pages ba becomes too small to show any information. BetterAWstats gives each bar its own scale, depending on the maximum value over the given timespan.
- Weekday data as average - In AWstats, data for each weekday (Mo, Tue...) would be summed up. So a month with 5 mondays would have more hits on Mondays than for its 4 Tuesdays. By building the average per weekday in BetterAWstats, you can see better how much more people come on Mondays to your site, independent how many Mondays that one month has. Also, beeing in the middle of the current month has less impact due to the fact that one Monday on the end of the month did not add any data to that month.
- Number of Visits per Weekday - Although this data is available, AWstats would not show it. BetterAWstats does!
<<less
Download (MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
854 downloads
OpenWebStats 1.1

OpenWebStats 1.1


OpenWebStats is a PHP stats application that reads Apache log files. more>>
OpenWebStats is a PHP stats application that reads Apache log files and imports the data to a MySQL database.
It then provides an awstats-style reporting tool so that you can review stats on demand from the database. Stats updates are available through cron jobs or the Web interface.
Enhancements:
- Changed Year from hardcoded 2005 to a dynamic current and last year.
- Added full page views to hosts, referers, keywords, and pages
- Drastically improved the class_apache_logs_import.php to not readin the full log to an array. Thus no more memory errors.
- Updated the update now message with flush to show that it is running.
<<less
Download (0.080MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1570 downloads
Web Statistics Montage 3.5

Web Statistics Montage 3.5


Web Statistics Montage is a great web statistics tool to add to your arsonal. more>>
Web Statistics Montage is a great web statistics tool to add to your arsenal. Firstly, you need to be using a web host that uses the cPanel control panel and that also has AWStats enabled. Since cPanel is the most popular control panel on the market for Linux servers, this script should be useful to the majority of web masters out there.
I built Web Statistics Montage so that I could get a comprehensive idea of how my web sites were faring with search engines without having to log into each account. With this script, you get e-mailed your stats whenever you want them, no log-ins required!
Main features:
I use this script a couple of times a day because its so handy. Here is a list of the features / capabilities of Web Statistics Montage:
- Compiles key web statistics from multiple sites and compiles it into an easy-to-read e-mail that gets sent to your inbox
- Compiles the following statistics:
- Google PageRank
- Number of unique visitors every day for the last few months
- What keywords were used by search engines to find your site since the last time a report was generated
- The most popular keywords used to get to your site through search engines
- The last time your site was spidered by Google, Yahoo and MSN
- The number of visits Google, Yahoo and MSN are sending your way
- Compiles statistics in easy-to-read, easy-to-compare grids, color coded for the different search engines
- Click on a keyword to show your sites rank for the keyword in Google, Yahoo and MSN instantly
- Click a link on the report to view your AWStats for any site without having to log in!
- Online version of the reports for easy comparison and later viewing
<<less
Download (0.012MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1390 downloads
Apache::Logmonster 3.03

Apache::Logmonster 3.03


Apache::Logmonster is a tool to collect log files from multiple Apache Web servers. more>>
Apache::Logmonster project is a tool to collect log files from multiple Apache Web servers, split them based on the virtual host, sort the logs into chronological order, and then pipe them into a log file analyzer of your choice (Webalizer, http-analyze, AWstats, etc).
Main features:
Log Retrieval from one or mnay hosts
- Ouputs to webalizer, http-analyze, and AWstats.
Automatic vhost configuration
- Logmonster reads your Apache config files to learn about your virtual hosts and their file system location. Logmonster also generates config files as required (ie, awstats.example.com.conf).
Settings configuration for each virtualhost
- Outputs stats into each virtual domains stats dir, if that directory exists. This is an easy way to enable or disable stats for a virtual host. If ``stats exists, it will be updated. Otherwise it will not. Can also creates missing stats directories if desired (see statsdir_policy in logmonster.conf).
Efficient
- uses Compress::Zlib to read directly from .gz files to minimizes network and disk usage. Skips processing logs for vhosts with no $statsdir. Skips sorting if you only have logs from one host.
Flexible update intervals
- you can run it monthly, daily, or hourly
Reporting
- saves an activity report and sends an email friendly report.
Reliable
- lots of error checking so if something goes wrong, it gives a useful error message.
Apache savvy
- Understands and correctly deals with server aliases
Enhancements:
- This new version is mostly about code quality and maintainability (not new features). The large chunks of code have been modularized into smaller subroutines and tests have been written to test the functionality of each sub. There are now 102 different tests (was 23) in the test suite. Added t/Test-coverage.pl, t/Logmonster.t, t/pod.t, t/pod-coverage, t/00.load
- Nearly all the ``working code has been moved into lib/Apache/Logmonster.pm. Logmonster.pl is now a ``shell consisting of a little bit of code and a lot of documentation.
- All the functions are now Object Oriented. Time will tell if that is a A Good Thing[TM] but it makes reading the code and understanding where all the calls are going much, much easier. added doc/*
- The documentation has been significantly updated, addressing many of the common questions and comments I have received.
- The reporting has been overhauled. You still get the same information but by default, if everything is okay it runs entirely silently. A single -v will output status messages that make for a nice birds eye view of your web log traffic. You can add additional -v options for even more verbose reporting.
- Interface change: instead of -m for month, -d for day, and -h for hour, you use a -i [hour|day|month] option. The old -mdh options are officially deprecated but will continue to work for the indefinte future.
- synced lib/Apache/Logmonster/Perl & Utility with Mail::Toaster 5 versions.
<<less
Download (0.12MB)
Added: 2007-03-01 License: BSD License Price:
968 downloads
Plone Click Tracking Tool 0.4.4

Plone Click Tracking Tool 0.4.4


Plone Click Tracking Tool is a product which aimed for assisting in tracking advertisement campaigns in Plone websites. more>>
Plone Click Tracking Tool is a product which aimed for assisting in tracking advertisement campaigns in Plone websites.

Plone Click Tracking Tool (qClickTrackingTool ) is aimed for assisting in tracking advertisement campaigns in Plone websites. It allows to track clicks of visitors. Actual statistics calculation is performed by external AWstats log analysis system.

Each campaign is assigned id and destination URL. Tool is redirecting urls of the form "portal_url/track/campaignId" to actual campaign destination.

External log analysis tool is grouping tracking log entries and provides results as a part of statistical report.

Installation includes AWstats configuration details.

<<less
Download (0.006MB)
Added: 2007-03-29 License: ZPL (Zope Public License) Price:
941 downloads
Web Domain Manager 0.05

Web Domain Manager 0.05


Web Domain Manager is a script to add and delete domains from one or many servers. more>>
Web Domain Manager is a PHP based product to add in a new domain to a server, by just filling out the domain name and putting in the ip, username, and password it will setup the new domain on the server by doing the following:
- Adding the config to Apache
- Adding a new user to the system for FTP Access
- Copying over a default site if you have one available
- Adding the domain into Qmail/vpopmail if you want that setup
- Makes the config file for awstats
- Also makes a file you can add into cron to update awstats automaticly
- Restarts apache with the new config
- Runs from cron every minute to make adding the domains near real time
The Script is made up of two parts, the backend script (AddDomainScript-0.05) which runs from cron every minute and adds any new domains that need added.
And then you need a front end script, I am going to have three of them, One for a administrator, One for a Reseller, and one where a customer could signup on your website.
If you have more than one webserver you just need a copy of the backend script running from each of those servers and it will check a central database for the updates so you can control an unlimited amount of server from just one frontend script, so administrating your servers is all done from one page!
<<less
Download (0.037MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1635 downloads
ReferrerCop 1.1.0

ReferrerCop 1.1.0


ReferrerCop parses Apache log files and AWStats data files. more>>
ReferrerCop project parses Apache log files or AWStats data files and removes entries for referring URLs that match a list of known referrer spammers.

It then returns the filtered files via standard output. Run your logs through ReferrerCop either before or after they’re processed by AWStats (or before they’re processed by any other log analyzer) to eliminate annoying referrer spam from your web statistics.

Filtering is performed using a blacklist and an optional whitelist. The lists are simply text files containing regular expressions (one pattern per line). ReferrerCop comes with a large, heavily optimized and frequently updated blacklist.

ReferrerCop is extremely fast and uses very little memory; it is capable of filtering files of virtually any size. On my Athlon XP 1800 running FreeBSD 5.4, ReferrerCop is capable of processing about 14,000 Apache log entries per second (your mileage may vary).

<<less
Download (0.047MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1330 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1