i want to display a small top 10 referer list on my website. that shows only the domain name
i tryed this script but i cant get it to work
igues some filkes are missing or theread me sucks:
www.mycgiscripts.com/top-referers.html
this script do what i need ...
can any one recommanded a different script doing the same. or has any one success full installed the script?
[edited by: jatar_k at 7:23 pm (utc) on Mar. 19, 2003]
[edit reason] once is enough [/edit]
For example,
If it is Apache, you can set up a log file for just referers, then write a small parser that will take all the data and place it in some sort of database. Then you would just take the top 10 directly from the database and display it.
noSanity
thx for reply ...
yes it a unix apache web server
i have ftp / cgi access and i can chmod ...
please tell me what to do ... i really wnat to get this script to work.
the code opens few files. but thoose files are not includded. and i dont think the script will make them there selff
;-(
You may also want to ask your hosting provider to set up a referer log (which can be done easily in apache) and to have that log placed in your web directory so you can read just the referers, not the entire log file.
noSanity
PS: A little bit of perl help here? :-P
i can call a top 10 using SSI on any spot in my website etc. its good script but simply dont work. i gues the owner try to force you this way to pay the $ 20 for installation. sothe script aint really free as the readme is ****ed up hehehehe
<snip>
can some one get it to work?
[edited by: jatar_k at 7:23 pm (utc) on Mar. 19, 2003]
[edit reason] script already mentioned in first post [/edit]
Just as a starter, what is it written in? I would guess perl.
mavherick