Identify A Unique Visitor

We've created a video application that allows "voting" for videos, to determine prize winners. We want to restrict each computer to one vote per day. What is the best way to do this without requiring the user to log in? A login app is not in the client's budget, nor is it doable from a time standpoint. Is detecting IP address in ASP reliable for the average user? Cookies seem easiest, but they also are easy to wipe out.

View Replies


ADVERTISEMENT

Unique Visitor Hit Counter

I have found a tutorial to create a hit counter for my webpage which runs off of a database it is all wonderful and everything BUT, whenever I am working on the site and refreshing a thousand times to see what everything looks like, it is counting me too.

Is there any way to code your own counter that counts only unique visitors? I would use a free one, but of course I don't want any links or images on the site, I want to be the only one that can see the stats.

View Replies View Related

Visitor Has Come From

How can I find out what site a visitor has come from using ASP? Suppose my website is sample.com and I have one page in the website that is used by the visitor to request products and demo. And on each request that page will send email to webmaster with the URL of the site that the visitor has come from.

Like if the visitor will search in Google and click on thelink that will take him to the home page not the product request page, So I think I need to store the URL in Session veriable when ever any user will start the website. So can any body give me some example how to do that?

View Replies View Related

Country Of Visitor

How i can know the country of the visitor of the web?

View Replies View Related

Visitor Details

Is there a way of detecting and then recording a visitors details(eg. browser, ip, country, OS...) and then storing that info to a database automatically?If, so, could you plz tell me how to record the info straight to a database without the user having to click on anything.

View Replies View Related

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

Detect Mobile Visitor

How can I detect if someone is browsing with a mobile phone or other small screen device?I'd like to give them a text and small pic version of my site.
Also, what media player is common to them, and is it programmable, ie, can I turn sounds off and on.

I have an interactive page with alot of text, I'd like to offer the interactive page without the text. Do they run javascript?

View Replies View Related

Identify Value With ASP

How to identify with ASP that value is a Numeric or Date or String ?

View Replies View Related

Detect Visitor's Town And Country

I've been to a few websites where it displays the town, state (if USA),
country I'm browsing from. Now, I know that detecting country is easy, but
how do you determine the town?

What ASP components do this?

View Replies View Related

Identify What Link You Are On Using Asp

I have been using css to identify what link (page) the user is on by using body id. The site I am developing has alot of pages, so i am hoping this can be done easily using asp.

Here is an example of what I am after The user clicks on say Testimonials goes to the testimonials page and that link is highlighted.

View Replies View Related

Identify Duplicates In An Array

i have created an array from recordset containing user names eg. (davidp, davidp, evenf, patricka, rebeccah). which i have sorted in alphabetical order, but i need to
identify duplicates in this array and the number of times it has been duplicated.

View Replies View Related

Identify User Type

If I have two different kinds of users on my website say simple posters and moderators, how do I differentiate between the two on my site while they move from page to page. I mean, I cannot append the user type ids with the web address to transfer the value from page to page since anyone wold be able to alter it. If the value is accessed from the DB every time a user requests for a page, then the program will become inefficient, wouldn't it?

View Replies View Related

Writing Code To Identify

I need to write some special logic in my ASP.NET page. If the page is visited by a human visitor, I want to show an advertisement. If the hit is from any search engines, I do not want to show the Ad.

How can I identify if the hit is from a human visitor or search engine? Is there a server variable I can compare with the list of available search engine names?

View Replies View Related

Identify If Numbers Only In A String

in one part of my application i have some kind of user and password form. it asks for e-mail and a costumer id (as password), the costumer id must be a number, it's an INT in the SQL table. i tried to use a javascript checking method, but this kind of checking method seems not to work at all in firefox, so i'll do the checking via asp. what i need to know is how to check if a some VAR got anything except numbers in it?

View Replies View Related

Identify If A Process Is Running

does anyone know of a way to check if a process is running on the server... using asp ? I basically have an html form and upon submittal of the form ... i would like to redirect to the response page when a certain process is no longer running . the logic is as follows Code:

1) user enters form values and clicks submit button
2) server side asp checks the server for a process "wpuba.exe"
3) if "wpuba.exe" is not running .. redirect to page2.asp

basically I want to wait for the "wpuba.exe" process to terminate before redirecting to the response page.

View Replies View Related

Identify Which Session Variable Expire

i have 2 application variables called totalAdminLoggedIn and totalUserLoggedIn

when ever an admin login, I increment the totalAdminLoggedIn value by one
and when a normal user logg in, the totalUserLoggedIn value will be incremented by one.


how can i change the values when the session expire ? i can reduce the value manually when they logoff like:

if session("userCategory")="admin" then
Application("totalAdminLoggedIn")=Application("totalAdminLoggedIN")-1
elseif session("userCategory")="user" then
Application("totalUserLoggedIn")=Application("totalUserLoggedIn")-1
end if
session.contents.remove "userCategory"

