# Launch awstats with -staticlinks option to build all static pages.
# See COPYING.TXT file about AWStats GNU General Public License.
#------------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
#$|=1;
#use warnings; # Must be used in test mode only. This reduce a little process speed
# - Create AWStats config file
# See COPYING.TXT file about AWStats GNU General Public License.
#-------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
require 5.005;
use strict;
# Export lib data values to a text files to allow to use AWStats robots,
# os, browsers, search_engines database with other log analyzers
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
#use warnings; # Must be used in test mode only. This reduce a little process speed
#use diagnostics; # Must be used in test mode only. This reduce a lot of process speed
# Launch update process for all config files found in a particular directory.
# See COPYING.TXT file about AWStats GNU General Public License.
#------------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
#------------------------------------------------------------------------------
# alone for any other log analyzer.
# See COPYING.TXT file about AWStats GNU General Public License.
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
use strict; no strict "refs";
use Switch;
# alone for any other log analyzer.
# See COPYING.TXT file about AWStats GNU General Public License.
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
use strict; no strict "refs";
#use diagnostics;
#!/usr/bin/perl
# index.cgi
# Display available config files
-# $Revision$ - $Author$ - $Date$
require './awstats-lib.pl';
#!/usr/bin/perl
# update_stats.cgi
# Run AWStats update process
-# $Revision$ - $Author$ - $Date$
require './awstats-lib.pl';
&ReadParse();
#!/usr/bin/perl
# view_all.cgi
# Display summary of all available config files
-# $Revision$ - $Author$ - $Date$
require './awstats-lib.pl';
&ReadParse();
# You should have received a copy of the GNU General Public License\r
# along with this program. If not, see <http://www.gnu.org/licenses/>.\r
#------------------------------------------------------------------------------\r
-# $Revision$ - $Author$ - $Date$\r
-#------------------------------------------------------------------------------\r
use CGI qw(:standard);\r
\r
my $ALLOWDOWNLOAD=0;\r
-# AWSTATS CONFIGURE FILE 7.1
+# AWSTATS CONFIGURE FILE 7.3
#-----------------------------------------------------------------------------
# Copy this file into awstats.www.mydomain.conf and edit this new config file
# to setup AWStats (See documentation in docs/ directory).
# Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with
# the config value in an AWStats running session and can be used like others.
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
#-----------------------------------------------------------------------------
# Perl Required Modules: None
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Encode and URI::Escape
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: None
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
# ENTER HERE THE USE COMMAND FOR ALL REQUIRED PERL MODULES
#-----------------------------------------------------------------------------
# Perl Required Modules: Put here list of all required plugins
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Geo::IP or Geo::IP::PurePerl
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Geo::IP or Geo::IP::PurePerl
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Geo::IP or Geo::IP::PurePerl
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# 1.4 - Chris Larsen - added file override capabilities
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Geo::IP or Geo::IP::PurePerl
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Geo::IP or Geo::IP::PurePerl
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Geo::IP or Geo::IP::PurePerl
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Geo::IPfree (version 0.2+)
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: None
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: None
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
#
# Changelog
#
#-----------------------------------------------------------------------------
# Perl Required Modules: Storable
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: XWhois
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Net::IP and Net::DNS
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: None
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: Time::HiRes
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: None
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
tooltipTop = ($doctop>=0?$doctop+10:event.clientY+10);
tooltipTop = (document.body.scrollTop>=0?document.body.scrollTop+10:event.clientY+10);
EOF
- # Seul IE en HTML a besoin de code supplémentaire. IE en xhtml est OK
+ # Seul IE en HTML a besoin de code suppl�mentaire. IE en xhtml est OK
if ($BuildReportFormat ne 'xhtml' && $BuildReportFormat ne 'xml') {
print <<EOF;
if ((event.clientX > tooltipLft) && (event.clientY < (tooltipOBJ.scrollHeight?tooltipOBJ.scrollHeight:tooltipOBJ.style.pixelHeight) + 10)) {
#-----------------------------------------------------------------------------
# Perl Required Modules: None
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
#-----------------------------------------------------------------------------
# Perl Required Modules: None
#-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
# <-----
/*
* @(#)AWGraphApplet.java
- * $Revision$ - $Author$ - $Date$
*
*/