Visitors On My Site At One Time

Ive seen on a couple of sites it lists the numbers of users on the site at that point.
What is the best way of doing this?One of my sites is on a win nt server and the other is win2k

View Replies


ADVERTISEMENT

How Many Visitors Are Viewing My Site?

Is there a method in ASP, which allows you to note how many users are currently viewing pages on your site.

I understand that there is a way of knowing if the user has actually logged onto the system, as I am sure you can detect how many members are actually signed in using I think global.asa file If I am right. I am sure you could also do it via an sql query if memberid=true, I am sure you could output how many members are true, returning a numbered value.

But is there a method of detecting how many viewers are actually connected to your site, without them actually being logged in? i.e non-members.

Also, how many hits to the site would be good, however this is an inaccurate reference, as a simple refresh would add 1 to the value, is there a method to prevent this, off the top of my head I would think a detect via the ip address? however some ip addresses change depending on there ISP.

View Replies View Related

Global.asa To Track Site Visitors

I found this code for a global.asa file and in the tutorial it says it can be used to display how many people are on a given website. I don't see how this done. Is there a session variable of some sort that I take from this code and output it onto a page?

<SCRIPT LANGUAGE="VBScript" RUNAT="Server"> ....

View Replies View Related

Getting A Site Ready For The Big Time

I am putting the finishing touches to a standards compliant, super flexible and scalable shopping site. I am just about finished tidying up the code and now want to check if I have any variables or other memory eating functions left open when I can safely close them.

Does anyone know of any server side software that might be able to monitor the memory used by a users session and whats in it?

View Replies View Related

Time Stamping A Site

I'm working with someone that has a test server and a live server. What happens is that the test server replicates everything onto the live server every night.

What we want is when the test server replicates to the live server, can we have pages or a page time stamped at that current date and time so we know it actually was copied over? Is this possible?

View Replies View Related

Real Time Site Monitoring

A client of us asked to write a script to View live visitors as they browse her website and to get the information such as, what page they are viewing, what browser type they are using, IP address/host name, visitor time on site and screen resolution.

Is this possible in ASP scripting without a server side or client side application? How to get the realtime stats of a visitor?

View Replies View Related

Get The Name Of Visitors

I am trying to have a simple chat program in my website. Currently, I can send and receive back and forth between myself and somebody else if I ask and know that person is logged in and his/her user name or ID. How can I list the name/userID of current visitors in my website.

View Replies View Related

Get Visitors IP Address

How can I grab the IP address of a visitor to my site so I can store it in a
session variable?

View Replies View Related

OnLine Visitors

I wanted to ask for a help for my site. I want to make script that will show the number of visitors, how many visitors are curently on the site.

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

Number Of Visitors

Did anyone know how to do the fuction to display the number of visitor that visit certain site.

View Replies View Related

Redirect Web Visitors

This article demonstrates a way to translate IP address to country of origin using ASP and COM technology. Cool.

http://www.ip2location.com/articles/article1.htm

View Replies View Related

Most Visitors Ever Code

How would I determine the most visitors ever using global.asa?

View Replies View Related

How Many Visitors Currently Browsing ?

How I know in ASP that how many visitors are cuurently on a particular page or website.

View Replies View Related

Unique Visitors Hit Counter?

Is it possible to create a unique visitors hit counter in ASP? I'm struggling to find any tutorials on the net. I found a few that can do a unique visitors on a daily basis but I just need a straight forward unique visitors in general.

View Replies View Related

Number Of Online Visitors

Have anyone tried the number-of-online-visitors standard script? I am using it for two of my sites (on application start and sessions start and end, etc.). Yet I notice that the script shows a larger number than the real one! If there are 30, it says there are 200!

Any idea why this happens? Timeout is set to 20 minutes I guess.

View Replies View Related

Detect Visitors Country

Is it possible using ASP to detect the country that a visitor to your site is in?If so, could you please point me in the direction of a site which tells you how it is done?

View Replies View Related

Auditing Visitors And Clicks

so I know I have a book behind me that tells how to collect data from users that visit my site.I want to track my PPC campaigns.

So I know I can gather the users ip address, date time. All campaigns have a "?source=abc" so I know i can collect which campaign the click came from.But aside from that, can I collect stuff like... the users ISP? how long their session lasted? The search phrase used? Operating System? Platform? I'm feeling that my competition is clicking my high dollar compaigns and I wanna stop it.

View Replies View Related

Track Nummber Of All Visitors

I need t track the Visitor of My Site. I mean I want to know the Number of All Visitor and the number that a Specific Visitor has Visited the Site. actually I've not so much problem with All wisitor but the Specific one.

what do U believe the best solution is? I've tried catch the User IP and handle it with that, but I've been told it's not Possible, if it's not, how can I do this, or if Yes
how ?! (is it Request.ServerVariables("REMOTE_ADDR") or not?).

