Grazie a chiunque avrà la pazienza di spiegarmi passo a passo quello che devo fare per usare questo script che ho trovato grazie ai Vs gentili suggerimenti (gli altri due sono riuscito a farlo da solo, tutto ok).
A proposito di un file specifico linkato da una pagina del mio sito (ad esempio: http://pallaboing.alltervista.org/risorse/schema.xsp), io vorrei che apparisse il numero di volte che è stato downloadato (possibilmente non di fianco, ma in basso alla pagina). Ho trovato questo file PHP, che mi sembra il più semplice da usare (quelli che richiedono MySQL non li capisco molto). A chi mi può aiutare a capire cosa devo fare (e se funziona al mio scopo)... grazie!!!!!!!
READ ME
========
Dream Catchers CGI Scripts
Copyright (c) 2004-2006 TechnoSpring Software
REQUIREMENTS
==============
Needs SSI support.
GETTING STARTED
================
1. Copy the downloadcounter.cgi and download.cgi files to your "cgi-bin" directory
Non ho una dir di questo genere, la creo, va bene anche in una sottodirectory in cui poi metto anche il file da monitorare? Ad esempio: /risorse/cgi-bin
2. Chmod the files with access rights 755
????????? Come faccio???????
3. In the downloadcount.cgi file update the values of following variables :
$counterfiledir = Full path to the directory where you want to store the count files (the counts are stored in text files)
perl path - first line of the program should be updated to the path to perl on your server
4. In the download.cgi file update the values of following variables :
$counterfiledir = Full path to the directory where you want to store the count files (the counts are stored in text files)
$downloaddir = URL to the directory where the file to be downloaded in present
perl path - first line of the program should be updated to the path to perl on your server
5. The download link should be like <a href="/cgi-bin/download.cgi?download=recommendus.zip"> (replce filename)
6. To display count use <!--#include virtual="/cgi-bin/downloadcount.cgi?counterid=recommendus.zip" --> (replace filename)
questi non ho proprio idea di cosa devo mettere!!!
Grazie!!!!!