<?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 : Problem with Security Images (Lite)</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 : Problem with Security Images (Lite)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 13:24:36 +0000</pubDate>
  <lastBuildDate>Sat, 06 Nov 2004 06:08:39 +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=12449</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[Problem with Security Images (Lite) : Hmmmm... sounds like I may aswell...]]></title>
   <link>https://forums.webwiz.net/problem-with-security-images-lite_topic12449_post69069.html#69069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18183">Black Hole</a><br /><strong>Subject:</strong> 12449<br /><strong>Posted:</strong> 06&nbsp;November&nbsp;2004 at 6:08am<br /><br />Hmmmm... sounds like I may aswell remove the Web Wiz Forum from my account then. Which is a bugger, because I've used it loads before and its worked great.]]>
   </description>
   <pubDate>Sat, 06 Nov 2004 06:08:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-with-security-images-lite_topic12449_post69069.html#69069</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with Security Images (Lite) : You may be able to generate numeric...]]></title>
   <link>https://forums.webwiz.net/problem-with-security-images-lite_topic12449_post69049.html#69049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=11550">theSCIENTIST</a><br /><strong>Subject:</strong> 12449<br /><strong>Posted:</strong> 05&nbsp;November&nbsp;2004 at 5:45pm<br /><br />You may be able to generate numeric charaters as opposed to images for that matter, this is also a suggestion to Borg to suplly an option for this, the only problem would be, the main point of using images is to avoid automated registrations, so bots can't read the images, but I guess this sort of thing is not seen much now a days, I guess.]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 17:45:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-with-security-images-lite_topic12449_post69049.html#69049</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with Security Images (Lite) :  Most hosts only allow a limited...]]></title>
   <link>https://forums.webwiz.net/problem-with-security-images-lite_topic12449_post69029.html#69029</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 12449<br /><strong>Posted:</strong> 05&nbsp;November&nbsp;2004 at 11:51am<br /><br />Most hosts only allow a limited amount of features of ASP work on their free accounts as they offer them as a taster.<br><br>A number of free hosts recently have disabled the use of the ADO.Streamobject (1asphost being the main one), stating that there is a security issue with it, which meansthat the security images will not work, so I'm afarid that web wizforums can not be used at the present time with these free web hoststhat have disabled the use of the ADO.Stream.<br><br>Funny how no paid host has done the same, but then these free hosts have to find away to get you to upgrade to a full acount.<br><span style="font-size:10px"><br /><br />Edited by -boRg-</span>]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 11:51:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-with-security-images-lite_topic12449_post69029.html#69029</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with Security Images (Lite) : Hey, I&amp;#039;m having problems...]]></title>
   <link>https://forums.webwiz.net/problem-with-security-images-lite_topic12449_post69019.html#69019</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18183">Black Hole</a><br /><strong>Subject:</strong> 12449<br /><strong>Posted:</strong> 05&nbsp;November&nbsp;2004 at 5:33am<br /><br />Hey, I'm having problems getting the login Security Number images to work. I don't know whats up with them, I tried looking at the security_image.asp file but couldn't really see much as I no good with ASP. Heres the code from the security_images.asp, (with the initital Terms and Condition code removed for ease of readin here)<br /><br />"&lt;% @ Language=VBScript %&gt;<br />&lt;% Option Explicit %&gt;<br />&lt;%<br /><br />'Set the buffer to true<br />Response.Buffer = True<br /><br />'Declare variables<br />Dim  objADOStream&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;'Holds the stream object<br />Dim  intImageNumber&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;'Holds which image number to show<br />Dim  strImagePath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;'Holds the image path and image name<br /><br />'Initiliase variables<br />strImagePath = "security_images/"<br /><br /><br />'Get the image number<br />intImageNumber = CInt(Request.QueryString("I"))<br /><br />'Get the image security code number to display<br />intImageNumber = Mid(Session("lngSecurityCode"), intImageNumber, 1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />'Get the path and the image to show<br />strImagePath = Server.MapPath(strImagePath & intImageNumber & ".gif")<br />&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />'Set the stream object<br />Set objADOStream = server.createobject("ADODB.Stream")<br /><br />'Open the streem oject<br />objADOStream.Open<br /><br />'Set the stream object type to binary<br />objADOStream.Type = 1<br /><br />'Load in the image gif<br />objADOStream.LoadFromFile strImagePath<br /><br /><br /><br />'Set the right response content type for the image<br />Response.ContentType = "image/gif"<br /><br />'Display image<br />Response.BinaryWrite objADOStream.Read<br /><br />'Flush the response object<br />Response.Flush<br /><br /><br />'Clean up<br />objADOStream.Close<br />Set objADOStream=Nothing <br /><br />%&gt;<br /><br />I thought I may be able to disable the need for a Security Code when registering from the Admin menu, but I couldn't find anything.<br />The forum is located on www.blackholemusic.co.uk, just hit Forum from the homepage.<br /><br />Thanks in advance!]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 05:33:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-with-security-images-lite_topic12449_post69019.html#69019</guid>
  </item> 
 </channel>
</rss>