Custom Hit Counter

I decide to put a custom Hit Counter on my page (below). Then I won't be
reliant on the standard FrontPage one which uses webbots.

It is called by:

<b>Hit Counter: </b><!--#include file="_fpclass/hit_count.inc"-->
The code it includes is below.

OK, it works - sort of.

If I go to Guestbook and then return via the Home button, the counter
increases by 3, not 1.

I can't see why this is happenning.

After returning, a refresh increases it by 2, then another refresh increases
it by 1 ??

I know that many say "Don't use them - it is a sign of an amateur", but I
would at least like to get it working even if I later decide not to use it.

I have thought to make it a conditional include, i.e. if document.referrer
is blank. Is that possible? Code:

View Replies


ADVERTISEMENT

Counter

I've been looking for a counting script to count the number of hits to my HTM and asp web pages on my company's internal website. So far, everything I've seen only works on asp pages. Where would I find some counter code to record hits on htm(l) as well as asp pages?

I'm using IIS 5.0.

View Replies View Related

Hit Counter In ASP

I've got a little counter program written to log individual hits to a page
without counting the same person twice. The problem is, it's counting the
same people twice. Here's the logic:

1) Check the session to see if they've been counted.
2) If they have not been counted:
- save their referrer/IP info
- flag their session to say they're counted
- end

But it seems that some people are being counted for every page they go to
and some are not. I've included the code below just in case. Is this a
server issue, a browser issue, a cookies/no cookies issue, or something
else? Any help would be much appreciated. I want to have accurate counts and
information for where people are coming from with as little effort as
possible.

View Replies View Related

Hit Counter For DIV

Is it possible to incorparate a Hit Counter to count the number of hits on a DIV instead of a page.
Below is the code of my DIV I would like to include the code for the counter inside this DIV. If at all possible??? Code:

View Replies View Related

Counter In ASP

I want to put the counter in index.html only...i dont want counter to keep on increasing EVERY TIME the same person views my website on same day. But the next day the counter will increase for the same person who views website the next day.

I only want the counter to increase for those who is first timer , not the SAME viewer who keeps on going back to the website over and over again on same day..

so how to do asp to achieve above? I have developed my website and include counter but d ont know how to go about including counter.

View Replies View Related

CGI Hit Counter

I not sure how to do a CGI hit counter where it automatically counts the times a web page is accessed?

View Replies View Related

A Rss Counter

I want to put rss news feeds in my site, but I only want something like 5 headlines. I try Yahoo feeds, but I get something like 30 headlines, this is way too many, I want 5. Is there a way to do this, to reduce these 30 headlines to something like 5?? Like, perhaps adding a counter to the script?

View Replies View Related

Add Hit Counter

I want to add a hitcounter to my website and use following code, but whenn I want to schow the site, which contents following codes, I will become from server the message " the page cann't be found" Code:

View Replies View Related

Best Counter

I am designing my first pages in ASP and I am willing to design an ASP web page counter. Can you recomend one I can look at to get some ideas?

View Replies View Related

Hit Counter

How to make a simple Hit Counter ? I am old VB Programmer, trying to learn ASP.

View Replies View Related

Custom 404 Page

I notice that when you have the defualt setup of 404 error
pages the IIS 5.0 log tracks the page the user was trying
to get to and the page they where at when they tryed to
get to the now missing page. I recently wrote my own 404
error page to make it match my site but when I set IIS to
use my custom page it no longer traks the page that the
user was trying to get.

I was told I needed to add some
code to my page to fix this, but I don't know what code to
add. Can someone tell me? (I am useing ASP on the custom
404 error page) I am returning a 404 error response,
everything works fine it is just that IIS does not log
what page the user was trying to get to.

View Replies View Related

Custom 404 Asp Page

I created my own custom 404 handler and it works, so when I put in

http://www.domain.com/badxxx.html
it produces the correct 404 error and you see
http://www.domain.com/badxxx.html in the url still which is fine.

But when I put in
http://www.domain.com/asdf

it redirects to
http://www.domain.com/index.html

it gives a 302 (moved temporarily) as well as the 404 error.
Why does it do this for not .html files? I dont redirect it at all, and am
using
thestring = Request.ServerVariables("QUERY_STRING") to get the url

but thestring sometimes does not display the asdf depending what I do after
this command, very odd.

does anybody have anyideas as to how to preserve this
http://www.domain.com/asdf in the url and avoid the 302?

View Replies View Related

Custom Tags

i have a table that users are inserting custom tages ,it looks like :

user_id type value
1 99 television
2 98 beach
3 99 coldplay

etc.
now i have to make a search which will show all the users that typed the same value from the same type .i dont want the query to be a textual query (slow ...)what is the right way to do it ?how can i make a query that JOINs to tables from 2 different databases?

View Replies View Related

Custom Sessions

how to go about setting up and using custom sessions for user authentication throughout an application?

View Replies View Related

Custom 500 Error

When you have a custom HTTP 500 error handler, how do you go about making sure all your previously opened recordsets/objects/connections/etc.are closed properly?

It would seem to me that once you hit a 500 error, you have no opportunity to close any of the previously opened objects, eventually causing memory leaks.

View Replies View Related

Custom 404 And Logging

I'm developing an application that uses a custom 404 page to deliver all of my site's content. However, doing things this way renders IIS's regular log files pretty much useless.

Are there any established "best practices" for creating your own logging system? I know that others use this technique and I'm hoping someone has some ideas they can pass along. For example, do you log every single page request or do you just log totals per day, week, or month? How do you deal with the increasing volumes of data? Do you collect referrer data, etc.?

View Replies View Related

Custom Controls

