<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016838" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016838</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097992</link>
    <description> &lt;p&gt;Oh, right! That&#039;s simple enough! Sorry, I thought the user was asking how do I do a &quot;Who&#039;s Online&quot; script, like naming logged users such as the one on this front page (I think - haven&#039;t looked in a while). That would be impossible without some sort of seshions.&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 14:32:04 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1097992 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097986</link>
    <description> &lt;p&gt;You don&#039;t really know who&#039;s online, only that there is someone online. It can be a little deceiving, for example, I could open 2 browser windows and browse the site, and it would say &quot;2 users online&quot; when there&#039;s really only one. It would be more accurate to say &quot;2 current connections to the web service&quot;.&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 14:13:18 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1097986 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097969</link>
    <description> &lt;p&gt;But how can you know who&#039;s online if you don&#039;t use some sort of seshions? No one is &#039;logged in&#039; anywhere?&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 09:47:21 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1097969 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097912</link>
    <description> &lt;p&gt;heres one to check out.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ss.animetrek.com/UzerzOnlyne.php&quot; class=&quot;bb-url&quot;&gt;http://ss.animetrek.com/UzerzOnlyne.php&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 Jan 2002 21:03:57 +0000</pubDate>
 <dc:creator>Brandon</dc:creator>
 <guid isPermaLink="false">comment 1097912 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097910</link>
    <description> &lt;p&gt;Add this to your Application_OnStart in global.asa&lt;/p&gt;
&lt;p&gt;Application(&quot;CurrentUsers&quot;) = 0&lt;/p&gt;
&lt;p&gt;Add this to your Session_OnStart in global.asa&lt;/p&gt;
&lt;p&gt;Application.Lock&lt;br /&gt;
Application(&quot;CurrentUsers&quot;) = Application(&quot;CurrentUsers&quot;) + 1&lt;br /&gt;
Application.Unlock&lt;/p&gt;
&lt;p&gt;Add this to your Session_OnEnd in global.asa&lt;/p&gt;
&lt;p&gt;Application.Lock&lt;br /&gt;
Application(&quot;CurrentUsers&quot;) = Application(&quot;CurrentUsers&quot;) - 1&lt;br /&gt;
Application.Unlock&lt;/p&gt;
&lt;p&gt;Then to display this on a page just put &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Application&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;CurrentUsers&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 Jan 2002 20:57:39 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1097910 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097909</link>
    <description> &lt;p&gt;How can u do this in asp? What script would u use?&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 Jan 2002 20:45:37 +0000</pubDate>
 <dc:creator>Brykess</dc:creator>
 <guid isPermaLink="false">comment 1097909 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097874</link>
    <description> &lt;p&gt;Its quite easy to do what you want in ASP, I&#039;m not sure how to achieve this in perl though, sorry.&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 Jan 2002 13:31:37 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1097874 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097868</link>
    <description> &lt;p&gt;What exactly do you mean how many people are online? Are these people logged into a paticular system in anyway? Are you running a database with seshion cookies maybe?&lt;/p&gt;
&lt;p&gt;Or are you simply just displaying a flat page and want to show who&#039;s online (without anyone logging in), therefore impossible?&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 Jan 2002 09:46:40 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1097868 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097840</link>
    <description> &lt;p&gt;Yes, sorry, I am using perl.&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Jan 2002 23:57:34 +0000</pubDate>
 <dc:creator>Brykess</dc:creator>
 <guid isPermaLink="false">comment 1097840 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/traffic-script#comment-1097836</link>
    <description> &lt;p&gt;We&#039;ll need to know what scripting language you&#039;re using...&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Jan 2002 21:35:28 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1097836 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
