Display Online Users And Last Logins

I need to display the # of online users on my system, as well as the 10 users that last logged in at that moment....How would I do this? Im sorry if question is vague but I've never done this before and I've no idea how to do it. Will I be needing an application variable? Do I have to use it on a global.asa file?

View Replies


ADVERTISEMENT

HOw Many Users Online

how can i tell how many users are browsing ?

View Replies View Related

Users Online

Is it possible (and if so how), to show a 'users online' counter on my site(VB ASP)?I have seen lots of site that say, xxx members online and xxx guests online. How can I do this?

View Replies View Related

Online Users Script?

I have just finished making the basic login/register bit to my new site , i want to make a online users script to show members online and visitors online (how many)

How would this be done as global.asa cant hold asp coding so it can only cold visitors not members.

View Replies View Related

Count Of Online Users...

How can i know how many users are online using asp? i'm using abyss web server with Activehtml and i can't use the Global.asa file.

View Replies View Related

Counting Number Of Users Online

I have a GLOBAL.ASA file in my Website directory :

Sub Application_OnStart
Application("Online_Users") = 0
End Sub

Sub Session_OnStart
Application.Lock
Application("Online_Users") = Application("Online_Users") + 1
Application.UnLock
End Sub

Sub Session_OnEnd
Application.Lock
Application("Online_Users") = Application("Online_Users") - 1
Application.UnLock
End Sub

When I open a new Session (by opening an IE window) : Online_Users has increased.
But when I close this window, Online_Users still remain, not decrease.

View Replies View Related

Displaying A List Of Current Users Online

my website requires users to login with username and password on the homepage before they can access the content on the site.

I want to be able to display a list of users who are currently online. Can anyone offer any suggestions as to what is the best way to go about this.

I know I can create a session variable for each user when they log on to hold the users name but how can I display all the users together in a list? Also how do I refresh this list (say every minute)?

View Replies View Related

Display Online User Id

I have problem with displaying online user id. What I did is to have a table to store user id each time they login. When user click logout, the system will delete that user id using his session user id. The problem is if the user didn't click logout, that user id in the db will not be deleted. How do I fix this problem?

View Replies View Related

Display Users ISP

how can i display user ISP in my page ?

View Replies View Related

Display Active Members Online

I tried searching for it but didn't find anything. Once my members log in, I want to display their names in a reserved section on the page. I was wondering what is the best way to display "who" is online.

I was going to add their names to an "online" table in my database when they logged in. But how would I remove them if they didn't log out. How do I remove their names if the session variables timeout or they close the browser without clicking the log out link. I am also open to other techniques.

View Replies View Related

Display Users Cookie Status

I'm trying to see if there is a way to display what a users Cookie status is. For new members joining my site may have cookies blocked and not allow "Session"'s to active...

View Replies View Related

Log Of Logins

I'm trying to make my login page also insert into a seperate table a list of users when they login. The current code returns no errors but does not write to the table. It is still checking the user and password correctly but that's it. Any ideas? I'm sure it's something stupid but I can't see it. Also is there anyway to encrypt the login too? Code:

View Replies View Related

Validate MS SQL Logins

I need to know how to validate a user and password that is in the MS SQL Logins. (Not a table)

View Replies View Related

Restrict Multiple Logins

I have a problem with restricting multiple users to get access to my site with the same username and password.

I allready set up a table getting the UserID of the user and putting it in the table, therefore restricting access for future logins as long as the users Session is still valid.

Now to my problem. When the user logs out everything is great, but when he just closes IE the session is still valid and the field in the DB will not be deleted. I have put a SQL in the Sessoin_OnEnd in the global.asa file, but since this site is a micro site in another folder than the root, the global.asa can effect the main site aswell. And it will take at least 15 minutes before he can login again (and I do not want to set session.timeout any lower).

View Replies View Related

Prevent Multiple Logins

I want to prevent multiple logins in my web application. For eg:If a user "userA" logs into the application,some other user with same userid "userA" should not be allowed to login as long as previously logged in "userA" is active.

Is there any solution? One method I thought was when user logs into application,
I set a flag in table.If user logs out of application from the logout button explicitly provided in application, I reset the flag for that userid.But if user closes the application from browser(close) , I am unable to find a way to reset a flag.

View Replies View Related

Preventing Concurrent Logins

I would like to prevent a user from logging in with their user/password combination on a different computer or even a different browser window, if they are already logged in. I have a login page, from which I use a DB check to verify user/password info. Also, I have a bit loggedIN field in the DB, which I use to see if they are currently logged in; if so, I prevent them from logging in a second time.

Unless they click the "Log Out" button, then the DB value does not get changed. Any suggestions as to how I can log them out, even if they simply close the browser window or jump to a different page?

View Replies View Related

Logging Users :: Transactions My Users Perform

I want to be able to log in a database any transactions my users perform. For example logging in, requesting a page, downloading a resource, logging out etc.

What is the most practical way to code this? I was thinking of trying to use an include file which would have a function to add a log in the database for each page on the site or when a particular action is performed.

