<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "AGB 2.4.1 Image Verification Problem"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "AGB 2.4.1 Image Verification Problem"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>AGB 2.4.1 Image Verification Problem</title>
				<description><![CDATA[ I recently installed the guestbook on a test server but i can't post any entries, because the image verification produces unreadable images.<br /> <br /> This is a sample of the output:<br /> [img]http://tbf.homepage.t-online.de/image.png[/img]<br /> <br /> What did i do wrong?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5491/20051.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5491/20051.php</link>
				<pubDate><![CDATA[Mon, 27 Mar 2006 17:40:30]]> GMT</pubDate>
				<author><![CDATA[ Neo256]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ There are probably some problems with FreeType.<br /> <br /> Disable TTF in the ouptut script image.php<br /> <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 /> 			$imageType = &quot;&quot;;			<br /> 			include_once $include_path.&quot;/lib/bitmapimagetext.class.php&quot;;<br /> 			$img = new BitmapImageText&#40;&#41;;<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;, &quot;FFE6E6&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 /> 			if &#40;!empty&#40;$imageType&#41;&#41; &#123;<br /> 				$img-&gt;getImage&#40;$imageType&#41;;<br /> 			&#125; else &#123;<br /> 				$img-&gt;getImage&#40;&#41;;<br /> 			&#125;<br /> 			exit&#40;&#41;;<br /> 		&#125;<br /> 	&#125;<br /> &#125;<br /> <br /> SimpleCaptcha&#58;&#58;createPixel&#40;&#41;;<br /> <br /> ?&gt;<br /> [/code]<br /> <br /> Can you post the gd version und os which is installed on your testserver?<br /> <br /> thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5491/20054.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5491/20054.php</link>
				<pubDate><![CDATA[Mon, 27 Mar 2006 20:36:40]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for your help, your solution worked!<br /> <br /> Server Info:<br /> Linux Server<br /> Apache 2.0.54<br /> PHP 5.0.4 + Zend 2.0.4-dev<br /> GD Version 2.0.28<br /> FreeType Version 2.1.10]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5491/20072.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5491/20072.php</link>
				<pubDate><![CDATA[Tue, 28 Mar 2006 17:40:31]]> GMT</pubDate>
				<author><![CDATA[ Neo256]]></author>
			</item>
			<item>
				<title>captcha also not woring ok with me</title>
				<description><![CDATA[ When I use the script above I get a X at the image...no image but a sign that there is no image. When I than put back the older version image.php I see again the image of captcha but all above each other...not to read.<br /> <br /> PHP Version 4.3.11 <br /> GD Support  enabled  <br /> GD Version  bundled (2.0.28 compatible)  <br /> FreeType Support  enabled  <br /> FreeType Linkage  with freetype  <br /> GIF Read Support  enabled  <br /> GIF Create Support  enabled  <br /> JPG Support  enabled  <br /> PNG Support  enabled  <br /> WBMP Support  enabled  <br /> XBM Support  enabled  <br /> Apache/1.3.34 Ben-SSL/1.57 (Unix) FrontPage/5.0.2.2510 PHP/4.3.11 mod_jk/1.2.2 <br /> <br /> In the beginning it did worked all.<br /> <br /> Tanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5491/20778.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5491/20778.php</link>
				<pubDate><![CDATA[Fri, 16 Jun 2006 23:58:11]]> GMT</pubDate>
				<author><![CDATA[ schipperijn]]></author>
			</item>
	</channel>
</rss>