Tagged Questions

1
vote
1answer
71 views

how to track sells you make by visitors reffered by another website?

In my future website, i'll have parteners and i want them to receive a certain percentage of money according to how much the visitors they sent me bought items. So this is a simple question : How to ...
0
votes
1answer
150 views

drupal module statistics not counting recent page views

I have the the statistics module for drupal, but it seems to fail, it doesn't count the page views.. all remains in 0 if I want to show for example a total view for an article in a view, and when I ...
0
votes
1answer
645 views

MySQL Get rows between months

I'm trying to SELECT the visitors of my site per month for the current year. For every different IP/user_agent combination there will be added a row per minute. To track the hits and the unique ...
0
votes
5answers
203 views

Call Visitors web stat program from PHP

I've been looking into different web statistics programs for my site, and one promising one is Visitors. Unfortunately, it's a C program and I don't know how to call it from the web server. I've tried ...