Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Users Logging in.

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  Need weather report: Webmasters.com / controlpane..  
Author Message
scatman

External


Since: Jul 24, 2003
Posts: 10



(Msg. 1) Posted: Tue Jul 29, 2003 11:53 am
Post subject: Users Logging in.
Archived from groups: alt>www>webmaster (more info?)

I am developing a website for a club that has 40 members.
How can I set up the site so that users log in and are then shown as
being on-line ?

Thanks

 >> Stay informed about: Users Logging in. 
Back to top
Login to vote
ngx

External


Since: Jun 28, 2003
Posts: 578



(Msg. 2) Posted: Tue Jul 29, 2003 8:10 pm
Post subject: Re: Users Logging in. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jay wrote:
 > I am developing a website for a club that has 40 members.
 > How can I set up the site so that users log in and are then shown as
 > being on-line ?

web is state-less. you can tell that a user did log in and even capture the
timestamp, but you cannot tell if they are still reading your pages.

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Users Logging in. 
Back to top
Login to vote
mr3rik

External


Since: Jul 16, 2003
Posts: 38



(Msg. 3) Posted: Tue Jul 29, 2003 8:42 pm
Post subject: Re: Users Logging in. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jay" <scatman.RemoveThis@jazzy.org> wrote in message
news:2e63ce8f.0307290753.40ff9935@posting.google.com...
 > I am developing a website for a club that has 40 members.
 > How can I set up the site so that users log in and are then shown as
 > being on-line ?
 >
 > Thanks


Id suggest using a free bullentin board/forum such as Invision Board
<a style='text-decoration: underline;' href="http://www.invisionboard.com/support.cgi" target="_blank">http://www.invisionboard.com/support.cgi</a> ... Or even a content management
system such as PHP-Nuke. They will both do what you want and more plus their
very easy to set up. Kids do it all the time.

Erik<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Users Logging in. 
Back to top
Login to vote
solutions1

External


Since: Jul 29, 2003
Posts: 21



(Msg. 4) Posted: Tue Jul 29, 2003 10:41 pm
Post subject: Re: Users Logging in. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <2e63ce8f.0307290753.40ff9935 DeleteThis @posting.google.com>,
scatman DeleteThis @jazzy.org (Jay) wrote:

 > I am developing a website for a club that has 40 members.
 > How can I set up the site so that users log in and are then shown as
 > being on-line ?
 >
 > Thanks
 >

Depends on your host and what you can support. If you are UNIX hosted,
then you could use .htaccess to password protect an area of the web site
and then setup a PHP or Perl script to record the user logging in and then
write your own Acess control settings and list.

If it's Windows, the cheapest option is to use an ASP cookie based system,
but the drawbacks there is that not all users have cookie support enabled
in their browser, but then it depends on the users you're targetting.

And if your host doesn't support this, then our hosting platform does Smile

Leslie
<a style='text-decoration: underline;' href="http://www.icuknet.co.uk" target="_blank">www.icuknet.co.uk</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Users Logging in. 
Back to top
Login to vote
ukinfo

External


Since: Sep 15, 2004
Posts: 193



(Msg. 5) Posted: Wed Jul 30, 2003 1:36 am
Post subject: Re: Users Logging in. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"William Tasso" <ngx.DeleteThis@tbdata.com> wrote in message
news:bg65qd$kli1s$1@ID-139074.news.uni-berlin.de...
 > Jay wrote:
  > > I am developing a website for a club that has 40 members.
  > > How can I set up the site so that users log in and are then shown as
  > > being on-line ?
 >
 > web is state-less. you can tell that a user did log in and even capture
the
 > timestamp, but you cannot tell if they are still reading your pages.

Not quite 100% true...

Applets / some other software could be used, including Flash...

but your essentially right

if you have access to ASP then you might want to take a glance at
<a style='text-decoration: underline;' href="http://www.WebWizGuide.co.uk" target="_blank">www.WebWizGuide.co.uk</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Users Logging in. 
Back to top
Login to vote
ngx

External


Since: Jun 28, 2003
Posts: 578



(Msg. 6) Posted: Wed Jul 30, 2003 1:56 am
Post subject: Re: Users Logging in. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Gerry White - use my name at dergal dot come for email wrote:
 > ....
 > if you have access to ASP then you might want to take a glance at
<font color=purple> > <a style='text-decoration: underline;' href="http://www.WebWizGuide.co.uk</font" target="_blank">www.WebWizGuide.co.uk</font</a>>

redirects to <a style='text-decoration: underline;' href="http://www.webwizguide.info/" target="_blank">http://www.webwizguide.info/</a> which appears to be a portal. did
you have anything in particular in mind?

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Users Logging in. 
Back to top
Login to vote
blogan

External


Since: Jun 30, 2003
Posts: 285



(Msg. 7) Posted: Wed Jul 30, 2003 8:41 am
Post subject: Re: Users Logging in. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jay" <scatman DeleteThis @jazzy.org> wrote in message
news:2e63ce8f.0307290753.40ff9935@posting.google.com...
 > I am developing a website for a club that has 40 members.
 > How can I set up the site so that users log in and are then shown as
 > being on-line ?
 >
Need more information - is your host windows, *.nix?
Do you have db php etc?<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Users Logging in. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Looking for Hosting - Hi, I'm looking for a hosting service. It has to have: - as much bandwidth as possible (in case the site turns popular) - between 50 and 100 mb of storage space - 30 mb is great too. - multiple domain names (sometimes called domain add-ons, so I can hos...

problems at myshosting.com - What do you do with problems at myshosting.com? Waiting for the fix or moving somewhere else? Mark

Background colour evangelism - Submitted for your approval: <body style="background-color:#ffffff;"> Not so hard, right? However, many designers neglect it because they assume everyone is using white as their default background colour. Or they test their pages on...

browser compatibility problem - Hallo everyone. The website I am finishing off is www.tecnolingueitalia.com . I have created some css buttons for navigation with dhtml effects. Now, the javascript and the css seem to work fine in all browsers checked so far (IE 5.5. onwards, NS 4.7..

Webmasters ressources - Hello, I present to you a directorie of resources for webmasters. The major part of the sites suggested are French-speaking. The English sites are accepted. http://search.referencement-fr.com Thanks for making known me your best sites in this field. ...
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]