<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "[Mod] Human Verification test for Advanced GuestBook 2.3.4"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "[Mod] Human Verification test for Advanced GuestBook 2.3.4"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>[Mod] Human Verification test for Advanced GuestBook 2.3.4</title>
				<description><![CDATA[ Hi, here is another mod to Advanced Guest Book 2.3.4 english or french.<br /> This has only been tested on a private site.<br /> This is beta software. Use at your own risk.<br /> Comments and bug rapports are welcome.<br /> <br /> [code]################################################################# <br /> ## MOD Title&#58; Human Verification Test<br /> ## MOD Author&#58; Wappendorf &lt;wappendorf@hotmail.com&gt;<br /> ## MOD Description&#58; <br /> ##		This mod is a human verification test for Advanced Guest Book 2.3.4<br /> ##		It is based on Gitme Anti Flood code from Mert &#40;c&#41;2005 xkare.com<br /> ##		Any other portion of this code is &#40;c&#41;2005 wappendorf@hotmail.com.<br /> ##		All rights reserved.<br /> ##<br /> ## MOD Version&#58; 1.0.2<br /> ##<br /> ## Installation Level&#58;	Easy<br /> ## Installation Time&#58;	15 Minutes<br /> ## Files To Edit &#40;8&#41;&#58;<br /> ##			lang/english.php<br /> ##			lang/frensh.php<br /> ##			add_entry.php<br /> ##			lib/add.class.php<br /> ##		 	templates/form.php<br /> ##			comment.php<br /> ##			lib/comment.class.php<br /> ##		 	templates/comment.php<br /> ##			<br /> ## New File &#40;1&#41;&#58;	image.php<br /> ############################################################## <br /> ## For Security Purposes, Please Check&#58; http&#58;//proxy2.de/forum/viewtopic.php?t=5057 for the <br /> ## latest version of this MOD. Downloading this MOD from other sites <br /> ## could cause malicious code to enter into your guestbook.<br /> ############################################################## <br /> ## Author Notes&#58; <br /> ##<br /> ## MOD Features&#58;<br /> ##		- Generated gif image with control code needed to post an entry or comment.<br /> ##<br /> ##  /***************************************************************************<br /> ##  *<br /> ##  *   This program is free software; you can redistribute it and/or modify<br /> ##  *   it under the terms of the GNU General Public License as published by<br /> ##  *   the Free Software Foundation; either version 2 of the License, or<br /> ##  *   &#40;at your option&#41; any later version.<br /> ##  *<br /> ##  ***************************************************************************/<br /> ##<br /> ############################################################## <br /> ##<br /> ## Before Adding This MOD To Your Advanced Guestbook, You Should Back Up All Files Related To This MOD <br /> ##<br /> ############################################################## <br /> <br /> # <br /> #-----&#91; NEW FILE image.php &#93;------------------------------------------ <br /> # <br /> <br /> &lt;?php<br /> /***************************************************************************<br />  *<br />  *   Filename   		  &#58; image.php<br />  *   Began			  &#58; 2005/04/04<br />  *   Modified   		  &#58; by Wappendorf 2005/10/01<br />  *   Copyright  		  &#58; &#40;c&#41; 2005 xkare.com<br />  *   Version    		  &#58; 1.0.1<br />  *   Written by 		  &#58; Mert ÷–‹T in istanbul / TURKEY<br />  * <br />  *   You are encouraged to redistribute and / or modify this program under the terms of  <br />  *   the GNU General Public License as published by the Free Software Foundation<br />  *    &#40;www.fsf.org&#41;; any version as from version 2 of the License.<br />  *<br />  ***************************************************************************/<br /> session_start&#40;&#41;;<br /> function strrand&#40;$length&#41;<br /> &#123;<br /> 	$str = &quot;&quot;;<br /> 	<br /> 	while&#40;strlen&#40;$str&#41;&lt;$length&#41;&#123;<br /> 	$random=rand&#40;48,122&#41;;<br /> 	if&#40; &#40;$random&gt;47 &amp;&amp; $random&lt;58&#41;  &#41;&#123;<br /> 	$str.=chr&#40;$random&#41;;<br /> 	&#125; <br /> 	<br /> 	&#125;<br /> 		<br /> 	return $str;<br /> &#125;<br /> <br /> $text = $_SESSION&#91;'ctrlstring'&#93;=strrand&#40;5&#41;;<br /> $img_number = imagecreate&#40;47,17&#41;;<br /> $backcolor = imagecolorallocate&#40;$img_number,244,244,244&#41;;<br /> $textcolor = imagecolorallocate&#40;$img_number,0,0,0&#41;;<br /> <br /> imagefill&#40;$img_number,0,0,$backcolor&#41;;<br /> <br /> Imagestring&#40;$img_number,50,1,1,$text,$textcolor&#41;;<br /> <br /> header&#40;&quot;Cache-Control&#58; no-cache, must-revalidate&quot;&#41;; <br /> header&#40;&quot;Content-type&#58; image/png&quot;&#41;;<br /> imagejpeg&#40;$img_number&#41;;<br /> ?&gt;<br /> <br /> # <br /> #-----&#91; OPEN &#93;------------------------------------------ <br /> #<br /> <br /> lang/english.php<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> # Navigation Bar<br /> $LANG&#91;&quot;NavTotal&quot;&#93;   = &quot;Total Records&#58;&quot;;<br /> <br /> # <br /> #-----&#91; BEFORE, ADD &#93;------------------------------------------ <br /> #<br /> <br /> $LANG&#91;&quot;FormCtrlCode&quot;&#93; = &quot;Please copy the controle code.&quot;;<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> $LANG&#91;&quot;PassMess1&quot;&#93; = &quot;Please enter a valid username and password&#58;&quot;;<br /> <br /> # <br /> #-----&#91; BEFORE, ADD &#93;------------------------------------------ <br /> #<br /> <br /> $LANG&#91;&quot;ErrorPost99&quot;&#93; = &quot;You didn't fill correctly the controle code field. Please correct it and re-submit.&quot;;<br /> <br /> # <br /> #-----&#91; OPEN &#93;------------------------------------------ <br /> #<br /> <br /> lang/frensh.php<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> # Navigation Bar<br /> $LANG&#91;&quot;NavTotal&quot;&#93;   = &quot;Nombre d'enregistrements&#58;&quot;;<br /> <br /> # <br /> #-----&#91; BEFORE, ADD &#93;------------------------------------------ <br /> #<br /> <br /> $LANG&#91;&quot;FormCtrlCode&quot;&#93; = &quot;Veuillez recopier le code de contr&amp;ocirc;le. &quot;;<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> $LANG&#91;&quot;PassMess1&quot;&#93; = &quot;Merci de saisir un pseudo et un mot de passe valides&#58;&quot;;<br /> <br /> # <br /> #-----&#91; BEFORE, ADD &#93;------------------------------------------ <br /> #<br /> <br /> $LANG&#91;&quot;ErrorPost99&quot;&#93; = &quot;Vous n'avez pas recopié correctement le code de contrôle. Merci de corriger.&quot;;<br /> <br /> # <br /> #-----&#91; OPEN &#93;------------------------------------------ <br /> #<br /> <br /> addentry.php<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <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 /> <br /> # <br /> #-----&#91; BEFORE, ADD &#93;------------------------------------------ <br /> #<br /> <br /> session_start&#40;&#41;;<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> $gb_post = new addentry&#40;$include_path&#41;;<br /> <br /> if &#40;isset&#40;$_POST&#91;&quot;gb_action&quot;&#93;&#41;&#41; &#123;<br /> <br /> # <br /> #-----&#91; AFTER, ADD &#93;------------------------------------------ <br /> #<br /> <br /> 		if&#40;$_POST&#91;'gb_ctrlcode'&#93; != $_SESSION&#91;'ctrlstring'&#93; OR !isset&#40;$_SESSION&#91;'ctrlstring'&#93;&#41;&#41;<br /> 	&#123;<br /> 		echo $_POST&#91;'gb_ctrlcode'&#93;.&quot;-&quot;.$_SESSION&#91;'ctrlstring'&#93;.&quot; -&gt; SECURITY CODE ERROR... &lt;br /&gt;Click on the backback button of your browser&quot;;<br /> 	&#125;else&#123;<br /> 		/*  SECURITY SUCCESSFULL  */<br /> 		$gb_post-&gt;ctrlcode = &#40;isset&#40;$_POST&#91;&quot;gb_ctrlcode&quot;&#93;&#41;&#41; ? $_POST&#91;&quot;gb_ctrlcode&quot;&#93; &#58; '';<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> &#125; else &#123;<br />     echo $gb_post-&gt;process&#40;&#41;;<br /> &#125;<br /> <br /> # <br /> #-----&#91; BEFORE, ADD &#93;------------------------------------------ <br /> #<br /> <br /> 	&#125;<br /> <br /> # <br /> #-----&#91; OPEN &#93;------------------------------------------ <br /> #<br /> <br /> lib/add.class.php<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> class addentry &#123;<br /> <br /> # <br /> #-----&#91; AFTER, ADD &#93;------------------------------------------ <br /> #<br /> <br /> 	var $ctrlcode;<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br />         $HIDDEN = &quot;&lt;input type=\&quot;hidden\&quot; name=\&quot;gb_preview\&quot; value=\&quot;1\&quot;&gt;\n&quot;;<br /> <br /> # <br /> #-----&#91; AFTER, ADD &#93;------------------------------------------ <br /> #<br /> <br /> 	$HIDDEN .= &quot;&lt;input type=\&quot;hidden\&quot; name=\&quot;gb_ctrlcode\&quot; value=\&quot;&quot;.$this-&gt;ctrlcode.&quot;\&quot;&gt;\n&quot;;<br /> <br /> # <br /> #-----&#91; OPEN &#93;------------------------------------------ <br /> #<br /> <br /> /templates/form.php<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br />  if&#40;document.book.gb_comment.value == &quot;&quot;&#41; &#123;<br />    alert&#40;&quot;$LANG&#91;ErrorPost2&#93;&quot;&#41;;<br />    document.book.gb_comment.focus&#40;&#41;;<br />    return false;<br />  &#125;<br /> <br /> # <br /> #-----&#91; AFTER, ADD &#93;------------------------------------------ <br /> #<br /> <br />  if&#40;document.book.gb_ctrlcode.value == &quot;&quot;&#41; &#123;<br />    alert&#40;&quot;$LANG&#91;ErrorPost99&#93;&quot;&#41;;<br />    document.book.gb_ctrlcode.focus&#40;&#41;;<br />    return false;<br />  &#125;<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br />     &lt;td bgcolor=&quot;$VARS&#91;tb_color_1&#93;&quot; valign=&quot;top&quot;&gt;&lt;textarea name=&quot;gb_comment&quot; cols=&quot;41&quot; rows=&quot;11&quot; wrap=&quot;VIRTUAL&quot;&gt;&lt;/textarea&gt;&lt;br&gt;<br />      &lt;input type=&quot;checkbox&quot; name=&quot;gb_private&quot; value=&quot;1&quot;&gt; &lt;font size=&quot;1&quot; face=&quot;$VARS&#91;font_face&#93;&quot;&gt;$LANG&#91;FormPriv&#93;&lt;/font&gt;<br />     &lt;/td&gt;<br />   &lt;/tr&gt;<br /> <br /> # <br /> #-----&#91; AFTER, ADD &#93;------------------------------------------ <br /> #<br /> <br />   &lt;tr bgcolor=&quot;$VARS&#91;tb_color_1&#93;&quot;&gt;<br />       &lt;td class=&quot;font1&quot;&gt;$LANG&#91;FormCtrlCode&#93;&#58;*&lt;/td&gt;<br />       &lt;td &gt;&lt;img src=&quot;image.php&quot;&gt;<br />           &lt;input name=&quot;gb_ctrlcode&quot; type=&quot;text&quot; id=&quot;gb_ctrlcode&quot;&gt;&lt;/td&gt;<br />   &lt;/tr&gt;<br /> <br /> # <br /> #-----&#91; OPEN &#93;------------------------------------------ <br /> #<br /> <br /> comment.php<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <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 /> <br /> # <br /> #-----&#91; BEFORE, ADD &#93;------------------------------------------ <br /> #<br /> <br /> session_start&#40;&#41;;<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> $gb_com = new gb_comment&#40;$include_path&#41;;<br /> <br /> # <br /> #-----&#91; AFTER, ADD &#93;------------------------------------------ <br /> #<br /> <br /> if &#40;isset&#40;$_POST&#91;&quot;comment&quot;&#93;&#41;&#41; &#123;<br /> 	if&#40;$_POST&#91;'gb_ctrlcode'&#93; != $_SESSION&#91;'ctrlstring'&#93; OR !isset&#40;$_SESSION&#91;'ctrlstring'&#93;&#41;&#41;<br /> 	&#123;<br /> 		echo $_POST&#91;'gb_ctrlcode'&#93;.&quot;-&quot;.$_SESSION&#91;'ctrlstring'&#93;.&quot; -&gt; SECURITY CODE ERROR... &lt;br /&gt; Please press the back button of your browser&quot;;<br /> 	&#125;else&#123;<br /> 		/* SECURITY SUCCESSFULL */<br /> 		$gb_com-&gt;ctrlcode_ok = true;<br /> 	&#125;<br /> &#125;<br /> <br /> # <br /> #-----&#91; OPEN &#93;------------------------------------------ <br /> #<br /> <br /> lib/comment.class.php<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> class gb_comment &#123;<br /> <br /> # <br /> #-----&#91; AFTER, ADD &#93;------------------------------------------ <br /> #<br /> <br />     var $ctrlcode_ok;<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br />             if &#40;$status == 1&#41; &#123;<br />                 $this-&gt;insert_comment&#40;&#41;;<br />                 header&#40;&quot;Location&#58; $GB_PG&#91;index&#93;&quot;&#41;;<br />             &#125; else &#123;<br /> <br /> # <br /> #-----&#91; REPLACE WITH &#93;------------------------------------------ <br /> # <br /> <br />             if &#40;$status == 1 and $this-&gt;ctrlcode_ok&#41; &#123;<br />                 $this-&gt;insert_comment&#40;&#41;;<br />                 header&#40;&quot;Location&#58; $GB_PG&#91;index&#93;&quot;&#41;;<br />             &#125; else &#123;<br /> <br /> # <br /> #-----&#91; OPEN &#93;------------------------------------------ <br /> #<br /> <br /> templates/comment.php<br /> <br /> # <br /> #-----&#91; FIND &#93;------------------------------------------ <br /> # <br /> <br /> $COMMENT_PASS<br /> <br /> # <br /> #-----&#91; AFTER, ADD &#93;------------------------------------------ <br /> #<br /> <br /> &lt;tr bgcolor=&quot;$VARS&#91;tb_color_1&#93;&quot;&gt;<br />     &lt;td class=&quot;font1&quot;&gt;$LANG&#91;FormCtrlCode&#93;&#58;*&lt;/td&gt;<br />     &lt;td &gt;&lt;img src=&quot;image.php&quot;&gt;<br />             &lt;input name=&quot;gb_ctrlcode&quot; type=&quot;text&quot; id=&quot;gb_ctrlcode&quot;&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> <br /> # <br /> #-----&#91; SAVE/CLOSE ALL FILES &#93;------------------------------------------ <br /> # <br /> # EoM<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18233.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18233.php</link>
				<pubDate><![CDATA[Sat, 1 Oct 2005 18:41:27]]> GMT</pubDate>
				<author><![CDATA[ Wappendorf]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Looks almost identical to the image verification code I released over a year ago.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18235.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18235.php</link>
				<pubDate><![CDATA[Sat, 1 Oct 2005 20:55:13]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]Looks almost identical to the image verification code I released over a year ago.[/quote]<br /> I definitely didn't look well enough on this forum but as any image verification code is a must have...<br /> <br /> BTW : An error in the code I first posted prevent it from beeing usefull.<br /> Here is the mod to the mod if you had it already installed. <br /> <br /> [code]<br /> #<br /> #-----&#91; OPEN &#93;------------------------------------------<br /> # <br /> addentry.php <br /> <br /> #<br /> #-----&#91; FIND &#93;------------------------------------------<br /> # <br /> 	if&#40;$_POST&#91;'gb_ctrlcode'&#93; != $_SESSION&#91;'ctrlstring'&#93;&#41;&#123;<br /> <br /> #<br /> #-----&#91; REPLACE WITH &#93;------------------------------------------<br /> #<br /> <br /> 	if&#40;$_POST&#91;'gb_ctrlcode'&#93; != $_SESSION&#91;'ctrlstring'&#93; OR !isset&#40;$_SESSION&#91;'ctrlstring'&#93;&#41;&#41;<br /> 	&#123;[/code]<br /> Edit : same problem with comments : <br /> [code]<br /> #<br /> #-----&#91; OPEN &#93;------------------------------------------<br /> # <br /> comment.php <br /> <br /> #<br /> #-----&#91; FIND &#93;------------------------------------------<br /> # <br /> 	if&#40;$_POST&#91;'gb_ctrlcode'&#93;!=$_SESSION&#91;'ctrlstring'&#93;&#41;&#123;<br /> <br /> #<br /> #-----&#91; REPLACE WITH &#93;------------------------------------------<br /> #<br /> <br /> 	if&#40;$_POST&#91;'gb_ctrlcode'&#93; != $_SESSION&#91;'ctrlstring'&#93; OR !isset&#40;$_SESSION&#91;'ctrlstring'&#93;&#41;&#41;<br /> 	&#123;<br /> <br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18239.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18239.php</link>
				<pubDate><![CDATA[Sun, 2 Oct 2005 05:37:48]]> GMT</pubDate>
				<author><![CDATA[ Wappendorf]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]Image Verification script, by Carbonize (Help reduce Guestbook spam):<br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?p=9976" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?p=9976</a><br /> <a class="snap_shots" href="http://www.carbonize.co.uk/verification.zip" target="_blank" rel="nofollow">http://www.carbonize.co.uk/verification.zip</a> is the official download for the image verification mod [/quote]<br /> <br /> Thats in the READ THIS FIRST thread]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18242.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18242.php</link>
				<pubDate><![CDATA[Sun, 2 Oct 2005 11:26:17]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Well you know what they say carb. Imitation is the best flattery. To bad he is a dollar short and over a year late. I bet he even thought he had something special. <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18244.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18244.php</link>
				<pubDate><![CDATA[Sun, 2 Oct 2005 15:14:37]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="JTD"]Well you know what they say carb. Imitation is the best flattery. To bad he is a dollar short and over a year late. I bet he even thought he had something special. <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />[/quote]<br /> <br /> Well, I should say, that I only had a quick look at Carbonize code just now. At first sight, it seems that it lacks the code to protect the comments to be spammed and doesn't seem to be "almost identical" at all as "my" code is mainly the code of Mert ÷–‹T that I found googling for an anti flood solution while Carbonize code seems to be original.<br /> And the only "little" work I've done is to integrate the "[url=http://www.gitme.net/php/]Gitme Anti Flood[/url]" code into this mod.<br /> <br /> Anyway, It works for me, I'm happy with this and I just wanted to share my work. And I won't feel sorry if some people aren't interested.<br /> <br /> I'm just sorry to not having read the "READ THIS BEFORE POSTING ANY QUESTIONS!" thread. Btw, now that I've read some more of these forums, I think too, as someone else said, that the image verification should be included in the original Advanced Guest Book code and not as a mod.<br /> And as I had no questions to ask, I didn't felt I had to read the "READ THIS BEFORE POSTING ANY QUESTIONS!" thread, and as the sticky post is a (too) simple (for me) human verification test and not the image verification test, this is why I felt I had to write this.<br /> <br /> So you know.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18249.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18249.php</link>
				<pubDate><![CDATA[Sun, 2 Oct 2005 21:30:06]]> GMT</pubDate>
				<author><![CDATA[ Wappendorf]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It is included in the Lazarus Guestbook. Made by Carb. Along with alot of other antispam featurs not found in AGB.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18250.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18250.php</link>
				<pubDate><![CDATA[Sun, 2 Oct 2005 22:35:28]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="JTD"]It is included in the Lazarus Guestbook. Made by Carb. Along with alot of other antispam featurs not found in AGB.[/quote]<br /> <br /> No the image verification is not included with Lazarus.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18251.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18251.php</link>
				<pubDate><![CDATA[Sun, 2 Oct 2005 22:48:05]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"][quote="JTD"]It is included in the Lazarus Guestbook. Made by Carb. Along with alot of other antispam featurs not found in AGB.[/quote]<br /> <br /> No the image verification is not included with Lazarus.[/quote]<br /> <br /> Maybe it should? Or is it already in the next version?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18261.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18261.php</link>
				<pubDate><![CDATA[Mon, 3 Oct 2005 18:00:26]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It is being contemplated.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18262.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18262.php</link>
				<pubDate><![CDATA[Mon, 3 Oct 2005 18:42:41]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>2.3.4 problem with image verification</title>
				<description><![CDATA[ Hello,<br /> <br /> I installed Advance guestbokk 2.3.4--&gt; works fine but lot of spam.<br /> <br /> I try to install the image verification from carbonize and now I can no more sign the guestbook. I follow the solution for 2.3.2 and I'm not sure that is the same for 2.3.4<br /> <br /> the code is ever wrong....<br /> <br /> Could you help me?<br /> <br /> my web site is <a class="snap_shots" href="http://lucy.artespace.ch" target="_blank" rel="nofollow">http://lucy.artespace.ch</a> and after you will find "livre d'or"<br /> <br /> Thank you very much]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18372.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18372.php</link>
				<pubDate><![CDATA[Thu, 13 Oct 2005 16:15:42]]> GMT</pubDate>
				<author><![CDATA[ xtrem]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Download 2.3.4 and replace ALL your current guestbook files EXCEPT admin/config.inc.php then follow the instructions for Human Verification which is in the first thread.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18373.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18373.php</link>
				<pubDate><![CDATA[Thu, 13 Oct 2005 16:30:42]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Version 2.3.5 with human verification coming soon?</title>
				<description><![CDATA[ Hi,<br /> <br /> I'm on 2.3.2 and it seems like some spammers are able to post messages that have an IP address that is already on my keep-out list.  They also seem to be able to post messages that have words that are in my banned list, but with no substitution being made.  So, somehow they are able to add entries that bypass the watchdog routines.  Does 2.3.4 help with these?<br /> <br /> Also, the keep-out list seems to ignore the wild card IP address entries, (e.g., I put in "203.125.", yet along comes 203.125.1.234 afterward).  So somehow someone is able to bypass the watchdog for that, too.<br /> <br /> Also, for 2.3.5, my wish is that the keep-out list could include both IP addresses, wild card addresses all the way down to just the first number, and also allow us to enter in names, like "localhost" or any name used by the spammers.<br /> <br /> Wishing out loud.  Keep up the great work.  As the Beatles use to sing, "It's getting better all the time."]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18376.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18376.php</link>
				<pubDate><![CDATA[Thu, 13 Oct 2005 22:57:12]]> GMT</pubDate>
				<author><![CDATA[ gbguruted]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ they should not be able to bypass neither the IP ban nor bad word filtering. Whats the link to your address along with a list of your bad words.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18377.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18377.php</link>
				<pubDate><![CDATA[Thu, 13 Oct 2005 23:02:10]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I follow the instruction but it is not working...<br /> <br /> Is it a way to send me the modified file to my e-mail address....<br /> <br /> <a class="snap_shots" href="mailto:no_spam_xtrem@freesurf.ch">no_spam_xtrem@freesurf.ch</a><br /> <br /> thank you for your help,]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18380.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18380.php</link>
				<pubDate><![CDATA[Fri, 14 Oct 2005 10:08:12]]> GMT</pubDate>
				<author><![CDATA[ xtrem]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ if you followed the instructions how come you managed to miss the bit that says I have already made some pre modded files available for people to download?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18381.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18381.php</link>
				<pubDate><![CDATA[Fri, 14 Oct 2005 10:11:16]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I installed this mod, but i Have this problem.<br /> <br /> Warning: session_start(): Cannot send session cache limiter - headers already sent <br /> <br /> wich is the problem?<br /> Thank you.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18382.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18382.php</link>
				<pubDate><![CDATA[Fri, 14 Oct 2005 18:32:22]]> GMT</pubDate>
				<author><![CDATA[ bredy73]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ To my knowledge there is not even a call to session_start in the script. Whats the full error message?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18383.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18383.php</link>
				<pubDate><![CDATA[Fri, 14 Oct 2005 20:06:52]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="bredy73"]I installed this mod, but i Have this problem.<br /> <br /> Warning: session_start(): Cannot send session cache limiter - headers already sent <br /> <br /> wich is the problem?<br /> Thank you.[/quote]<br /> <br /> session_start() should always come first in a php script, right after the '&lt;?php' line. If you output anything to the server before this call then you'll have this error.<br /> <br /> Also make sure the first line of all your php scripts is "&lt;?php".<br /> Anything else will be interpreted by php as html to be outputed directly and headers will be sent to the client browser at that time. The same problem can come from the end of included files, make sure there is nothing right after the ending line : "?&gt;". In some cases a simple CARRIAGE RETURN (ascii-13) or LINE FEED (ascii-10) could be the problem and... a nightmare to find !<br /> <br /> [quote="Carbonize"]To my knowledge there is not even a call to session_start in the script. Whats the full error message?[/quote]<br /> Sessions are used in this mod to save the verification number generated in image.php for addentry.php and comment.php that will check it.<br /> <br /> Hope this helps.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18394.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18394.php</link>
				<pubDate><![CDATA[Sun, 16 Oct 2005 14:06:35]]> GMT</pubDate>
				<author><![CDATA[ Wappendorf]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yeah sorry I got confused between this and my human verification test. Thats what happens when you get up in the morning and have about 20 forums posts to answer.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5057/18395.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5057/18395.php</link>
				<pubDate><![CDATA[Sun, 16 Oct 2005 15:34:12]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>