<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Are you a human?</title>
		<link>http://org.wikidot.com/forum/t-39558/are-you-a-human</link>
		<description>Posts in the discussion thread &quot;Are you a human?&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Sat, 11 Apr 2026 23:44:11 +0000</lastBuildDate>
		
					<item>
				<guid>http://org.wikidot.com/forum/t-39558#post-103996</guid>
				<title>Re: Are you a human?</title>
				<link>http://org.wikidot.com/forum/t-39558/are-you-a-human#post-103996</link>
				<description></description>
				<pubDate>Fri, 08 Feb 2008 01:45:55 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank-you. This is definately getting me closer! I now see the background image displayed in place of the &quot;turing code&quot; text. However, no alpha-numeric characters are visible on the background.</p> <p>After examining <strong>/var/www/wikidot/php/screens/misc/Captcha.php</strong>, I'm wondering if I need to change these fonts or track them down and install them:</p> <div class="code"> <pre><code>private $TtfFonts = array('Vera.ttf','VeraBd.ttf','VeraBI.ttf','VeraIt.ttf','VeraMoBd.ttf','VeraMoBI.ttf','VeraMoIt.ttf', 'VeraMono.ttf', 'VeraSe.ttf', 'VeraSeBd.ttf');</code></pre></div> <br /> I don't see that these &quot;Vera&quot; fonts are installed on my server (this is a &quot;clean&quot; Ubuntu 7.10 Server install). <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-39558#post-103610</guid>
				<title>Re: Are you a human?</title>
				<link>http://org.wikidot.com/forum/t-39558/are-you-a-human#post-103610</link>
				<description></description>
				<pubDate>Thu, 07 Feb 2008 08:47:32 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If using Ubuntu or Debian, you need to install php5-gd:</p> <p>apt-get install php5-gd.</p> <p>I have updated the Debian QuickStart doc.</p> <p>And after installing the extension, you need to restart the apache.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-39558#post-102528</guid>
				<title>Re: Are you a human?</title>
				<link>http://org.wikidot.com/forum/t-39558/are-you-a-human#post-102528</link>
				<description></description>
				<pubDate>Tue, 05 Feb 2008 11:58:46 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here's what's displayed when I go to /default&#8212;flow/misc_Captcha/:</p> <hr /> <img src="http://pizzageek.wikidot.com/local--files/pgfiles/Captcha_page.jpg" alt="Captcha_page.jpg" class="image" /> <hr /> <p>I don't understand it, but it doesn't seem like an error. ;)<br /> I'll try installing the GD lib to see if that works and report back.</p> <blockquote> <p>[reporting back!]<br /> I'm getting confused trying figuring out exactly what to install regarding GD. I found libgd2, but apt-get is asking me to choose between <strong>libgd2-xpm</strong> and <strong>libgd2-noxpm</strong>. I'd prefer to not break a mostly working install. Can you detail what I should install so I can see if it fixes Captcha?</p> </blockquote> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-39558#post-102491</guid>
				<title>Re: Are you a human?</title>
				<link>http://org.wikidot.com/forum/t-39558/are-you-a-human#post-102491</link>
				<description></description>
				<pubDate>Tue, 05 Feb 2008 08:38:46 +0000</pubDate>
				<wikidot:authorName>michal-frackowiak</wikidot:authorName>				<wikidot:authorUserId>1</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hmmmm&#8230; Do you get ANY picture in place of the captcha at all? It looks like not.</p> <p>Point your browser to /default&#8212;flow/misc__Captcha/ and check if you are not getting any error messages.<br /> Most likely you also need a gd (<a href="http://pl.php.net/gd">http://pl.php.net/gd</a>) library. If this is the issue, it is solved. If not, we will think about something.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-39558#post-102293</guid>
				<title>Are you a human?</title>
				<link>http://org.wikidot.com/forum/t-39558/are-you-a-human#post-102293</link>
				<description></description>
				<pubDate>Mon, 04 Feb 2008 22:31:27 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How do I troubleshoot the turing code not displaying? I'm trying to create a non-admin user on my testing server, but the turing code graphic is not displayed - it's just the text &quot;turing code&quot; followed by the field for entering it.</p> <p>Was an application missed that needs to be installed or does this not work when running the site while on the server?</p> <p><strong>Update</strong></p> <blockquote> <p>I figured out how to find the Captcha code by browsing the &quot;ozone-session&quot; table in the PostgreSQL database (after starting the &quot;create account&quot; process) and was able to create an account for a non-admin user.</p> <p>The other good news is that I am finally able to access my site not only from my internal network, but from the outside world as well!</p> <p>I'll have to wait for an answer on why the Captcha (turing code) graphic is not rendering properly before getting too excited. But for now, I have a work-around for my own use.</p> <p>In spite of my trials and tribulations (and some frustration), I'm learning a lot more about Linux and becoming less fearful of it the more I dig into these issues and try to figure them out!</p> </blockquote> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>