Show The Visitor's IP

In one of my ASP page, I want to show the visitor's IP. Who can I do that?

View Replies


ADVERTISEMENT

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

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

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 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

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

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

If Then Show

is there a tutorial around anywhere that tells you how to change images on the page when a user selects from a select box

View Replies View Related

Don't Show Everything

I have a database of songs listed as Title, Artist,Description, DiscNo and TrackNo with a seperate record in that format for each song.What I would like to do is search through them for the Description, show only the disc numbers in the results.

This I can do easily. Where I am lost is that I only want each individual disc number to show once. If I moveNext through the recordset, it shows the disc number 15 times per disc. Is there a filter I can add to limit this display?

View Replies View Related

Don't Want This To Show

Is there any way to input .asp code so that a specific element isn't show on a page? example: I don't want a menu on a specific product page, but I want it on all the others. Is there any code to input into a site wide includes file to implement this?

View Replies View Related

Show A Progress Bar

I have a ASP application which let user to download their reports in pdf format. I would like to show a progress bar, or change the mouse cursor to a hourglass while the user is waiting for the file. How to acomplish this? In the asp code, I use response.BinaryWrite to create the pdf file directly to the browser. How to detect when the file is ready?

View Replies View Related

Show Recordsets

I create a page which will show me all the Regions from the table "RegionTable" where I have no information (empty fields) in on of the fields RegionDescription or RegionRank.
It is to make my content managing easier. I do not want to see those records which contain all the necessary info (region description and rank).
I tried the following code, but it does not work

qry = "SELECT * FROM RegionTable WHERE RegionDescription="" AND RegionRank="" "

error message is:
([Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1)

View Replies View Related

Show Full Value

I have a query that displays values from a db.
The problem is that the value displays like this:
R 6.5
instead of like this:
R 6.50
How would I get it to show the full value?

View Replies View Related

Show The USERNAME

ok, well what I have been having some trouble with is to show the person character name like this:

Welcome, 'Username' <-- Here I want it to show the persons username from the database.

View Replies View Related

How Can I Have A % Or $ Show Up In An E-mail?

I am using a Cdonts e-mail script that e-mails the results of a form to my address. It currently displays the data like:

Amount: 12.00
Percent: 2.00

I need it to say:

Amount: $12.00
Percent: 2.00%

How can I get the $ and % symbols to be included in the e-mail template without getting a 500 error?

Here is what I have:

Body = Body & vbcrlf & "Amount: " & request.form("amount")
Body = Body & vbcrlf & "Percent: " & request.form("percent")

I've tried a few diffrent ways but here is one example:

Body = Body & vbcrlf & "Amount: $" & request.form("amount")
Body = Body & vbcrlf & "Percent: " & request.form("percent")%

I've tried using / before the symbols and "" but everything I've tried keeps coming up with a 500 error. How can I add these symbols to my template so they will show up in the e-mail?

View Replies View Related

Show First 100 Chars

I know we have this thread somewhere, but I can't seem
to find it now

I want to show the first 100 chars of a string, but
I don't want a word to be cut in half at the end, it must
show the whole word then and go a bit beyond 100 chars.

View Replies View Related

Show Array

How do you print out all of the contents of an array if all you know is the array name?
FOr example, I am looking at pre existing code that looks like this:Code:

scartItem2 = session("cartItem")
arrCart2 = session("MyCart")
For Z = 0 to scartItem2
cartfields2="&Email=YES" & "&processed" & z & "=" & arrCart2(cProductid,z) & "&quantity=" & arrCart2(cQuantity,z)
What I need to find out is if there are ANY other elements other than cProductid AND cQuantity in this array and what their names would be so I can add them to the code.

I know that I could print out the values of the above by simply doing this:

response.write(cartfields2)

But how do I find out if there's a cFeature or any other element?

View Replies View Related

Web Browser Does Not Show

i have very strange error.i can not see some of the asp pages on my browser. when i
look from view source, all the source is there but browser does not show anything, just an empty page.

View Replies View Related

Show The Content

im looking to find out how can i make, when the pointer is over a link or picture without clickin on the link an small textbox(something like that) open and show the content of that link. for example in this forum when you go over a thread you can see the content.

View Replies View Related

Show Most Current PDF

I have a ASP page that when a user clicks a link it uses a DLL to stamp a .pdf with a watermark and then display the .pdf in there web browser using the Adobe Reader. This all works fine.

if a user views a pdf and then modifes it if they click the link again it still shows the old version of the file. They have to hit there refresh button to show the changes. How can I make it so my page always displays the lastest version of the PDF and not what is in the cache?

View Replies View Related

JScript Show

i have a website that users log on to. On one of the pages is a form. What I want to do is only show a certain part of the form for specific users. The way i want to do this is by using their username as a 'show if' command in dreamweaver. What I currently have is this

<% If Session("MM_Username") = "union" %>

all data to be hidden shown is here

<% End If %>

But this doesnt work for me! Any suggestions on how to show this properly?

View Replies View Related







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