<?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 : &#111;nline/offline status</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 : &#111;nline/offline status]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 07:02:48 +0000</pubDate>
  <lastBuildDate>Sun, 02 May 2004 14:55:05 +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=7300</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[&#111;nline/offline status : Mad dog is right, BUT... The...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post55876.html#55876</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13661">FreeMen</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 02&nbsp;May&nbsp;2004 at 2:55pm<br /><br /><P>Mad dog is right, BUT...</P><P>The mod by Mad Dog show the Guest account as online, when guest are visiting your site and the other by kleintje doesn't...</P>]]>
   </description>
   <pubDate>Sun, 02 May 2004 14:55:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post55876.html#55876</guid>
  </item> 
  <item>
   <title><![CDATA[&#111;nline/offline status : There is one for v7.6 because...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post40174.html#40174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1070">MadDog</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 1:06pm<br /><br />There is one for v7.6 because im the one that created it.]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 13:06:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post40174.html#40174</guid>
  </item> 
  <item>
   <title><![CDATA[&#111;nline/offline status : i&amp;#039;ve looked into the mod...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post40172.html#40172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9107">kleintje</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 12:56pm<br /><br /><P>i've looked into the mod section and indeed there's one, but not working for version 7.6 to my knowledge, perhaps i overlooked it. </P><P>So i posted&nbsp;my code to get it worked on version 7.6</P><span style="font-size:10px"><br /><br />Edited by kleintje</span>]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 12:56:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post40172.html#40172</guid>
  </item> 
  <item>
   <title><![CDATA[&#111;nline/offline status : There is a mod already done in...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post40168.html#40168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1070">MadDog</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 12:44pm<br /><br /><P>There is a mod already done in the mods section.</P><P>Do&nbsp;a search!</P>]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 12:44:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post40168.html#40168</guid>
  </item> 
  <item>
   <title><![CDATA[&#111;nline/offline status : Replace the code with these:Dim...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post40145.html#40145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9107">kleintje</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 11:49am<br /><br /><P>Replace the code with these:<BR><BR>&nbsp;&nbsp;&nbsp;Dim intActiveUser<BR>&nbsp;&nbsp;&nbsp;intActiveUser = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;Response.Write ("&lt;br /&gt;" &amp; "User is: ")<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;For intArrayPass = 1 To UBound(saryActiveUsers, 2)<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;If saryActiveUsers(2, intArrayPass) = strUsername Then <BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;intActiveUser = intArrayPass<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;End If</P><P>&nbsp;&nbsp;&nbsp;Next<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;If intActiveUser &gt; 0 then<BR>&nbsp;&nbsp;&nbsp;&nbsp;Response.Write " Online"&nbsp; <BR>&nbsp;&nbsp;&nbsp;Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;Response.Write " Offline"&nbsp; <BR>&nbsp;&nbsp;&nbsp;End If</P><BR>And it should work]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 11:49:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post40145.html#40145</guid>
  </item> 
  <item>
   <title><![CDATA[&#111;nline/offline status : How are they doing it here then?...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post40140.html#40140</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12351">wfusco</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 10:04am<br /><br />How are they doing it here then?]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 10:04:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post40140.html#40140</guid>
  </item> 
  <item>
   <title><![CDATA[&#111;nline/offline status : If you use theversion 7.6 then...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post40139.html#40139</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9107">kleintje</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 9:56am<br /><br />If you use the&nbsp;version 7.6 then tblActiveuser isn't in use anymore,so this&nbsp;little mod&nbsp;don't work.It uses Applicationvariables now to keep track of logged in users<span style="font-size:10px"><br /><br />Edited by kleintje</span>]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 09:56:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post40139.html#40139</guid>
  </item> 
  <item>
   <title><![CDATA[&#111;nline/offline status :  I see you vistited, any ideas?...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post40134.html#40134</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12351">wfusco</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 9:27am<br /><br /><P>&nbsp;</P><P>I see you vistited, any ideas?</P>]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 09:27:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post40134.html#40134</guid>
  </item> 
  <item>
   <title><![CDATA[&#111;nline/offline status : Sure http://forums.dhs-alumni.com Username:...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post40100.html#40100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12351">wfusco</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 7:49am<br /><br /><P>Sure <A href="http://forums.dhs-alumni.com" target="_blank">http://forums.dhs-alumni.com</A></P><P>Username: test<BR>Password: test</P>]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 07:49:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post40100.html#40100</guid>
  </item> 
  <item>
   <title><![CDATA[&#111;nline/offline status : have you got a demo so i can see...]]></title>
   <link>https://forums.webwiz.net/online-offline-status_topic7300_post40095.html#40095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 7300<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 7:35am<br /><br /><P>have you got a demo so i can see ?</P><P>right i copyed this off of my version </P><P>&nbsp;<FONT color=#ff0000>response.write ("&lt;br/&gt;Status : ")</FONT></P><P><FONT color=#ff0000>Dim rsUserOnline</FONT></P><P><FONT color=#ff0000>Set rsUserOnline = Server.CreateObject("ADODB.Recordset")</FONT></P><P><FONT color=#ff0000>'Initalise the strSQL variable with an SQL statement to query the database<BR>strSQL = "SELECT tblActiveUser.Hide FROM tblActiveUser WHERE tblActiveUser.Author_ID=" &amp; lngUserID</FONT></P><P><FONT color=#ff0000>rsUserOnline.Open strSQL, strCon<BR>&nbsp; </FONT></P><P><FONT color=#ff0000>If rsUserOnline.EOF Then <BR>&nbsp;Response.Write "Offline"</FONT></P><P><FONT color=#ff0000>ElseIf CBool(rsUserOnline("Hide")) = True&nbsp; Then Response.Write "Offline"<BR>Else<BR>&nbsp;Response.Write "Online"<BR>End If</FONT></P><P><FONT color=#000000>i have just gone to my site and checked to see if its working and it is</FONT></P><P>so copy the above and see if it works it shouls</P>]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 07:35:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/online-offline-status_topic7300_post40095.html#40095</guid>
  </item> 
 </channel>
</rss>