Count filedownloads with AWstats

Submitting your vote...
Rating: 3.0 of 5. 4 vote(s).
Click the rating bar to rate this item.

Add following extra section to typo3conf/ext/cc_awstats/awstats/awstats.conf

 

ExtraSectionName1="Top Downloads"

ExtraSectionCodeFilter1="200"

ExtraSectionCondition1="URL,\.(pdf|doc|zip|xls|ppt|csv|jpg)$"

ExtraSectionFirstColumnTitle1="URL"

ExtraSectionFirstColumnValues1="URL,(.*)"

ExtraSectionStatTypes1=PHB

MaxNbOfExtra1=100

MinHitExtra1=1

 

 

Add to your typoscript setup following for the content type text

 

tt_content.text.20.parseFunc.tags {
  link.stripNL = 0
  link = PHP_SCRIPT 
  link.file = fileadmin/scripts/tags.php
   
}

 

 

file file leadmin/scripts/tags.php, rewrites all links to fileadmin

<?

$GLOBALS["TSFE"]->set_no_cache();

$params=explode(' ',$this->parameters['allParams']);

$link['parameter']=$params[0];

$link['target']=$params[1];

$this->linkCounter++;

if(substr($params[0],0,10)=='fileadmin/'){

$link['parameter']='fileadmin/count.php?f='.urlencode($params[0]);;

}

$content.=$this->typolink($this->getCurrentVal(),$link);

?>

 

 

file fileadmin/count.php, writes download to log file. logFile is the same as the file in config.stat_apache_logfile.

<?

$logFile='stat_apache.log';

$fileName=urldecode($_GET['f']);

$referer=getEnv('HTTP_REFERER');

$ua=getEnv('HTTP_USER_AGENT');

$remoteHost=getEnv('REMOTE_HOST')?getEnv('REMOTE_HOST'):getEnv('REMOTE_ADDR');

$LogLine = $remoteHost.' - - '.Date('[d/M/Y:H:i:s +0000]').' "GET /'.$fileName.' HTTP/1.1" 200 '.filesize('../'.$fileName);

$LogLine.= ' "'.$referer.'" "'.$ua.'"';

$logfilehandle = fopen($logFile, 'a');

fputs($logfilehandle, $LogLine."\n");

@fclose($logfilehandle);

header("Location:".$fileName);

?>

more informations

Awstats Dokumentation

Typoscript by Example - Userdefined tags

TSRef tags

TSRef parseFunc

 




Comments


Martin, 19-02-06 14:42:
tags.php extracts the target for external links. Fix:
add this line
$link['extTarget']=$params[1];

Martin
Bing, 17-04-07 22:03:
Hi,

I'm trying to add an extra section in the AWStats config file using the above example. But it's not clear how fileadmin/count.php should be used? Would you clarify?

Thanks,

Bing
Bing, 18-04-07 15:50:
Hi,

I'm trying to add an extra section in the AWStats config file using the above example. But it's not clear how fileadmin/count.php should be used? Would you clarify?

Thanks,

Bing
Bing, 18-04-07 17:29:
Sorry, I didn't see $link['parameter']='fileadmin/count.php?f='.urlencode($params[0]);; in the tags.php script.

I can see Top Downloads section at the bottom of the AWStats report. But it's empty. The log file still just shows regular page (html) visits. No other file types.

Bing

Add comment

* - required field

*



*
*

Top 10 Updates

Nice fonts using Google font API geändert am  20-May-2010 16:36:47
TS-based Searchbox for Indexed Search  geändert am  18-May-2010 18:27:15
TYPO3 SEO geändert am  30-Apr-2010 09:44:22
Search engine friendly graphical headers in TYPO3 geändert am  30-Apr-2010 09:33:44
Creating a simple Infocenter using TYPO3 geändert am  17-Nov-2009 12:12:52
Making the Section Menu work correctly with TemplaVoila geändert am  05-May-2009 12:27:17
Show pages with type "Not in Menu" in a sitemap geändert am  05-May-2009 12:11:17
Implementation of the DHTML menu from brainjar.com  geändert am  01-Feb-2009 14:02:48
Sample DHTML menu geändert am  01-Feb-2009 13:51:25
A introduction to the CONTENT object geändert am  26-Jan-2009 13:20:39

Latest comments

20-Aug-2010 16:31:13
pritam schrieb: Hello, Can any body tell me how to add the realurl in the typo3.
Articles
17-Aug-2010 15:25:30
Graham Solomon schrieb: I have developed a nice extension for using this Google Font API with TYPO3, along with their web...
Nice Fonts using Google font API
12-Aug-2010 17:39:44
Ritesh Jaiswal schrieb: I have added the above code into page template but it is not working. It only index the page into...
Index search
Deutsch
Search: