<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Active Users</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Active Users]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 01:44:44 +0000</pubDate>
  <lastBuildDate>Sun, 06 Nov 2005 14:23:32 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=16923</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Active Users : So after the previous code not...]]></title>
   <link>https://forums.webwiz.net/active-users_topic16923_post93383.html#93383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18031">rx7tt</a><br /><strong>Subject:</strong> 16923<br /><strong>Posted:</strong> 06&nbsp;November&nbsp;2005 at 2:23pm<br /><br />So after the previous code not working along with many revisions thatalmost worked I incorporated your idea, dj air, about session id's andI added it into my active users array.<br><br>The only problem is that I am getting duplicates. So I modded theactive users page to show ip/session id and in the duplicates bothnumber match like so:<br><br><table bgcolor="#ffffff" border="0" cellpadding="3" cellspacing="1" height="14" width="100%"><t><tr><td ="smText" background="" bgcolor="#e4eaf2" height="24" width="93">Guest 19         </td>         <td ="smText" background="" bgcolor="#e4eaf2">06/November/2005 at&nbsp;12:30pm</td>         <td ="smText" background="" bgcolor="#e4eaf2">0&nbsp;minutes</td>         <td ="smText" background="" bgcolor="#e4eaf2" nowrap="nowrap">Sony Ericsson Mobile Phone</td>         <td ="smText" background="" bgcolor="#e4eaf2" nowrap="nowrap">Sony Ericsson K750</td>         <td ="smText" background="" bgcolor="#e4eaf2" nowrap="nowrap">193.225.154.26/706600502</td>         <td ="smText" background="" bgcolor="#e4eaf2"><strong>Viewing Topic</strong>&nbsp;<br><a href="http://www.mobilegear.biz/forum/forum_posts.asp?TID=" class="sm&#076;ink" target="_blank">Active Topics</a>		 </td>        </tr>                <tr>          <td ="smText" background="" bgcolor="#e4eaf2" height="24" width="93">Guest 20         </td>         <td ="smText" background="" bgcolor="#e4eaf2">06/November/2005 at&nbsp;12:29pm</td>         <td ="smText" background="" bgcolor="#e4eaf2">0&nbsp;minutes</td>         <td ="smText" background="" bgcolor="#e4eaf2" nowrap="nowrap">Sony Ericsson Mobile Phone</td>         <td ="smText" background="" bgcolor="#e4eaf2" nowrap="nowrap">Sony Ericsson K750</td>         <td ="smText" background="" bgcolor="#e4eaf2" nowrap="nowrap">193.225.154.26/706600502</td>         <td ="smText" background="" bgcolor="#e4eaf2"><strong>Viewing Topic</strong>&nbsp;<br><a href="http://www.mobilegear.biz/forum/forum_posts.asp?TID=" class="sm&#076;ink" target="_blank">Active Topics</a></td></tr></t></table><br>It also does this with members.<br><br>Anyone have any ideas???<br><br><br>Here is the revised code<br><br>'******************************************<br>'***&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Get users array position&nbsp;&nbsp;&nbsp; ***<br>'******************************************<br><br>'Iterate through the array to see if the user is already in the array<br>For intArrayPass = 1 To UBound(saryActiveUsers, 2)<br><br>&nbsp;&nbsp;&nbsp; 'Check the IP address and Username<br>&nbsp;&nbsp;&nbsp; If saryActiveUsers(0, intArrayPass) = strIPAddressAND saryActiveUsers(10, intArrayPass) = strUserSessionID Then <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; intActiveUserArrayPos = intArrayPass<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; blnIPFound = True<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'Else check a logged in member is not a double entry<br>&nbsp;&nbsp;&nbsp; ElseIf saryActiveUsers(1, intArrayPass) =lngLoggedInUserID AND saryActiveUsers(1, intArrayPass) &lt;&gt; 2 Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; intActiveUsersDblArrayPos = intArrayPass<br>&nbsp;&nbsp;&nbsp; End If<br>Next <br><br>]]>
   </description>
   <pubDate>Sun, 06 Nov 2005 14:23:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-users_topic16923_post93383.html#93383</guid>
  </item> 
  <item>
   <title><![CDATA[Active Users : What if I were to change the &amp;#039;get...]]></title>
   <link>https://forums.webwiz.net/active-users_topic16923_post92267.html#92267</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18031">rx7tt</a><br /><strong>Subject:</strong> 16923<br /><strong>Posted:</strong> 16&nbsp;October&nbsp;2005 at 9:40pm<br /><br />What if I were to change the 'get users array position' to:<br><br>'******************************************<br>'***&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Get users array position&nbsp;&nbsp;&nbsp; ***<br>'******************************************<br><br>'Iterate through the array to see if the user is already in the array<br>For intArrayPass = 1 To UBound(saryActiveUsers, 2)<br><br>&nbsp;&nbsp;&nbsp; 'Check the IP address and Username<br>&nbsp;&nbsp;&nbsp; If saryActiveUsers(0, intArrayPass) = strIPAddress<font color="#0000ff"> AND&nbsp; saryActiveUsers(1, intArrayPass) = lngLoggedInUserID</font> Then <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; intActiveUserArrayPos = intArrayPass<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; blnIPFound = True<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'Else check a logged in member is not a double entry<br>&nbsp;&nbsp;&nbsp; ElseIf saryActiveUsers(1, intArrayPass) = lngLoggedInUserID AND saryActiveUsers(1, intArrayPass) &lt;&gt; 2 Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; intActiveUsersDblArrayPos = intArrayPass<br>&nbsp;&nbsp;&nbsp; End If<br>Next<br><br>This would not solve the guest problem but I could live with that. However would I be causing myself any unnecessary problems? Such as login/logout?<br>]]>
   </description>
   <pubDate>Sun, 16 Oct 2005 21:40:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-users_topic16923_post92267.html#92267</guid>
  </item> 
  <item>
   <title><![CDATA[Active Users : you could MOD each url to keep...]]></title>
   <link>https://forums.webwiz.net/active-users_topic16923_post92260.html#92260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 16923<br /><strong>Posted:</strong> 16&nbsp;October&nbsp;2005 at 7:39pm<br /><br />you could MOD each url to keep a tracking ID<br><br>like &amp;ALID=random value<br><br>have that on all url's quite a big mod though<br>]]>
   </description>
   <pubDate>Sun, 16 Oct 2005 19:39:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-users_topic16923_post92260.html#92260</guid>
  </item> 
  <item>
   <title><![CDATA[Active Users : Most of the newer phones do, plus...]]></title>
   <link>https://forums.webwiz.net/active-users_topic16923_post92258.html#92258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18031">rx7tt</a><br /><strong>Subject:</strong> 16923<br /><strong>Posted:</strong> 16&nbsp;October&nbsp;2005 at 7:23pm<br /><br />Most of the newer phones do, plus I have the login setup on the standard &#099;ookie based login so if they don't accept them they don't get in.&nbsp;<img alt="Smile" src="https://forums.webwiz.net/smileys/smiley1.gif" align="absmiddle" border="0" border="0"><br><br>As far as the &#099;ookie based check that was my first thought. For most cases I could just user their username because that is already in the array but I got stumped when it comes to "guests".<br><br>Any thoughts?<br><br>By the way thanks DP and DJ.<br>-Scott<br>]]>
   </description>
   <pubDate>Sun, 16 Oct 2005 19:23:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-users_topic16923_post92258.html#92258</guid>
  </item> 
  <item>
   <title><![CDATA[Active Users : have no idea, but there must be...]]></title>
   <link>https://forums.webwiz.net/active-users_topic16923_post92256.html#92256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 16923<br /><strong>Posted:</strong> 16&nbsp;October&nbsp;2005 at 6:18pm<br /><br />have no idea, but there must be some way they keep track of sessions maybe,<br><br><br>]]>
   </description>
   <pubDate>Sun, 16 Oct 2005 18:18:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-users_topic16923_post92256.html#92256</guid>
  </item> 
  <item>
   <title><![CDATA[Active Users : Do most mobile phones accept &amp;#099;ookies? ...]]></title>
   <link>https://forums.webwiz.net/active-users_topic16923_post92254.html#92254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 16923<br /><strong>Posted:</strong> 16&nbsp;October&nbsp;2005 at 5:50pm<br /><br />Do most mobile phones accept &#099;ookies?]]>
   </description>
   <pubDate>Sun, 16 Oct 2005 17:50:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-users_topic16923_post92254.html#92254</guid>
  </item> 
  <item>
   <title><![CDATA[Active Users : you could add a &amp;#099;ookie to...]]></title>
   <link>https://forums.webwiz.net/active-users_topic16923_post92247.html#92247</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 16923<br /><strong>Posted:</strong> 16&nbsp;October&nbsp;2005 at 3:23pm<br /><br />you could add a &#099;ookie to the users system, and use that as a secondary checker<br><br><br>]]>
   </description>
   <pubDate>Sun, 16 Oct 2005 15:23:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-users_topic16923_post92247.html#92247</guid>
  </item> 
  <item>
   <title><![CDATA[Active Users : I have a lot of members browsing...]]></title>
   <link>https://forums.webwiz.net/active-users_topic16923_post92242.html#92242</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18031">rx7tt</a><br /><strong>Subject:</strong> 16923<br /><strong>Posted:</strong> 16&nbsp;October&nbsp;2005 at 12:21pm<br /><br />I have a lot of members browsing through a wap gateway which assigns there ip as the same for all users. The problem this presents with the active user page is when multiple people from the network access the forum at the same time they share the same line and it only displays there info.<br><br>Does anyone know of a way to add a secondary check to "active_users_inc.asp" so all will be display even with the same IP?<br>]]>
   </description>
   <pubDate>Sun, 16 Oct 2005 12:21:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-users_topic16923_post92242.html#92242</guid>
  </item> 
 </channel>
</rss>