I have code for remove button.How to make it a common control so that it will be handy to use.

View Replies View Related

Custom 404 Page On IIS

I asked my hosting service to setup a custom 404 page for me. They did, but when purposely calling a non-existing page with XMLHTTP, the new 404 page returns a 200 / OK status.

They seem to be taking their time trying to fix this, so I wonder if a custom 404 page that truly returns 404 status is a hard thing to set up for individual domains hosted on IIS. I hope my question makes sense to the readers.

View Replies View Related

Use Custom Fonts

im interested in replicating how moonpig.com 's card editor works. in particular how you can display a custom server side font in a wysiwyg editor. i know moonpig uses .net but can this be accomplished using plain ol' asp ?

View Replies View Related

Site Counter

i have a simple asp counter in my site, the counter uses a access db & cookies (so every visitor will be counted once).

in the past days the counter has gone wild & count goes from 300 in ordinary days to 1000.
i guess this is because of robots, crawls, worms etc. is there any way i can count only real visitors?

View Replies View Related

Counter And Databses

I have recently enetered the world of ASP. I have a counter on my site which uses a global.asa file but it doesn't seem to work. it did for a while but doesn't now. i will atttach the files tommorow when i'm on my computer at home but in the mean time, what could be wrong?

i am also datbasing a site that will, evnetually, sell computers. it will contain all the parts for the computers and i want a drop down menu to link to them and return the prices individually and add them all up. the prices need to be returned separately so thy can go in their own table row. can this be done? if so, how?

View Replies View Related

Hit Counter Working

i want to add a hit counter to my site but i dont know any thing about it. can any one tell me how does it work.and what should i do for that?

View Replies View Related

Database Hit Counter

I have built myself a little hit counter. It's just a few lines of VBScript that submit the page name and date to an SQL Server db.It executes every time the page is accessed. I am a little concerned that this method may put strain on the server given that the home page averages about 3000 hits a week.I wanted to do it this way because it allows me to use the date field to analyse the usage on a weekly or monthly basis.
Does anyone know if this will put too much strain on the server? Perhaps this post is better suited to a db forum. Really I'm just interested to know under what circumstances the db server will struggle.

View Replies View Related

Performance Counter

I am running the WebService / CurrentConnections performance counter.
It works fine for one site I'm looking at, but not for another.
The one it doesn't work for, the polling vertical red line doesn't even
move.
Is there a setting somewhere that controls whether a web site can be be
'polled' or not?
I am using Windows Server 2003 Standard Edition.

View Replies View Related

Visit Counter

im after adding a hit counter to my front page but having the details of how many visits the site has had being displayed in my admin section.
any assitance on how i go about doing this?

View Replies View Related

Asp MSSql Hit Counter

Anyone know of a free advanced mssql hit counter?

View Replies View Related

Hit Counter Problem?

I want to make a hit counter for one particular page. I have code in one separate functions page, I then call this from the page I want to count:-

<!--#include file="tools/functions.asp"-->
<% Totaldownloads() %>

This bit of code is then called:-

<%
Function Totaldownloads()
Application("downloads")=Application("downloads")+1
Totaldownloads = CInt(Application("downloads"))
End Function
%>

However it seems that this code runs by itself allway's updating by 1, even when the Function is not called? I have other functions with the one stated above which are included on other pages, again using:-

<!--#include file="tools/functions.asp"-->

Surely the code should only run when called, not just included?

View Replies View Related

Request Value From Counter

i'm having a problems as i dono how to request the value from the textbox. This is how is it. usually when we want to retrieve the value from the page we will Request.Form("txtBox"). The problem i'm having is i dono how many textbox it will be. Here is it.

I have a combobox that enable me to select how many textbox i want. For example it can select from 1 to 5. Ok when i had selected 5 then it will appear 5 textbox for me to enter the input.

The textbox is only got 1 name for the html as i create this in a counter loop. Therefore may i know how to retrieve the 5 textbox value as i need to do a checking for the input of the 5 textbox value with the database. Usually will be Request.Form("textBox") but now i have 5 values in the 1 textbox name.

View Replies View Related

Visitors Counter

can anybody show me how to create a visitors counter which can save the visitors details and the date into text file?

View Replies View Related

Simple Hit Counter

I want to do a simple hit counter but my problem is I don't want to open a database everytime there is a hit. (I'm afraid this will give me problems with the server if too many people hit at once.)
I thought of doing it with files but I want others to be able to see the hits without ftp access.anyway to use javascript to call a stored procedure(in this case at least the page won't fail if the db is too busy)

View Replies View Related

Develop A Counter

I have 3 different ways to let the visitor know that latest news is up on the website. First is through email,send through website and last through a pop up.The problem is how do I develop a counter that record the hits from three different sources,so I know the most effective way that the visitor is using to access the latest news.

View Replies View Related

Increment Counter

An ASP page has a variable named iCounter whose initial value is 0. This ASP page has a drop-down list. When an option is selected from the drop-down list, I want the value of the iCounter variable to increment by 1. For e.g. when an option is first selcted, iCounter should be equal to 1. When an option is selected again, iCounter should be equal
to 2 so on & so forth. How do I do this?

View Replies View Related

WMI Session Counter

I have tried the PerfMon object (which doesn't work on NT-4 SP6).I have tried the WMI implementation located on http://www.aspfaq.com/show.asp?id=2491 (which doesn't work on NT-4 either).Are there any other solutions to provide me with a TOTAL session count
across all apps?

And for the few snide remarks about updating the OS, I would LOVE to but cannot at this time.I have upgraded my dev box to 2000 and the solutions work great.Unfortunately the production server is another matter and I'm stuck with it for a while.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved