<?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 : re Ver 7.6</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 : re Ver 7.6]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 14:38:33 +0000</pubDate>
  <lastBuildDate>Tue, 25 Nov 2003 13:17:38 +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=7527</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[re Ver 7.6 : Well, you can also change the...]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post38011.html#38011</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2003 at 1:17pm<br /><br />Well, you can also change the session timeout on the server, but I don't know why any one would want to do this. Borg is right just use the server log stats.]]>
   </description>
   <pubDate>Tue, 25 Nov 2003 13:17:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post38011.html#38011</guid>
  </item> 
  <item>
   <title><![CDATA[re Ver 7.6 : Really you should leave the active...]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post37982.html#37982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2003 at 11:45am<br /><br />Really you should leave the active users time at ten minutes as 120minutes will effect server performance, not to mention that the serverwill be set to time out sessions at 20 minutes which means if no-onelooks at the site for 20 minutes the active users list will be droppedafter this time.<br><br>If you want to see activity going back furher why not just look at the server log files, or use a statistics program.<br><br>The statistics progarm would be able to give you far more data such asrefererer, search words used, browser, time spent on site, etc. andwould be much more accurate than a real time active users page in ASPas it is nver 100% accurate becuase HTTP is asessionless state protocolso there is no accurate way to track users.<br>]]>
   </description>
   <pubDate>Tue, 25 Nov 2003 11:45:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post37982.html#37982</guid>
  </item> 
  <item>
   <title><![CDATA[re Ver 7.6 : I&amp;#039;ve been working on this...]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post37976.html#37976</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13425">Webber</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2003 at 11:22am<br /><br /><P>I've been working on this too long!! LOL I'm getting crossed eyed.</P><P>Someone suggested that I do this:</P><P>If saryActiveUsers(4, intArrayPass) &lt; (CDbl(Now()<strong>* 9.00000167871E-03</strong>)) OR intActiveUsersDblArrayPos = intArrayPass Then </P><P>My concern is that a) I'm not getting the active users for the last 120 minutes and what else does this syntax affect within the forum?</P><P>There has got to be an easier way to allow for the increase of time of active users.</P><P>I'm new at asp and not sure what to actually change. Will this feature be added in future versions?</P><P>Thanks in advance for your help. Robin</P>]]>
   </description>
   <pubDate>Tue, 25 Nov 2003 11:22:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post37976.html#37976</guid>
  </item> 
  <item>
   <title><![CDATA[re Ver 7.6 : You will have to change the number...]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post37952.html#37952</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2003 at 9:07am<br /><br />You will have to change the number in bold to the double interger number representing 120 minutes.<br><br>Sorry wouldn't have clue what the number would be.<br><br>The way I worked it out was to write some code that took the presentdate/time, turned it into a double interger using Dbl() and thensubtracted a number from it, then turned it back into a date and timeusing FormatDate() of course this all took many hours to work out rightand I dleted the code so I don't remeber exactly waht it was.<br><br>]]>
   </description>
   <pubDate>Tue, 25 Nov 2003 09:07:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post37952.html#37952</guid>
  </item> 
  <item>
   <title><![CDATA[re Ver 7.6 : Hi, Ok I&amp;#039;m confused. So...]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post37774.html#37774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13425">Webber</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 24&nbsp;November&nbsp;2003 at 10:35am<br /><br /><P>Hi,</P><P>Ok I'm confused. So the snippet of code above (in bold) is what I change to increase the time that active users show? </P><P>I ask because I have tried many different numbers to get active users who were online in the last 120 minutes to show in the active list but I can't get the number to change any higher that 14 minutes.</P><P>Please advise and thanks in advance,Robin</P>]]>
   </description>
   <pubDate>Mon, 24 Nov 2003 10:35:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post37774.html#37774</guid>
  </item> 
  <item>
   <title><![CDATA[re Ver 7.6 : Changing the number in bold will...]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post37721.html#37721</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 24&nbsp;November&nbsp;2003 at 8:45am<br /><br />Changing the number in bold will mean that the users will be removedfrom the active users list after a different time span other than 10minutes.<br><br>The text at the bottom, is just static text, if you change the time inbold it won't automatically change the text at the bottom as no clevercalculations are done to get this text.<br><br>You will need to change the text in the language file to say sometjing different.<br>]]>
   </description>
   <pubDate>Mon, 24 Nov 2003 08:45:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post37721.html#37721</guid>
  </item> 
  <item>
   <title><![CDATA[re Ver 7.6 : Thank you Wistex for the url....It&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post37636.html#37636</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13425">Webber</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2003 at 6:02pm<br /><br /><P>Thank you Wistex for the url....It's for a different version - the closest thing I could find in the active_users.inc was this:</P><P>'Iterate through the array to remove old entires and double entries<BR>For intArrayPass = 1 To UBound(saryActiveUsers, 2)</P><P>&nbsp;'Check the IP address<BR>&nbsp;If saryActiveUsers(4, intArrayPass) &lt; (CDbl(Now()- <strong>6.95000000167871E-03</strong>)) OR intActiveUsersDblArrayPos = intArrayPass Then </P><P>Do I change the bolded part to show active users longer? </P><P><FONT color=#003399><EM>(edited to add:&nbsp; the only thing I can tell that this bolded syntax changes is the actual time logged by the member on the active forum page - still states this data is based on active uses in past 10 minutes -&nbsp; I am unable to alter this syntax to any number that will give me the 120 minutes of active users that I need).</EM></FONT></P><P>Thank you advance for your help.</P><P>Robin</P><span style="font-size:10px"><br /><br />Edited by Webber</span>]]>
   </description>
   <pubDate>Sun, 23 Nov 2003 18:02:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post37636.html#37636</guid>
  </item> 
  <item>
   <title><![CDATA[re Ver 7.6 : I asked the same question a couple...]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post37633.html#37633</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2003 at 5:23pm<br /><br /><P>I asked the same question a couple months ago.&nbsp; Go here:</P><P><A target=_blank href="http://forums.webwiz.net/forum_posts.asp?TID=5504&amp;KW=active+users+10+minutes" target="_blank"> http://forums.webwiz.net/forum_posts.asp?TID=5504&a mp;a mp;KW=active+users+10+minutes</A></P><P>And to answer why they might want to do that:</P><OL><LI>It makes their site look more busy than it really is. <IMG src="http://forums.webwiz.net/smileys/smiley2.gif" border="0"></LI><LI>It's for the government.&nbsp; They like tracking people. <IMG src="http://forums.webwiz.net/smileys/smiley5.gif" border="0"></LI></OL><P>I'm just kidding.</P><P>...</P><P>Maybe not. <IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0"></P><span style="font-size:10px"><br /><br />Edited by wistex</span>]]>
   </description>
   <pubDate>Sun, 23 Nov 2003 17:23:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post37633.html#37633</guid>
  </item> 
  <item>
   <title><![CDATA[re Ver 7.6 : I run a Community Site for our...]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post37604.html#37604</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13425">Webber</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2003 at 2:27pm<br /><br />I run a Community Site for our City and the powers to be would like to see the 60 to 120 minutes of user activity.]]>
   </description>
   <pubDate>Sun, 23 Nov 2003 14:27:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post37604.html#37604</guid>
  </item> 
  <item>
   <title><![CDATA[re Ver 7.6 : Why so long?? ]]></title>
   <link>https://forums.webwiz.net/re-ver-7-6_topic7527_post37581.html#37581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1070">MadDog</a><br /><strong>Subject:</strong> 7527<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2003 at 12:16pm<br /><br />Why so long??]]>
   </description>
   <pubDate>Sun, 23 Nov 2003 12:16:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/re-ver-7-6_topic7527_post37581.html#37581</guid>
  </item> 
 </channel>
</rss>