Webalizer View All Referrers Link

avid

Verified User
Joined
Sep 27, 2005
Messages
5
Hello all,

When viewing the Webalizer statistics for a given domain, I notice that Webalizer shows me the Top 30 referrers while the number of Total Referrers is much higher.

On other systems running Webalizer, there is usually a link below the referrer information that allows you to "View All Referrers." Is there a way to turn this link on in DA's implementation of Webalizer? If yes, how would I go about doing so. Otherwise, is there a way to change the number of referrers shown; say, show the Top 50 referrers instead of the Top 30?

Thanks in advance for any insights or information.
 
add a custom webalizer.conf file.

create/edit

/usr/local/directadmin/data/templates/custom/webalizer.conf

and add the first line as:

AllReferrers yes

save this file.

If you wish to have 50 top referrers shown
in your main page, add the line:

TopReferrers 50
 
squirrelhost -

Your input is much appreciated, I checked out your link to the webalizer readme file and the info contained there is very helpful. I made your specific changes by creating the webalizer.conf file in the /usr/local/directadmin/data/templates/custom directory, restarted directadmin and apache, but I'm still not seeing the View All Referrers link, and the total referrers are still displayed as the Top 30.

Is there something else I need to restart, or do I need to wait for a new month for webalizer to generate the new HTML?

Again, thanks. :)
 
Absolutely beautiful. Everything works as intended, thanks for the guidance.
 
Back
Top