but what if the session expires automatically or if they close the window suddenly?

ie. i want to do something like below? Code:

View Replies View Related

Identify Login User Identity

I am doing a webpage which allows different users from various departments to do a search/print information of people within their own department. I have a login page for user to key in the correct password and id before they enter the system. However, in order for the restriction to take place, I will have to ensure that the system recognises the person that is logged into the system.

View Replies View Related

Unique ID

I need help with some asp code that would allow me to grab the last record id and add one to it for the new record being inserted.

I am new to asp and have been banging my head up against the wall trying to get this to work. I am currently using Visual FoxPro 6 for my database.

The SQL statement I am trying to use is:

strSQL = "SELECT Max(contact_id) FROM CustomerContact;"

View Replies View Related

Following Unique ID

i'm building an ecommerce website and I want to create a unique orderID for each new order. My problem is that I don't want to have a random number but a number where each orderid is one higher then the last order like for example 4850323, 4850324, 4850325....

I tried to do this by using an application variable where 1 is added after every order but
this doesn't garantee a unique number because if IIS is reset it also resets the application variable.

View Replies View Related

Which Unique

I've a databse of product in which I've unique ProductCode plus a ID that increments by 1 (AutoNumber). both the code and ID are unique and there will be no duplicate but is it worth having both in the databse?

I mean, can I not just use the productCode and forget about the ID? does this makes any difference? as far as I can see I'll have no problem in using the ProductCode. how you'd do it.

View Replies View Related

What Is The Best Way To Creat Unique ID

Whats the best way to create a Unique ID and insert it into a Access DataBase? the field that holds this is a text field, and is called company ID.

Its a text field because it seems to cause less hassle

View Replies View Related

Unique Values

I have a list from a database which I have made into a dropdown box, with each option as one line from the list.
At the moment I have several repeat values which I do not want.
I can set up a series of nested if statements and loops to remove the duplicate values but I would expect there to be a function which does this much more easily.My question is:

Is there an easy way of only displaying unique values from a database using ASP and SQL.

View Replies View Related

Unique Entry

This is about a simple form validation in asp using javascript.there is one field called invoice_number which requires an unique invoice number as input. Whenever user inputs duplicate values message should pop up as warning on submit of the form. A sql fetches all the invoice nos. from database into an array using getrows.how do i use the result of getrows in javascript to perform client side validation

View Replies View Related

Best Algorithum For Unique ID

I am trying to find a best algorithm to generate unque id(alphanumeric less than 10 character long - not GUID) for entering orders in orders table for an e-commerce site.

View Replies View Related

Unique String

I need to implement a email confirmation ASAP, but I need a way to create a unique ID. Can I just use the SessionID? People will click a link in their email, (if it exists), and my site will validate it. ASP.NET has GUIDs, but ASP doesn't. I'm wondering if a SessionID will just do it?

View Replies View Related

Generate Unique ID

in Database i have table 'timetable' it contain one field 'lect_id' which is primary key of that table. i want to generate unique ID. How can i do that.

View Replies View Related

Unique Records

I have a tablet structutre that is the following:

id customer error
1 custa 0
2 custb 1
1 custa 3
2 custb 0
1 custa 0

Each id is unique to customer. I have a table with over 100 rows of the above.I need a way to pull that last three occurances of error number 0 for each customer? I was trying to use a subselect but i was having trouble.

View Replies View Related

Unique Host IP

I'm trying to obtain the IP of the hosts connected to my webserver.

Code:

<%
on error resume next

'trying to obtain host IP
ip = request.servervariables("remote_addr")
response.write "IP addr: " & ip & " --- "
ip = request.servervariables("remote_host")
response.write "IP host: " & ip
%>

If I use the above script, it shows me the IP of my ISP webproxy, not mine.

View Replies View Related

An Unique Strange ASP Session

I have developed a site for my client,

eg., www.abc.com

I have registered the domain with godaddy and mapped the dnc to my server (Windows 2000)

When i browse that site using that www.abc.com, in one of the pages i found that the session value is lost. This happens only in some machines not same with all. Most of the machines works that site properly. But not the same in some machines. All machines has configured same.

The exact part is
eg.,

customerdata.asp

session("custdata") = request("name")
response.redirect checkout.asp

in checkout.asp

if i give response.write for that session("custdata"), In some machines i m not getting the value.

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

Form With Unique Id (no Database)

Have an asp form created and I need to assign a unique id number to each submission. Can this be done w/o a db?

View Replies View Related

Unique Random Number

How can I generate a unique random number?

View Replies View Related

Creating Unique Users

Very ill today so unable to concentrate and need some help with some fairly simple stuff...
Below is standard code on my page which is recieving variables from Flash and imputting them into a database.
What i need this page to do is to and your help doing it is:
1. Check if the email address exists in the dbase?
2. If it exists then to update the field 'High_score'
3. If it doesnt exists then to create a new record and input as the code below does.

View Replies View Related







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