<rss version="2.0">
		<channel>
			<title>Plogger Support Forum - Help Needed with Captcha</title>
			<lastBuildDate>Sun, 19 Apr 2026 08:55:22 +0000</lastBuildDate>
			<link>http://www.plogger.org/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>Help Needed with Captcha</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13626#Comment_13626</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13626#Comment_13626</guid>
		<pubDate>Sun, 27 Feb 2011 17:41:11 +0000</pubDate>
		<author>joemolloy</author>
		<description>
			<![CDATA[Hi Guys,<br /> I am running VERSION: 1.0-RC1 . My host server details are:Server Software: Apache/ <br />PHP Version: 5.2.8 (CGI-FCGI)<br />MySQL Version: 5.0.67<br />GD Version: bundled (2.0.34 compatible) with JPEG support<br />Session Save Path: /tmp<br />File Upload Size Limit: 12MB<br />Temporary Memory Limit: 64M<br />Code Run Time Limit: 300s<br /><br />I have started getting over 90 spam comments a day so I have turned off Allow Comments.<br /><br />I have been trying to activate Captcha. Althought the plog-comment.php has the following code:<br />// If <br /><br />the captcha is required, check it here<br />		if (isset($_SESSION['require_captcha']) &amp;&amp; $_SESSION['require_captcha'] === true) {<br />	<br /><br />		if (!isset($_POST['captcha']) || !isset($_SESSION['captcha']) || $_POST['captcha'] != $_SESSION['captcha']) {<br />		<br /><br />		$errors[] = plog_tr('CAPTCHA check failed.');<br />				$error_field[] = 'captcha';<br />			<br /><br />}<br />		}<br /><br />		if (empty($errors)) {<br />			$rv = add_comment($parent_id, $author, $email, $url, <br /><br />$comment);<br />			// We're done with this so empty it out to stop double posts<br />			unset($_POST);<br />		<br /><br />	if (isset($rv['errors'])) {<br />				$errors = $rv['errors'];<br />			} else if <br /><br />($config['comments_moderate']) {<br />				$_SESSION['comment_moderated'] = 1;<br />			}<br />		<br /><br />}<br />		unset($_SESSION['plogger-token']);<br />	} else {<br />		// Missing form token<br />		$errors = <br /><br />array(plog_tr('Spam token missing or does not match!'));<br />	}<br />} else {<br />	// Comments are not on<br />	$errors = <br /><br />array(plog_tr('Comments are disabled. You are unable to add a comment!'));<br />}<br /><br />if (!empty($errors)) {<br />	// Set the errors for form <br /><br />display<br />	$_SESSION['comment_post_error'] = $errors;<br />	// Set the session form variables so users don't have to re-enter <br /><br />their information<br />	$_SESSION['plogger-form'] = array(<br /><br /><br />which suggest to me captcha can be activated, and there are captcha files in the folder 'plog-includes'.<br /><br />It is not doing anything. I have registered and tried to add Google ReCaptcha code but this does not seem to work.<br /><br />I've tried the forum discussions but the code offered a couple of years ago does not work for me either.<br /><br />My gallery is at http://www.narpo-staffs.co.uk/photo_gallery/<br /><br />Incidentally, I am a novice in the programming world.<br /><br />Can you give me some simple guidance?<br /><br />Joe Molloy.]]>
		</description>
	</item>
	<item>
		<title>Help Needed with Captcha</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13634#Comment_13634</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13634#Comment_13634</guid>
		<pubDate>Tue, 01 Mar 2011 12:11:32 +0000</pubDate>
		<author>Tidosho</author>
		<description>
			<![CDATA[This is a rather annoying problem Joe. The default theme doesn't seem to work with Captcha, and even the ones that do don't display CAPTCHA images properly, or say the code is incorrect when it isn't. Many people are having issues with it, and hacks are working for some and not others, depending on their setup and PHP version. It is PHP that generates JPEG images from strings, and something is going wrong.<br /><br />I myself have even tried to code in PHPBBForum Captcha code, still it doesn't work, so I just turn off comments. I'm not a PHP expert but I get by, and can't figure this out for the life of me! Tried all hacks and recoding to no effect.]]>
		</description>
	</item>
	<item>
		<title>Help Needed with Captcha</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13636#Comment_13636</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13636#Comment_13636</guid>
		<pubDate>Thu, 03 Mar 2011 04:18:18 +0000</pubDate>
		<author>floriske.nl</author>
		<description>
			<![CDATA[The captcha works like a charm on my site, weird that it seems to work for one, but not another :S<br /><br />Did you try the code to check if the data actually comes from a post request which I mentioned in reply to one of your earlier posts?<br /><br />http://www.plogger.org/forum/discussion/3446/aditional-comment-spam-protections-next-to-captcha/#Item_1<br /><br />I still got spam once a while  after adding the captcha, the above completely got rid of it]]>
		</description>
	</item>
	<item>
		<title>Help Needed with Captcha</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13648#Comment_13648</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13648#Comment_13648</guid>
		<pubDate>Mon, 07 Mar 2011 14:38:06 +0000</pubDate>
		<author>joemolloy</author>
		<description>
			<![CDATA[Tidosho and floriske,<br />thank you for your responses. I have been away for a short time and will try your solutions in the next few days.<br />joemolloy.]]>
		</description>
	</item>
	<item>
		<title>Help Needed with Captcha</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13654#Comment_13654</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3520&amp;Focus=13654#Comment_13654</guid>
		<pubDate>Thu, 10 Mar 2011 15:24:31 +0000</pubDate>
		<author>joemolloy</author>
		<description>
			<![CDATA[Sorry Guys,<br />I tried the code but still no luck. I'm leaving comments off for a while. I'm going to retry the recapcha code.]]>
		</description>
	</item>
	
		</channel>
	</rss>