View Replies View Related

Number Of Current Visitors

I am looking to create a dynamic hit counter. Here's the catch I only want it to display how many people are accessing a certain page. Then I want to be able to display that number of people on other Pages. Is there any way to do that? I was thinking about using a Global.asa but I have not extensivly worked with them before.

View Replies View Related

Visitors Country Of Residence

how I can check what country the user is visiting from? I know how to check the browser type etc. but not where the person visiting my site is actually resident. I'd like to know how to check this both in ASP and Javascript if possible.

View Replies View Related

Building An ASP Site Using Dreamweaver - Can Html Site Be On ASP Server?

I am to build a site onto an ASP server. Anyone here used Dreamweaver and is it just a simple matter of opening up a new ASP page in Dreamweaver and build the site like you would normally do with a HTML page and it will handle the ASP coding accordingly and you can just simply upload it onto an ASP server and it will work?

The site I am to build is basically just a standard html website, but my friend wants me to build it for an ASP server so he has asked me to make sure it is an asp site so I am presuming with the extension .asp

If I build it as a html site to begin with, will converting it to asp be hard. Could I just export my pages into asp or is there more to it?

Can a Html website be loaded and working on an asp server or host?

Is it possible to have a site mixed both html and asp, eg. the home page is html and when you click on shopping cart on the home page it goes to a hopping cart page thats .asp or do they all have to have the same extension.

View Replies View Related

Posting Form Variables From Site A To Site B

I have to pass form data from my site to another organizations site using POST method... how exactly do I do that? Im familiar with how to do it within a single site/domain, and cant use querystring... I dont know where to begin.

View Replies View Related

Site Search Powered By Google Site Map?

Whenever I do a site that is mostly static but with some semi-dynamic
sections, I've struggled to find a good site search solution without
paying for a hosted search service.

I like the FSO-based search engines, but they fail to pick up on some of
the dynamic part.

I was just creating a Google sitemap and it made me wonder: has anyone
created or seen a script that uses the XML Google sitemap to power a
search engine for your own site?

Seems like if you were keeping it updated for Google, why not use it for
your own site?

View Replies View Related

How Can I Give A Nice Print Friendly Feature Through IE For My Website Visitors

I just wanted to know if anyone can tell me how can I give my website visitors the feature of "FRIENDLY PRINTING" through IE. Code:

View Replies View Related

Time Calculation :: Difference Between Login And Current Time

I would like to display the difference between the logging time
[Session("start"] and the current time [now]. In hours minutes and seconds,
I have tried a couple of things but all I see is gobbledy gook.

View Replies View Related

ASP To Re-load Page From Time To Time To Reset Varaibles

I have a website that I subscribe to that allows me to track tasks. I have an extra computer with a big monitor that i want to always display the task list. the problem is after so many hours I get logged out.

I need to need to reload that sign in url every few hours Code:

View Replies View Related

Comapring Database Time And Computer Date/time

there i was just windering how do i compare a date/time vlaue in sql server agaisnt the computers' date/time.
for example, if computer date/time is two months or 2 weeks before the database date/time do something

View Replies View Related

Time/Date Format And Changing Time To GMT

Currently working on a ASP for a friend, which requires the date and
time on it. It pulls in entries from an Access Database with dates and
times in the format of:

"Fri Oct 17 18:02:46 2003"
However my date and time on the ASP page is displayed as:
"Friday, October 17, 2003 18:02:46"
using the script:
"<%Session.LCID = 1033%>
<%=FormatDateTime(Date(), vbLongDate)%>
<%Session.LCID = 2057%>
<%=time()%>"

Anyone know how to change this script, fully or partly to produce the
date and time on the format that's in the access database i.e. "Fri Oct 17
18:02:46 2003" Code:

View Replies View Related

Time Convert String To OdbcType.Time

I am working on a database that collects information about incidents. One of the fields that people enter is the time of the incident. I am trying to convert that string that people enter into a OdbcType.Time and I am at a lost.

View Replies View Related

Local Machine Time To Eastern Time

How will we convert the system date & time to other timezone for eg: Eastern Time zone using ASP?

View Replies View Related

Time Function Returns Wrong Time

When the Form is submitted I use the Date() and Time() functions to put the date and time into the Body part of the e-mail. The time reported is three hours earlier than the time at which the Form is actually submitted.

I understand these functions are evaluated on the server so the server must be in a time zone three hours earlier than where I am . Is there any way I can get the local time at the location where the user is actually located. ?

View Replies View Related

How To Get Asp Execution Time And Database Connection Time ?

Any some tools or sample codes drop down asp script execute time and
database connection time ?

View Replies View Related







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