<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Visual Confirmation not working"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Visual Confirmation not working"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Visual Confirmation not working</title>
				<description><![CDATA[ I  recently install the Advanced Guestbook on our youth group’s website. Everything seemed to be working until I posted an entry and the Visual Confirmation code graphic isn’t loading so that I can type the code it can and the entry.<br /> <br /> Can anyone help me fix this problem?<br /> <br /> Our site URL<br /> www.michigansquires.org/guestbook/<br /> <br /> Thanks,<br /> Dan<br /> <br /> <br /> Error code if you dont type the code:<br /> Guestbook - Error	 <br /> One of the input fields does not seem to be valid.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5457/19910.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5457/19910.php</link>
				<pubDate><![CDATA[Thu, 16 Mar 2006 03:13:09]]> GMT</pubDate>
				<author><![CDATA[ Lobster Boy]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have a similar problem.. I don't see any image...<br /> <br /> You seem to show an image square but no images in it...<br /> Is the php module "GD" installed on your server, standard it isn't installed !<br /> <br /> Just m 2 cents,]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5457/19913.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5457/19913.php</link>
				<pubDate><![CDATA[Thu, 16 Mar 2006 12:13:02]]> GMT</pubDate>
				<author><![CDATA[ tasari]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It's a problem with virtual paths which is not supported on windows servers like IIS. <br /> <br /> replace the template/captcha.php with <br /> <br /> [code]<br /> &lt;table border=&quot;0&quot; cellspacing=&quot;2&quot;&gt;<br /> 	&lt;tr&gt;<br /> 		&lt;td&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/image.php?id=$VARS&#91;gbtoken&#93;&quot; border=&quot;0&quot;&gt;&lt;/td&gt;<br /> 		&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;gb_captcha&quot; size=&quot;15&quot;&gt;&lt;/td&gt;<br /> 	&lt;/tr&gt;<br /> &lt;/table&gt;<br /> [/code]<br /> <br /> and image.php with<br /> <br /> [code]<br /> &lt;?php<br /> $include_path = dirname&#40;__FILE__&#41;;<br /> include_once $include_path.&quot;/admin/config.inc.php&quot;;<br /> include_once $include_path.&quot;/lib/$DB_CLASS&quot;;<br /> include_once $include_path.&quot;/lib/captcha.class.php&quot;;<br /> <br /> if &#40;USE_CAPTCHA&#41; &#123;<br /> 	if &#40;isset&#40;$_GET&#91;'id'&#93;&#41; &amp;&amp; !empty&#40;$_GET&#91;'id'&#93;&#41;&#41; &#123;<br /> 		$_GET&#91;'id'&#93; = trim&#40;$_GET&#91;'id'&#93;&#41;;<br /> 		$id = addslashes&#40;$_GET&#91;'id'&#93;&#41;;<br /> 		$expired = time&#40;&#41; - 2*3600;<br /> 		$db = new gbook_sql&#40;&#41;;<br /> 		$db-&gt;connect&#40;&#41;;<br /> 		$db-&gt;query&#40;&quot;DELETE FROM &#123;$GB_TBL&#91;&quot;cap&quot;&#93;&#125; WHERE timestamp &lt; $expired&quot;&#41;;<br /> 		$res = $db-&gt;query&#40;&quot;SELECT * FROM &#123;$GB_TBL&#91;&quot;cap&quot;&#93;&#125; WHERE session_id='$id' LIMIT 1&quot;&#41;;<br /> 		$result = $db-&gt;fetch_array&#40;$res&#41;;<br /> 		if &#40;isset&#40;$result&#91;'validate_key'&#93;&#41;&#41; &#123;<br /> 			<br /> 			$img = new SimpleCaptcha&#40;&#41;;<br /> <br /> 			$img-&gt;setText&#40;$result&#91;'validate_key'&#93;&#41;;<br /> 			$img-&gt;setBackgroundColors&#40;array&#40;&quot;EEEEEE&quot;, &quot;F2F3D3&quot;, &quot;F5EAEA&quot;, &quot;E4F3EE&quot;, &quot;EEE4F3&quot;&#41;&#41;;<br /> 			$img-&gt;setTextColors&#40;array&#40;&quot;000000&quot;, &quot;FD130A&quot;, &quot;0A1BFD&quot;, &quot;149703&quot;, &quot;486C66&quot;, &quot;870DC3&quot;, &quot;D78406&quot;, &quot;105243&quot;&#41;&#41;;<br /> 			$img-&gt;setFontSizeRange&#40;14,18&#41;;<br /> 			<br /> 			$img-&gt;getImage&#40;&#41;;<br /> 			exit&#40;&#41;;<br /> 		&#125;<br /> 	&#125;<br /> &#125;<br /> <br /> SimpleCaptcha&#58;&#58;createPixel&#40;&#41;;<br /> <br /> ?&gt;<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5457/19918.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5457/19918.php</link>
				<pubDate><![CDATA[Thu, 16 Mar 2006 20:46:34]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hey Thanks,<br /> I tryed that out and now it working good now.<br /> Our youth group is gonna have a field day with this.<br /> Thanks again<br /> Dan]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5457/19925.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5457/19925.php</link>
				<pubDate><![CDATA[Fri, 17 Mar 2006 01:12:25]]> GMT</pubDate>
				<author><![CDATA[ Lobster Boy]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ is there a way to eliminiate this feature 'captcha' zo the code doesn't have to be typed anymore?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5457/20146.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5457/20146.php</link>
				<pubDate><![CDATA[Wed, 5 Apr 2006 17:20:09]]> GMT</pubDate>
				<author><![CDATA[ Deenah]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It is enabled/disabled via the config.inc.php file.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5457/20153.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5457/20153.php</link>
				<pubDate><![CDATA[Wed, 5 Apr 2006 22:43:30]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]It is enabled/disabled via the config.inc.php file.[/quote]<br /> <br /> yes, i just found out yesterday after a whole lot of searching *what a relief*<br /> <br /> too many people couldn't see the code and/or didn't know what it was for...<br /> <br /> -xxx-<br /> thx!<br /> Deenah [url]www.deenah.com[/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5457/20159.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5457/20159.php</link>
				<pubDate><![CDATA[Thu, 6 Apr 2006 14:16:31]]> GMT</pubDate>
				<author><![CDATA[ Deenah]]></author>
			</item>
	</channel>
</rss>