Server Side Visitor Tracking Script

ibmblackedition

Registered Member
Joined
Mar 6, 2010
Messages
57
Reaction score
4
Hi there,

I kinda have all the tolls I need to run my business in perfect conditions but I still lack on some of it s most important side - tracking visits.

Obvious I don't like using analytics from G as I don't like having G's eyes deep into my *** and because it's a javascript based tracking system and what I would like is to know every box that's hitting my webpages (javascipt enabled or not). As far as I know it's called client side tracking script.

Right now I have a simple/basic php script that does just that - tracks tracks time, ip, hostname, url and the referer and writes it into a .html file but that's all it can do .. not sorting by date option, no mysql database and this make it quite hard to work with.

I've also searched all over for something like that but couldn't find something that suits my needs - and I ask you guys .. how do you track your webpages - what's the best solution on that ?

On short I need a client side script that can track non javascript visitors
 
Last edited:
Piwik- piwik.org

Description
===========
Piwik is an open source web analytics software.
It gives interesting reports on your website visitors, your popular pages,
the search engines keywords they used, the language they speak and so much more.

Piwik aims to be an open source alternative to Google Analytics.

There is a post here at BHW about this software in the download section.
 
Back
Top