| » |
StatCounteX 3.1 only work in install directory |
|
|
Asked By: abo on 4/17/2006 - 10:22 |
no replies | reply
|
|
hi,
i install the StatCounteX 3.1 in the directory "stat" and change the mdb path and the file "countcode.txt" var file='/stat/count.asp'. when i call the page http://www.mydomain.de/stat/count.asp then work StatCounteX fine. when i call only my domain e.g. http://www.mydomain.de the no work. which is wrong or I forgot to made? thx |
| |
| » |
Viewing reports & graphs for a specific page? |
|
|
Asked By: npagsube on 3/20/2006 - 10:41 |
no replies | reply
|
|
Hello, I would like to view graphs and reports on the timeframe and days for a specific page. How can I do this? Thank you! |
| |
| » |
statcountex search referers problem |
|
|
Asked By: serbaz on 2/28/2006 - 05:30 |
no replies | reply
|
|
When I cilick to Referers I could not see from where is my visitors coming to my site. For from which search engine or which key words.
I only see which my pages are visited.
Before it was showing from which web site they are coming. now it doesnt show .
|
| |
| » |
StatCountex |
|
|
Asked By: jo2006 on 2/23/2006 - 08:40 |
no replies | reply
|
|
I have a problem, i don't where put code jscript into HTML/ASP pages |
| |
| » |
Filter Multiple Domains to one site as external re |
|
|
Asked By: Jrhoads on 1/18/2006 - 14:40 |
no replies | reply
|
|
I have several domains resolving to one site (ie., x.com, x.net, y.com, y.net, etc.).
Admin configuration only lets me list one "site name". Where in the code can I hard code the others so that I can filter them out as external referrers?
I would however like to know which ones visitors are coming in on. Is that possible? |
| |
| » |
Problem with Visitors Display |
|
|
Asked By: nanamin on 12/16/2005 - 17:56 |
no replies | reply
|
|
I was looking at the stats and it seems there is inconsitant data. Reports.asp shows a certain amount of visitors and in the summary but when you check the ips.asp page it shows many more visitors. Is there a reason for this? I would think that the data would be the same since it is looking at the total ip's |
| |
| » |
User guide? |
|
|
Asked By: webmanager on 12/2/2005 - 10:16 |
no replies | reply
|
|
Hi,
Is there a set of html user guides that could be issued to end users?
[...or shall I put something together and share it?]
Regards.
[PS. have a look at this competitors' site, and their Table of Contents/help pages, quietly and when nobody is looking for inspiration:
Click on Demo report and then report explanation:
http://www.cqcounter.com/
Thanks. |
| |
| » |
vb code |
|
|
Asked By: hussein2000 on 10/19/2005 - 05:47 |
no replies | reply
|
|
need to retrive data from ms access to be displayed in the MSFlex vb control in
using this sql query
"select orgtype, sum(establishment), sum(membership),sum(gtotel), sum(otherexp), sum(ntotel)"
so how can help
|
| |
| » |
How to clear logs and set to 0 |
|
|
Asked By: nocchi on 10/12/2005 - 07:45 |
2 replies | reply
|
|
How do you clear out all logs and start with from 0?
Joseph_Nocchi@Yahoo.com
|
| |
| » |
how to display total visitor count? |
|
|
Asked By: fubar2k2 on 10/9/2005 - 09:33 |
1 replies | reply
|
|
I would like to display the total visitors on my fron page. In reports.asp there si the code:
sSQL = "SELECT IP FROM Stats GROUP BY IP"
rs.Open sSQL,,,adCmdTable
lVisitorsTotal = rs.recordcount
rs.close
how can i display the lVisitorsTotal on my default.asp page? |
| |