Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Christopher Seymour #1
Tracking users on the site
Hi All,
I have a client who wants a feature where you can keep a "buddy list" of
registered users to their site and have a section that will tell you
when your buddies are on the site. I have set up a table in my db to
track when people login (that's the easy part), what I am not sure about
is how can I tell when some exits the site, if everyone would log out it
would be simple :)
Anyone do anything like this ? Any advice would be greatly appreciated.
Cheers.
Chris
Christopher Seymour Guest
-
Number of users at a particular site
http://www.free-midi.org/scripts/ Does that fit your needs? Always trying to help ---------------------------------------- The post... -
FTP in server 2003: How to add users for the FTP site only?
Hi, We are running iis ftp on server 2003 and want to allow customers to read (and sometimes write permission too) files from their directories.... -
tracking users
Hi, What's the best way to track what stored procedures are being used along with the variables that are being passed to them? I'm thinking... -
Tracking Users !!
I am trying to track the number of users currently view a site. The code below is what i am using. However, when i leave the site..the number of... -
Site check, mac users
Hi all, I'm trying finally.. after years put up a personal site but can't test it on mac (cuz don't own one heh). Can someone help me out and see... -
Christopher Seymour #2
Re: Tracking users on the site
BTW, I am using PHP on a Linux server.
Thanks.
Chris
Christopher Seymour wrote:> Hi All,
> I have a client who wants a feature where you can keep a "buddy list" of
> registered users to their site and have a section that will tell you
> when your buddies are on the site. I have set up a table in my db to
> track when people login (that's the easy part), what I am not sure about
> is how can I tell when some exits the site, if everyone would log out it
> would be simple :)
>
> Anyone do anything like this ? Any advice would be greatly appreciated.
>
> Cheers.
>
> Chris
>
>Christopher Seymour Guest
-
Piers 2k #3
Re: Tracking users on the site
Have a search on the Exchange for a Server Behaviour called 'Show If Logged
In'. Put your buddy list and so on inside this, and set it to filter by the
currently logged in user. The list will only show a logged in users buddies.
HTH
Piers
Piers 2k Guest
-
Chris Seymour #4
Re: Tracking users on the site
Thanks Piers,
That part I have. What I am concerned about is what happens if I log
into my site then just shut down my browser? Will I forever be shown as
logged in? I may have to check to see if I can tell what sessions are
valid?
Thanks for your response.
Cheers.
Chris
Piers 2k wrote:> Have a search on the Exchange for a Server Behaviour called 'Show If Logged
> In'. Put your buddy list and so on inside this, and set it to filter by the
> currently logged in user. The list will only show a logged in users buddies.
>
> HTH
> Piers
>Chris Seymour Guest



Reply With Quote

