<?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 : Registrati&#111;n Problems - security images.</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 : Registrati&#111;n Problems - security images.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 22:16:52 +0000</pubDate>
  <lastBuildDate>Tue, 03 May 2005 19:05:44 +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=14936</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[Registrati&#111;n Problems - security images. : im not sure but try setting blnLongSecurityCode...]]></title>
   <link>https://forums.webwiz.net/registration-problems-security-images_topic14936_post82408.html#82408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 14936<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2005 at 7:05pm<br /><br />im not sure but try setting blnLongSecurityCode to false<br><br>it might just be for logging in.. am not sure on that.<br><br>the only other way is to MOD the forum security code out of the register.asp file<br>]]>
   </description>
   <pubDate>Tue, 03 May 2005 19:05:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/registration-problems-security-images_topic14936_post82408.html#82408</guid>
  </item> 
  <item>
   <title><![CDATA[Registrati&#111;n Problems - security images. : I&amp;#039;ve tried the true false...]]></title>
   <link>https://forums.webwiz.net/registration-problems-security-images_topic14936_post82399.html#82399</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20375">biscuit-boy</a><br /><strong>Subject:</strong> 14936<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2005 at 6:06pm<br /><br />I've tried the true false but i'm not sure what i'm looking for is it :<br><br>Dim blnLongRegForm&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Set to true if the reg form is to be the long version<br>Dim blnLongSecurityCode<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; 'Set to true if the security code feature is required when logging in<br><br>I've tried but its still not working.<br><br>Thanks for your help anyway Dj air.<br><br>Biscuit.<br>]]>
   </description>
   <pubDate>Tue, 03 May 2005 18:06:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/registration-problems-security-images_topic14936_post82399.html#82399</guid>
  </item> 
  <item>
   <title><![CDATA[Registrati&#111;n Problems - security images. : have you a free hosting account...]]></title>
   <link>https://forums.webwiz.net/registration-problems-security-images_topic14936_post82396.html#82396</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 14936<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2005 at 5:03pm<br /><br />have you a free hosting account you require the lite version if you have.,<br><br>this also can cause this problem.<br><br>i would go with a paid host its not much these days and you get your moneys worth with a lot of them<br><br>im not sure but i think you can disable the images from the common.asp file.. its a true false variable<br>]]>
   </description>
   <pubDate>Tue, 03 May 2005 17:03:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/registration-problems-security-images_topic14936_post82396.html#82396</guid>
  </item> 
  <item>
   <title><![CDATA[Registrati&#111;n Problems - security images. : Desparation has just kicked it!!!...]]></title>
   <link>https://forums.webwiz.net/registration-problems-security-images_topic14936_post82391.html#82391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20375">biscuit-boy</a><br /><strong>Subject:</strong> 14936<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2005 at 4:12pm<br /><br />Desparation has just kicked it!!! Please help.<br><br>OK the problem :<br>&nbsp;&nbsp;&nbsp; The fourm seems to work 100% however; when somebodytries to regester the Security images (six # code) wont display theimages.<br><br>What i've done :<br>&nbsp;&nbsp;&nbsp; Installed the fourm from the download on to some1aspHost space.&nbsp; Set up the fourm set up users (via Admin) all ok.<br><br>What i've tried to change :<br>&nbsp;&nbsp;&nbsp; In the "security_images.asp" file i have tried to change to strImagePath to match the <b>PATH_TRANSLATED</b>: info from the server verables using a bit of code i found online :<br><br>"%<br>For Each Item in Request.ServerVariables<br>&nbsp; Response.Write("&lt;b&gt;" &amp; Item &amp; "&lt;/b&gt;: " &amp;Request.ServerVariables(Item) &amp; "&lt;br /&gt;&lt;br /&gt;")<br>Next<br>%" <br><br>.... Didn't work.<br><br>What i need to happen :<br>&nbsp;&nbsp;&nbsp; All i need is for it to work (even if i have to takeout the security images section of the regisrating.&nbsp; Or some helpon making it work.<br><br>I'm VERY new to ASP so please if you can help keep it basic, keep it clean.<br><br>Thanks<br>Biscuit...<br>]]>
   </description>
   <pubDate>Tue, 03 May 2005 16:12:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/registration-problems-security-images_topic14936_post82391.html#82391</guid>
  </item> 
 </channel>
</rss>