View Replies View Related

Application Object :: Trying To Detect Multiple Logins

Im trying to detect multiple logins...

Im using a application object in my global.asa, for some reason it doesnt seem to work. here is my code

<script language="vbscript" runat="server">
Sub Session_OnStart
Session("LoggedIn")=0
End Sub

sub Application_OnStart()
Application("Logged")=1
End sub

</script>
In my pages if i print the Application("Logged") value, it does not show....

View Replies View Related

Auto-lock Out Module After 3-5 Unsuccessful Logins

I would like to create an auto-lock out module where users are unable to continue login attempt after 3-5 unsuccessful logins. In addition, the user account are automatically suspended after stipulated unsuccessful logins. Is there any sample coding in ASP or Javascript for me to refer to??

View Replies View Related

Who Is Online?

Developing a community website, and want to be able to maintain a database
of members currently online on the site. I can save their ID as they log
onto the site, but dont know how to tell when they leave it??

Any ideas please?

Also, anyone know of an asp Instant Messaging script that can interface with
the on-line database I will be maintaining??

View Replies View Related

Pdf Online

which is the best to generate pdf file and print table data..

View Replies View Related

Who Is Online

i need to view a list of logged in users...
now i got loginlogout thing going on...but if the user will not logout he will be still logged on for the system...
the only rule i want (on this code that i don't know how to wrote) is how to set timeout of 1 hour...that id the user had not moved or did nothing for 1 hour he automaticly will be offline for the system.

View Replies View Related

Best FSO Online

I am lookign for an indepth FSO tutorial not something i can copy and paste but something i can actually learn from. I have found things that do some of the stuff that i need it to do but i know down the line somewhere i will come up with problems if i dont write the code myself.

View Replies View Related

Who's Online

I saw this on a post in this forum:

<%
Public Sub checkClientConnect()
If Not response.IsClientConnected Then
session.abandon
response.Clear
response.End
End If
End Sub
%>

If I put that on a page it doesn't write anything.. so how does this script work? Is it somehow supposed to write how many users are online?

View Replies View Related

Online Questionnaire Using Asp

Want to create a web page that asks users certain questions and then when clicking the submit button the info get sent via email.

Obviously will create a form and then will have text boxes for each question. Correct me if I am wrong but the aspmail object is limited to a few fields.

View Replies View Related

ASP Online CSS Editor

Is anybody aware of an ASP-based online CSS editor? I'd like to be able to manage my site's CSS files online. Ideally, I'd like to be able to change the colors and such online, then have ASP write the changes to the styles.css file. I know I could have dynamic asp tags throughout my site that would pull the styles from a database, but I'd like to just write to the text file. I haven't seen anything in aspin or hotscripts, so I was wondering if anybody has seen something out there.

View Replies View Related

Online Calender

I am having a go at building an online calender and I am using icons to display events on a certain date.
I would like to show 1 icon for events that are in the future (for example blue square) but another icon for events that have passed (example grey square). All I have in the DB is the actual date of the event.

View Replies View Related

Online Store

I am looking for some ASP - SQL server 2000 online store application that i can buy for my company. This store is completely internal for the company and will be on our intranet server and will be utilized by the company employees to buy company merchantdize.

Also at this time there will be no credit card processing as the amount of purchase will be deducted from the payrol. I will be needing the shopping cart and product view. Later if we provide the credit card processing, we have already installed PayFlowPro from verisign and do creadit card procesing on our main site.

Does any one know such application that i can integrate with our style sheets and general layout?

View Replies View Related

Online Guides

I plan to setup a website which will give help guides on DIY.
I want to allow people to submit their own guides while allowing them to have a link to thier own site to help promote thier company.
I want to be able to have a directory of all the guides with a nice simple layout.
Does anybody know of any good free or cheap scripts that will allow this?

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

Online Videos

If anyone is familiar with Camtasia, they should know that it can output
files in various formats... SWH, WMV, AVI, Quicktime, etc.

I would like to output the files in SWH format since it includes a Flash
interface with player controls, etc. There are limitations on the size of
the video with this format. I'm not sure what they are right now.

Anyway, I would like to begin publishing the videos to my website that is
written in ASP.

Can anyone give me any points in the best way to handle this or if there are
any online tutorials or third party components for managing online content
in this way.

I realize I could create a table and assign various fields and simply put
the content into the database. This is likely the best approach, but then I
have to deal with an admin page because our end users won't have the ability
to use Enterprise Manager or Query Analyzer to update the table using raw
SQL. Code:

View Replies View Related

Online Dictionary...

I'm planning to construct an experimental mini online dictionary. The core of the dictionary is, of course, the smart 'search' function.

So I'd like to know if it would be better to use asp instead of php for such a search function (and...why!).

View Replies View Related

UPS Online Tools

Has anyone ever set up code samples for using UPS online tools I need it
for international shipping. I've been trying to setup the tools myself. Some
countries work fine, others produce validation errors. Other errors include
no shipping solutions between origin and destination. When I manually check
on the UPS site, they resolve without problems

View Replies View Related







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