<?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 : Search is too good!</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 : Search is too good!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 16 Apr 2026 02:31:55 +0000</pubDate>
  <lastBuildDate>Wed, 26 Oct 2005 17:11:09 +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=10202</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[Search is too good! : I&amp;#039;ll take a slightly slower...]]></title>
   <link>https://forums.webwiz.net/search-is-too-good_topic10202_post92790.html#92790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22111">aaronm32</a><br /><strong>Subject:</strong> 10202<br /><strong>Posted:</strong> 26&nbsp;October&nbsp;2005 at 5:11pm<br /><br />I'll take a slightly slower search over the security risk of&nbsp;allowing users to&nbsp;access parts of the forum they shouldn't be allowed to see any day.&nbsp; Thanks for the code Frank!]]>
   </description>
   <pubDate>Wed, 26 Oct 2005 17:11:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-is-too-good_topic10202_post92790.html#92790</guid>
  </item> 
  <item>
   <title><![CDATA[Search is too good! : also using that INPARAMS to fold...]]></title>
   <link>https://forums.webwiz.net/search-is-too-good_topic10202_post80999.html#80999</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 10202<br /><strong>Posted:</strong> 12&nbsp;April&nbsp;2005 at 6:03am<br /><br />also using that INPARAMS to fold the forums they can access is a security risk for what you want.<br><br>because searchs use the get command the forums allows are shown withinthe querystring, so a user can change that to allow them viewablilityto all forums.<br><br>as suggested its best to do the check on the search page<br>]]>
   </description>
   <pubDate>Tue, 12 Apr 2005 06:03:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-is-too-good_topic10202_post80999.html#80999</guid>
  </item> 
  <item>
   <title><![CDATA[Search is too good! : Hi fbridge2,  I used your fix...]]></title>
   <link>https://forums.webwiz.net/search-is-too-good_topic10202_post80976.html#80976</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=15149">Munawar</a><br /><strong>Subject:</strong> 10202<br /><strong>Posted:</strong> 11&nbsp;April&nbsp;2005 at 9:03pm<br /><br />Hi <SPAN =bold>fbridge2,<DIV></DIV>&nbsp; I used your fix and it works.&nbsp; Thanks for the help.<DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV>&nbsp; To clean this code up, you could move the "Forum Access" check into search.asp, that way you dont have to use the hidden input.&nbsp; Anyway, it works, and I'm not too picky <IMG height=17 alt=Wink src="https://forums.webwiz.net/smileys/smiley2.gif" width=17 align=absMiddle border="0">.</DIV><DIV><BR>Munawar</DIV></SPAN>]]>
   </description>
   <pubDate>Mon, 11 Apr 2005 21:03:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-is-too-good_topic10202_post80976.html#80976</guid>
  </item> 
  <item>
   <title><![CDATA[Search is too good! : Piece of cake! Collect the forum...]]></title>
   <link>https://forums.webwiz.net/search-is-too-good_topic10202_post55585.html#55585</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9718">fbridge2</a><br /><strong>Subject:</strong> 10202<br /><strong>Posted:</strong> 29&nbsp;April&nbsp;2004 at 9:30am<br /><br /><P>Piece of cake!</P><P>Collect the forum ids to which the user has access on the search_form and store in an hidden input. Collect from the select named "FM"</P><P>&lt;input name="INPARAMS" type="hidden" value="(5,4,7,6)"&gt;</P><P>this is now passed to search.asp and can be inserted in the SQL statement as </P><P>"WHERE Forum_ID IN " &amp; Request.QueryString("INPARAMS")</P><P>I suppose this could be considered insecure as the params are sent as POST info but for speed there is little or no overhead as suggested. These could be obfuscated if needs be.</P><P>Regards<BR>Frank</P>]]>
   </description>
   <pubDate>Thu, 29 Apr 2004 09:30:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-is-too-good_topic10202_post55585.html#55585</guid>
  </item> 
  <item>
   <title><![CDATA[Search is too good! : Many thanks. I will have a go...]]></title>
   <link>https://forums.webwiz.net/search-is-too-good_topic10202_post55536.html#55536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9718">fbridge2</a><br /><strong>Subject:</strong> 10202<br /><strong>Posted:</strong> 28&nbsp;April&nbsp;2004 at 5:36pm<br /><br /><P>Many thanks. I will have a go and post the results back here (if successful!)</P><P>Frank</P>]]>
   </description>
   <pubDate>Wed, 28 Apr 2004 17:36:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-is-too-good_topic10202_post55536.html#55536</guid>
  </item> 
  <item>
   <title><![CDATA[Search is too good! :    fbridge2 wrote:I have a very...]]></title>
   <link>https://forums.webwiz.net/search-is-too-good_topic10202_post55517.html#55517</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13756">thekiwi</a><br /><strong>Subject:</strong> 10202<br /><strong>Posted:</strong> 28&nbsp;April&nbsp;2004 at 2:55pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by fbridge2" alt="Originally posted by fbridge2" style="vertical-align: text-bottom;" /> <strong>fbridge2 wrote:</strong><br /><br /><p>I have a very secure forum where all forums arePrivate Groups and each is user enabled on a&nbsp;member by&nbsp;memberbasis. (This is the only way I could overcome the deficiency wheremembers cannot be in Multiple Groups ). However, when a user does asearch they are given the SUBJECT list for ALL forums not just the onesthey have access for. Subsequent clicks disallow them from viewing thewhole post but still they have discovered areas to which they are notprivy. Has anyone&nbsp;fixed this? </p><p>Regards<br>Frank</p></td></tr></table><br>Yes ... but only for SQL Server ... and no it doesn't incur a performace hit.<br>]]>
   </description>
   <pubDate>Wed, 28 Apr 2004 14:55:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-is-too-good_topic10202_post55517.html#55517</guid>
  </item> 
  <item>
   <title><![CDATA[Search is too good! : This is by design to speed up...]]></title>
   <link>https://forums.webwiz.net/search-is-too-good_topic10202_post55506.html#55506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2267">michael</a><br /><strong>Subject:</strong> 10202<br /><strong>Posted:</strong> 28&nbsp;April&nbsp;2004 at 2:10pm<br /><br />This is by design to speed up searches afair. You could somewhat easily fix that yourself but may encounter performance issue.]]>
   </description>
   <pubDate>Wed, 28 Apr 2004 14:10:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-is-too-good_topic10202_post55506.html#55506</guid>
  </item> 
  <item>
   <title><![CDATA[Search is too good! : I have a very secure forum where...]]></title>
   <link>https://forums.webwiz.net/search-is-too-good_topic10202_post55501.html#55501</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9718">fbridge2</a><br /><strong>Subject:</strong> 10202<br /><strong>Posted:</strong> 28&nbsp;April&nbsp;2004 at 1:37pm<br /><br /><P>I have a very secure forum where all forums are Private Groups and each is user enabled on a&nbsp;member by&nbsp;member basis. (This is the only way I could overcome the deficiency where members cannot be in Multiple Groups ). However, when a user does a search they are given the SUBJECT list for ALL forums not just the ones they have access for. Subsequent clicks disallow them from viewing the whole post but still they have discovered areas to which they are not privy. Has anyone&nbsp;fixed this? </P><P>Regards<BR>Frank</P>]]>
   </description>
   <pubDate>Wed, 28 Apr 2004 13:37:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-is-too-good_topic10202_post55501.html#55501</guid>
  </item> 
 </channel>
</rss>