<?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 : Forum V. 8.04 - CAPTCHA images suddenly gone</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 : Forum V. 8.04 - CAPTCHA images suddenly gone]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 18:18:44 +0000</pubDate>
  <lastBuildDate>Thu, 03 May 2007 07:58:29 +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=21843</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[Forum V. 8.04 - CAPTCHA images suddenly gone :  My captcha images disappeared...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post122511.html#122511</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12195">sfbay420</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2007 at 7:58am<br /><br />My captcha images disappeared but the only thing I did was turn captcha off. It was slowing me down from making some changes so I turned it off temporarily. Now it won't work.<br><br>I tried re-uploading the captcha_images file but no luck.<br><br>Any ideas? <br><br>The only changes to any files that I made were to the adsense file. I only added an ID and maybe a color change. <br><br>I've played with some skins but thats it. <br><br><br>edit...oops I forgot to mention I'm using 8.05a access<br>and I'm getting this error when trying to log into admin.<br><br><span style="font-size:10px"><br /><br />Edited by sfbay420 - 03&nbsp;May&nbsp;2007 at 8:04am</span>]]>
   </description>
   <pubDate>Thu, 03 May 2007 07:58:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post122511.html#122511</guid>
  </item> 
  <item>
   <title><![CDATA[Forum V. 8.04 - CAPTCHA images suddenly gone :    waynelambright wrote:  I...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post118358.html#118358</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25341">waynelambright</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 17&nbsp;December&nbsp;2006 at 6:29am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by waynelambright" alt="Originally posted by waynelambright" style="vertical-align: text-bottom;" /> <strong>waynelambright wrote:</strong><br /><br />I had the same problem.&nbsp; I put<br><br>'////////////// kick out code ///////////////////////////////////////////<br><br>&nbsp;If lngLoggedInUserID = 2 And NOT blnShowThisPage Then<br>&nbsp;' Call closeDatabase()<br>&nbsp; response.redirect("login_user.asp?TakeAction=1")<br>End If<br><br>'////////////// kick out code ///////////////////////////////////////<br><br><br><br>in the common.asp page.&nbsp; <br><br>why? because i'm making a version that you to registered to see anything.<br><br>when I place that code in the common.asp page.&nbsp; <br><br>the captcha is gone on the register.asp page.<br></td></tr></table><br><br>I fixed it by putting this on the CAPTCHA_image.asp page.&nbsp; since this ( blnShowThisPage = True )was missing it would not kick people out.<br><br>&nbsp;<br><br>&lt;% @ Language=VBScript %&gt;<br>&lt;% Option Explicit %&gt;<br>&lt;!--#include file="KickOUT.asp" --&gt;<br>&lt;% blnShowThisPage = True %&gt;<br>&lt;!--#include file="common.asp" --&gt;<br>]]>
   </description>
   <pubDate>Sun, 17 Dec 2006 06:29:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post118358.html#118358</guid>
  </item> 
  <item>
   <title><![CDATA[Forum V. 8.04 - CAPTCHA images suddenly gone :   I had the same problem. I...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post118354.html#118354</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25341">waynelambright</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 17&nbsp;December&nbsp;2006 at 2:23am<br /><br />I had the same problem.&nbsp; I put<br><br>'////////////// kick out code ///////////////////////////////////////////<br><br>&nbsp;If lngLoggedInUserID = 2 And NOT blnShowThisPage Then<br>&nbsp;' Call closeDatabase()<br>&nbsp; response.redirect("login_user.asp?TakeAction=1")<br>End If<br><br>'////////////// kick out code ///////////////////////////////////////<br><br><br><br>in the common.asp page.&nbsp; <br><br>why? because i'm making a version that you to registered to see anything.<br><br>when I place that code in the common.asp page.&nbsp; <br><br>the captcha is gone on the register.asp page.<br><span style="font-size:10px"><br /><br />Edited by waynelambright - 17&nbsp;December&nbsp;2006 at 2:24am</span>]]>
   </description>
   <pubDate>Sun, 17 Dec 2006 02:23:37 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post118354.html#118354</guid>
  </item> 
  <item>
   <title><![CDATA[Forum V. 8.04 - CAPTCHA images suddenly gone :    -boRg- wrote:Response.Write...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post117692.html#117692</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25247">disrael</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 29&nbsp;November&nbsp;2006 at 3:46pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />Response.Write outputs some text to the page.<br><br>If you put this into the wrong file and it trys to display this text in the CAPTCHA image it will fail because ethe CAPTCHA image is meant to be all binery for a GIF image, your outputted text would screw this binery up.<br></td></tr></table><br><br>Gotcha.&nbsp; I was thinking (after I wrote my question) that it might be something like that.&nbsp; Thanks for the explanation.<br>]]>
   </description>
   <pubDate>Wed, 29 Nov 2006 15:46:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post117692.html#117692</guid>
  </item> 
  <item>
   <title><![CDATA[Forum V. 8.04 - CAPTCHA images suddenly gone : Response.Write outputs some text...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post117682.html#117682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 29&nbsp;November&nbsp;2006 at 9:45am<br /><br />Response.Write outputs some text to the page.<br><br>If you put this into the wrong file and it trys to display this text in the CAPTCHA image it will fail because ethe CAPTCHA image is meant to be all binery for a GIF image, your outputted text would screw this binery up.<br>]]>
   </description>
   <pubDate>Wed, 29 Nov 2006 09:45:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post117682.html#117682</guid>
  </item> 
  <item>
   <title><![CDATA[Forum V. 8.04 - CAPTCHA images suddenly gone : Can you show us the snippit of...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post117661.html#117661</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 29&nbsp;November&nbsp;2006 at 1:05am<br /><br />Can you show us the snippit of code?]]>
   </description>
   <pubDate>Wed, 29 Nov 2006 01:05:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post117661.html#117661</guid>
  </item> 
  <item>
   <title><![CDATA[Forum V. 8.04 - CAPTCHA images suddenly gone : I had this same problem. I put...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post117660.html#117660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25247">disrael</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 29&nbsp;November&nbsp;2006 at 12:52am<br /><br /><br>I had this same problem.&nbsp; I put in a Response.Write to write a comment.&nbsp; It looked something like this:<br><br>Response.Write "&lt;!-- some comment... --&gt;"<br><br>and my CAPTCHA failed.&nbsp; Why would that happen?&nbsp; I understand if I did some real code, but this was a COMMENT...<br><br>Thanks for any insight.<br><br>]]>
   </description>
   <pubDate>Wed, 29 Nov 2006 00:52:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post117660.html#117660</guid>
  </item> 
  <item>
   <title><![CDATA[Forum V. 8.04 - CAPTCHA images suddenly gone : If you want to do this type of...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post116709.html#116709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 06&nbsp;November&nbsp;2006 at 3:50pm<br /><br />If you want to do this type of thing you would need to edit the files header.asp and footer.aps found in the includes directory.<br><br>Although the size of the tables can be controlled by editing the default_style.css file found in the CSS_styles directory.<br>]]>
   </description>
   <pubDate>Mon, 06 Nov 2006 15:50:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post116709.html#116709</guid>
  </item> 
  <item>
   <title><![CDATA[Forum V. 8.04 - CAPTCHA images suddenly gone : We have a winner!And the winner...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post116703.html#116703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25109">tonyz</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 06&nbsp;November&nbsp;2006 at 2:57pm<br /><br />We have a winner!<br><br>And the winner is...<br><b>#3!<br><br></b>I had indeed added some simple HTML to the common.asp file to contain the width of the forum. Once I removed that code (and it's complimentary code in the footer.asp file) my CAPTCHA images returned!<br><br>Thanks a bunch for you help and for the fine apps! I will be contributing to your fine efforts monitarily very soon - Your apps are going to play a key role in my current (personal) web effort.<br><br><br>]]>
   </description>
   <pubDate>Mon, 06 Nov 2006 14:57:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post116703.html#116703</guid>
  </item> 
  <item>
   <title><![CDATA[Forum V. 8.04 - CAPTCHA images suddenly gone : If you are getting this type of...]]></title>
   <link>https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post116702.html#116702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21843<br /><strong>Posted:</strong> 06&nbsp;November&nbsp;2006 at 2:48pm<br /><br />If you are getting this type of error it suggests that the file CAPTCAHA_image.asp has become corrupted in some way.<br><br>1. Try reuploading the original file again<br>2. Make sure you are not suing some software like Frontpage which may have re-written the file<br>3. Make sure you have not added anything to a file like common.asp that would place some HTML or other none standard code in the head of the pages in the forum<br>]]>
   </description>
   <pubDate>Mon, 06 Nov 2006 14:48:23 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-v-8-04-captcha-images-suddenly-gone_topic21843_post116702.html#116702</guid>
  </item> 
 </channel>
</rss>