The visitors tag has no wiki summary.
0
votes
1answer
53 views
Upload image from wordpress site to facebook
I'm newbie, so be polite please. I'm using latest version of Wordpress, and NextGen Gallery. I want to allow visitors to upload images on their facebook account from my website. I'm managing a photo ...
0
votes
1answer
243 views
getting client IP addresses in apache log when server behind varnish reverse proxy which inturn is behind load balancer
I am having this problem to find unique visitors to my site. The site is deployed on AWS cloud. The first hit goes to load balancer which routes to varnish cache (type of reverse proxy) and which ...
0
votes
0answers
72 views
alternate to cookies while tracking unique visitor in php
Building a database with records of unique visitors to a specific page on the website without logging the same visitor's info twice in mysql.
Cookies would have been the answer but some browsers do ...
-1
votes
3answers
175 views
fetching unique ip address of computers on an internet network in php
I'm trying to build a database with records of unique visitors to a particular page on my website by obtaining their IP.
The code below fetches the visitor's IP:
$getip = $_SERVER['REMOTE_ADDR'];
...
0
votes
3answers
58 views
Simple way to check non logged visitors uniqueness
Is there any way of knowing, when a user comes to my website, if he has already come, without having users to login ?
I do not need it to be extremely accurate, but to be simple to implement and to ...
-1
votes
2answers
49 views
compression format supported by all OS [closed]
I am going to offer site visitors a compressed file ( for gallery images ). What is the compression format that is supported by ALL operating systems?
Visitors might have any operating system like ...
3
votes
1answer
440 views
Google Analytics: Visitors flow: Only showing root with 100% drop off, no pages
I would like to use the google analytics visitors flow tool but it does not show any specific page. All visits are in one big block "/". If I click on "group details" pages are listed just fine.
My ...
0
votes
0answers
38 views
Counting total number of distinct real people that have seen a web page? [closed]
What is most accurate method to count total number of distinct real people that have seen a web page? (not number of times that a page is requested). In other word what is your idea to make counting ...
0
votes
0answers
135 views
how to create heatmaps in asp.net
How can I track the visitors mouse clicks on a page and transform the clicks in heatmaps, like this http://www.patrick-wied.at/static/heatmapjs/
0
votes
1answer
126 views
Generate records for Jquery Flot
VISITORS TBL
ID product_id hits date
130 1 1 2012-08-11
94 810 53 2012-08-06
95 810 32 2012-08-07
96 810 22 2012-08-09
97 810 13 2012-08-10
98 ...
-1
votes
1answer
88 views
Tracking the number of visitors of my website [closed]
I want to track the number of my website's visitors and send it automatically every week, how can I do something like this ?
0
votes
0answers
79 views
show messages from facebook visitors on site
i allready got this one on my site:
https://developers.facebook.com/docs/reference/plugins/like-box/
here i can show the stream too. but it only shows the messages from the page itself (its for a ...
0
votes
1answer
33 views
Number of vistors for each flash instance
I have a question regarding a video chat solution that I am working on. I have a single swf file (viewer.swf), which is used in multiple places on the website (for each performer), and I would like to ...
0
votes
0answers
85 views
Did my visitor counter get reset? [closed]
My blog had over 15,000 visitors and it seems all previous data has been removed and my account has been reset. It says now that 1,545 people visited my blog. Does someone know if it's possible to get ...
0
votes
3answers
137 views
Showing ads only to 20% percent of visitors. Or different ads to another 80% visitors
how to do this in a php file
Showing ads only to 20% percent of visitors. Or showing different ads to another 80% visitors
any way that can work, maybe using time intervals, like the visitors that ...
0
votes
2answers
439 views
visitor counter in php when open/close or leave the page [duplicate]
Possible Duplicate:
how can I make visitor counter in php?
I want to insert when page open/close or leave but not onunload .. the below code help me to insert when open the page , but not ...
1
vote
2answers
981 views
how can I make visitor counter in php? [closed]
How I can count visitors ??
I want to insert when open the page and when close or leave the page but not onunload
And I don't want to insert when refresh the page
the below code help me to insert when ...
1
vote
1answer
808 views
Getting Unique Visitors From google analytics php interface (gapi)
I'm using the code :
function get_indiv_visitors($site_id, $start_date, $end_date=NULL) {
require 'config.php';
$ga = new gapi($ga_email,$ga_password);
...
0
votes
2answers
369 views
How can i implement page views counting using ajax call?
Supposing I have number of different resources on my site and I want count page views each of them. Of course, I can just increment on each request, but 1)I want only unique views 2)I don't want ...
1
vote
3answers
376 views
How to get number of visitors of a page on GAE?
I need to get the number of unique visitors(say, for the last 5 minutes) that are currently looking at an article, so I can display that number, and sort the articles by most popular.
ex. Similar to ...
1
vote
0answers
322 views
Difference between “Canvas Visitors” and “Installed Canvas Visitors” in Insights
What is the difference between "Canvas Visitors" and "Installed Canvas Visitors" in Facebook Insights?
As per my understanding, the latter gives me the number of "returning users" (in a sense) while ...
3
votes
3answers
454 views
Determine unique visitors to site
I'm creating a django website with Apache2 as the server. I need a way to determine the number of unique visitors to my website (specifically to every page in particular) in a full proof way. ...
0
votes
1answer
239 views
How much traffic can my web server cope with before crashing? [closed]
Simple question, I realise it depends on many things like page load times, page size, are static resources served from a content network blah blah blah. So let's keep it simple.
If I have a CentOS ...
2
votes
1answer
1k views
How to implement Marketo tracking code
I'm investigating how to implement Marketo tracking visitor, email, white-paper, webinar,...
I have research about it, but i just know install script munchkin, but i don't know how to get it works?
...
0
votes
1answer
98 views
Visitor Custom Variable Google Analytics Help
I am using Google Analytics Custom Variables for a site I am working on. Here is the code snippet uploaded on the page.
_gaq.push(['_setAccount', 'UA-xxxxxxxxx-1']);
//]]>
</script>
...
-1
votes
1answer
1k views
PHP Count unique visitors [closed]
I would like to count the amount of unique visitors a players profile would get.
Each player has a profile and there are many players.
If player1 visits player2's profile I want it to + 1 on ...
1
vote
1answer
267 views
Track multiple subdomains + tld Google Analytics
** tld = top level domain
I am wanting to track my main domain and all of its subdomains (around 180) in Google Analytics.
I am wondering if it would be better to create 180+ profiles for each ...
1
vote
1answer
498 views
Google Analytics - Visits vs Unique Visitors [closed]
I am struggling to understand the difference between visits and Unique visitors
My account shows
411 Visits
1,041 Unique Visitors
How can I have more unique visitors than visits?
Please help
0
votes
1answer
290 views
When PHP Counter reaches x visitor limit, redirect to new page
I am very new to this, It s for a project for school. (I don t know php, only playing with flash for design)
I am using a php code loaded in my flash webpage to count the number of visitors. What do ...
2
votes
1answer
277 views
Piwik 1.5.1 Wrong number of visits and (unique) visitors
i just updated my piwik from 1.1.1 to 1.5.1 and having problems with the numbers of vists and visitors.
Each time i send a tracking request (with firefox 5) piwik increases the number of pages, ...
-1
votes
2answers
176 views
Does a website require a minimum amount of visitors in order to get approved for adsense advertising by google? [closed]
I have a website that I just created. I haven't tried popularizing my website so I don't have any visitors yet. However, I would like to put adsense advertisements on my websites before I start ...
0
votes
1answer
435 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
539 views
PHP MySQL visitors best way to count and detect
i want to count the visits to each page in the site and detect who is online
my solution
table for all sessions of visitors
-----------------------------------------------
|id | sessionid | ...
-1
votes
2answers
4k views
how to count the site current visitors using java script or php
I need to get the current site visitors number using Javascript or PHP.
I need it using the best way between php and Javascript.
Thank You
9
votes
6answers
3k views
Detecting a “unique” anonymous user
It is impossible to identify a user or request as unique since duping is trivial.
However, there are a handful of methods that, combined, can hamper cheating attempts and give a user quasi-unique ...
2
votes
2answers
260 views
Visit page without incrementing hit counter
I frequently visit a certain page on the web to view the hit-counter, but my visit is counted every time and it's inflating the number of actual hits. Is there a way to visit the page without adding ...
1
vote
1answer
95 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 ...
2
votes
1answer
589 views
How do I stop the breadth-first search using Boost Graph Library when using a custom visitor?
Say I found the node that meets my criteria and I need to stop the search.
0
votes
1answer
816 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 ...
83
votes
7answers
16k views
When should I use the Visitor Design Pattern?
I keep seeing references to the visitor pattern in blogs but I've got to admit, I just don't get it. I read the wikipedia article for the pattern and I understand its mechanics but I'm still confused ...
14
votes
2answers
1k views
Visitor Pattern + Open/Closed Principle
Is it possible to implement the Visitor Pattern respecting the Open/Closed Principle, but still be able to add new visitable classes?
The Open/Closed Principle states that "software entities ...
0
votes
5answers
221 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 ...
8
votes
5answers
6k views
A more generic visitor pattern
I'm sorry if my question is so long and technical but I think it's so important other people will be interested about it
I was looking for a way to separate clearly some softwares internals from ...
