Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1 Add-ons:
[ADDON] Users Currently Online

 

 


MalaK_3araby
User

Sep 24, 2002, 11:22 PM

Post #1 of 7 (6084 views)
Shortcut
[ADDON] Users Currently Online Can't Post

Hiya guys ...

We all have seen those sites that tell you how many users are online .. and i went looking for a script that does that.

I found one, i installed it, and it works.

Screen shot is attached (of course you can place it anywhere you like).

Files to edit: articles & index templates

You can include it useing Javascript, OR Frames, OR SSI.
i places the script in a new folder artman/whoseonline and used:

Quote
<!--#include virtual="/artman/whoseonline/whos_online.pl" --> Currently Online

Script comes with good setup and readme files.

Enough said ... go get it from:
http://www.ultrafusion.co.uk/scripts/whos_online/index.shtml

Like it?
R U gonna use it?

--------------
Sure you can spell it, but do you get it?
Attachments: online.jpg (9.75 KB)


taylor
User

Sep 25, 2002, 9:13 AM

Post #2 of 7 (6067 views)
Shortcut
Re: [MalaK_3araby] [ADDON] Users Currently Online [In reply to] Can't Post

SmileAs always, thank you for your contributions to this community, MalaK!

Taylor


MalaK_3araby
User

Sep 25, 2002, 10:42 AM

Post #3 of 7 (6059 views)
Shortcut
Re: [taylor] [ADDON] Users Currently Online [In reply to] Can't Post

Hey Taylor ..

you are very welcome ... glad u like it.

--------------
Sure you can spell it, but do you get it?


DataDork
User

Sep 25, 2002, 1:34 PM

Post #4 of 7 (6049 views)
Shortcut
Re: [MalaK_3araby] [ADDON] Users Currently Online [In reply to] Can't Post

Had to give my thanks as well. I am going to use it ASAP.

Regards!

James
DataDork

James Edmonds
DataDork (http://www.datadork.com)

"Have you hugged your pocket protector today?"


DataDork
User

Sep 25, 2002, 2:13 PM

Post #5 of 7 (6041 views)
Shortcut
Re: [MalaK_3araby] [ADDON] Users Currently Online [In reply to] Can't Post

Hey Guys...

I was wondering if someone could help me get this script to work? Here is the basics

Article Manager is installed at http://www.thedailydork.com, and I am using using the following code to get Article Manager to the "Front Page" of my site.

<!--#include virtual="/articles/publish/index.shtml" -->


I have downloaded the script and have tried using the following "recommended" ways to get this working.


<!--#exec cgi="http://www.thedailydork.com/cgi-bin/articles/online/whos_online.pl" -->

No luck, so I tried this..

<!--#exec cgi="/public_html/cgi-bin/articles/online/whos_online.pl" -->


and now this..

<!--#include file="/public_html/cgi-bin/articles/online/whos_online.pl" -->




Still no luck and ideas?

Thanks!
DataDork




James Edmonds
DataDork (http://www.datadork.com)

"Have you hugged your pocket protector today?"


MalaK_3araby
User

Sep 25, 2002, 2:34 PM

Post #6 of 7 (6036 views)
Shortcut
Re: [DataDork] [ADDON] Users Currently Online [In reply to] Can't Post

Hi DataDork
glad you liked it :)

- are you getting any script errors?

Looks like you installed the script file in
/cgi-bin/online/whos_online.pl, you could try:
<!--#include virtual="/articles/online/whos_online.pl" -->

its all in the path you use .. so whats your setup path like for AM and the script?

--------------
Sure you can spell it, but do you get it?


ediazr
New User

Nov 12, 2002, 4:08 PM

Post #7 of 7 (5840 views)
Shortcut
Re: [MalaK_3araby] [ADDON] Users Currently Online [In reply to] Can't Post

I also find this one, the perl script gave me some problems (maybe some IIS settings that I could not find)...so researching I got this asp model http://www.geocities.com/ricardodp/programacion_asp_usuariosconectados.htm

create a file call global.asa and put it on your root, then use asp for your pages and add <%=Application("Active")%> so it will refer to the number of users working.