p2p.wrox.com Forums

Need to download code?

View our list of code downloads.

Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
DRM-free e-books 300x50
Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old February 9th, 2007, 09:29 AM
Friend of Wrox
Points: 549, Level: 8
Points: 549, Level: 8 Points: 549, Level: 8 Points: 549, Level: 8
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Aug 2006
Location: , , .
Posts: 142
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via MSN to vantoko
Default users online

Hi,

In the manageusers page you can see how many users are online. These are registered users.
Has anyone already written something to
* see the amount of visitor (anonymous users)
* see who (username) is online now

thanks

koen

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old February 13th, 2007, 05:24 PM
Authorized User
 
Join Date: Jan 2007
Location: Burnley, Lancashire, United Kingdom.
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to iPagan
Default

Nope not yet, but I agree, this is a good idea for a mod, and probably very easy to implement, based on the conversion work I am doing from asp3 to .net2 What about a Mods Repository for code for theBeerHouse SK?

--

404 real life user not found
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old February 23rd, 2007, 08:29 AM
Friend of Wrox
Points: 549, Level: 8
Points: 549, Level: 8 Points: 549, Level: 8 Points: 549, Level: 8
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Aug 2006
Location: , , .
Posts: 142
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via MSN to vantoko
Default

solved it with this SP :
create procedure ss_GetOnlineUsers
as
begin
SELECT UserName FROM aspnet_Users where
datediff(minute,LastActivityDate,Getdate()) < @yournumberofminutes)
end

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting User registered and Users online motemape BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 May 25th, 2007 09:14 PM
users online.. ruhin Beginning PHP 0 February 9th, 2005 01:58 PM
Urgent ! Find Online Users qazi_nomi Classic ASP Databases 1 August 17th, 2004 05:39 PM
Counting users online via sessions richard.york Pro PHP 1 November 19th, 2003 01:14 AM
users online natmaster Beginning PHP 1 July 31st, 2003 03:09 PM



All times are GMT -4. The time now is 12:55 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© 2010 Wiley Publishing, Inc