Avrei bisogno di aiuto per un contatore di download. Non ho la benché minima infarinatura di PHP, né so usare MySQL (anche se conosco bene l'SQL). Se esistesse un javascript per fare il contatore di download userei quello (ma esiste?).
Quello di cui ho bisogno è un contatore che mi segni in un punto della pagina che voglio specificare io quante volte un file pdf, zip o txt o altro, cmq, (a seconda del caso) viene scaricato dal mio sito su Altervista.
Ho già cercato aiuti in giro per questi forum e per il web, ma è tutto molto complesso. Ho trovato un file PHP che forse potrebbe andare bene, ma avrei bisogno di sapere passo a passo quello che devo fare. Grazie a chiunque mi potrà aiutare.
Credo che questo file php trovato permetta molte funzioni, ma a me l'unica cosa che interessa è il contatore di download su un file, quindi se esiste in giro qualcosa di più semplice mi va cmq bene.
Incollo qui sotto il PHP.
Codice:
#############################################################
#############################################################
CesClick v1.1
Created by Ceslestee, 2002.
Copyrighted Ceslestee(http://wonderful.frenzied.org) 2002.
All rights reserved.
Distributed at http://wonderful.frenzied.org
Any bugs found please contact Ceslestee at dinopoohy@hotmail.com
############################################################
###########################################################
About CesClick
-----------------------
CesClick is a PHP/mySQL-driven click counter script. It includes an admin area for the administrator to view the click statistics, which include IP/browser tracking as well as the click count. It tracks the links you want, which can be added/deleted/modified in the admin area.
-----------------------
Installation
CesClick requires PHP and mySQL support.
1) Open click_config.php
2) Change the mySQL variables/info.
3) Since there is an admin area, change the login or password to something of your choice.
$login_r = "admin";
$login_pass = "pass";
^ is default, meaning the login name is admin and the password is pass. Change it to something of your choice.
4) Upload click_admin.php, click_setup.php, out.php and click_config.php. Then access click_setup.php (e.g: http://yourdomain.com/click_setup.php) If no problems arise, you will see that it is successfully installed.
5) Go to click_admin.php and login with the login name or password you have specified. Then add links that you want the click to be counted. View statistics by going to General Statistics.
6) You're done! =)
-----------------------------------
Posterò il codice (perché proprio non so come modificarlo), se non esiste un counter più semplice! Grazie