<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Guestbook Verificaction"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Guestbook Verificaction"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Guestbook Verificaction</title>
				<description><![CDATA[ I've just had a go at adding the Verification mods from Carbonize to my test system guestbook. I'm getting the following errors from addentry.php<br /> <br /> [code]<br /> Notice&#58; Undefined variable&#58; Vreqtype in C&#58;\Inetpub\wwwroot\lrb-2004\guestbook\verify.php on line 17<br /> <br /> Notice&#58; Undefined index&#58; rand in C&#58;\Inetpub\wwwroot\lrb-2004\guestbook\verify.php on line 20<br /> <br /> Notice&#58; Undefined variable&#58; IP in C&#58;\Inetpub\wwwroot\lrb-2004\guestbook\verify.php on line 28<br /> <br /> Notice&#58; Undefined index&#58; rand in C&#58;\Inetpub\wwwroot\lrb-2004\guestbook\lib\add.class.php&#40;332&#41; &#58; eval&#40;&#41;'d code on line 160<br /> [/code]<br /> <br /> The test system platform is PHP 4.3.7 and MySQL 4.0.18-max-debug running under Windows XP with IIS.<br /> <br /> What have I done wrong?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4195/13778.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4195/13778.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 08:39:37]]> GMT</pubDate>
				<author><![CDATA[ lloyd_borrett]]></author>
			</item>
			<item>
				<title>Re: Advanced Guestbook Verificaction</title>
				<description><![CDATA[ [quote="lloyd_borrett"]What have I done wrong?[/quote]Apart from being an Aussie I couldn't say. <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" /> I am working on a less agressive method of spam filtering using the same algorythms. Instead of posting a picture it will just put a hidden input in the form containing a random sequence. If the script does not receive the sequence on submittal it will reject the post. I mainly decided this for people who, for some weird reason, do not have GD. Of course the simplest method at present is to change the name of the [b]name[/b] input from [b]gb_name[/b] to something as as the spammers send the data straight to the addentry page using the [b]gb_name[/b] variable. If this variale is not present the guestbook will report an error.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4195/13781.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4195/13781.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 09:54:43]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ps. Glad to see you still live.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4195/13782.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4195/13782.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 09:55:36]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ G'day Carborize,<br /> <br /> I got rid of the PHP notification errors by changing the error handling and logging setting in my php.ini file to:<br /> [code]<br /> error_reporting  = E_ALL &amp; ~E_NOTICE; display all errors, except for notices<br /> [/code]<br /> <br /> So now I don't get the notices and get the confirmation code graphic image is being displayed.<br /> <br /> However, if I enter a valid confirmation code, the page refreshes and the error message that the code is incorrect is displayed at the very top of the page. (Not quite where I'd like it to be, but that's another issue.) The addentry form now has a different confirmation code displayed, plus values in the code entry box. The rest of the form is blank. That is, the values the user filled into the form with are no longer there.<br /> <br /> If I don't enter a confirmation code, I get the pop up error box. So that bit seems to be working okay.<br /> <br /> Unfortunately, this version is running on my internal test system, so I can't give you access to it to look at it. But you can see the live version without verification that I've started from at [url]http://www.borrett.id.au/guestbook/[/url].<br /> <br /> As you can see, I have a footer for my site.<br /> <br /> In your instruction, you make reference to:<br /> [quote]<br /> If you use a footer file for your site place the include code between the echo $gb_post-&gt;process; and the die();<br /> [/quote]<br /> Are you refering to the templates/footer.php file or something else?<br /> <br /> I'm not sure quite what you mean by that instruction. Perhaps that's what I'm doing wrong. Could you please expand on what you mean?<br /> <br /> I've created a small Zip file with my versions of the verify.php, verifyimage.php, addentry.php, form.php and addclass.php files that can be downloaded from [url]http://www.borrett.id.au/downloads/lrb-verify.zip[/url]<br /> <br /> Any help would be greatly appreciated. I'm getting regular spam entries that are becoming tedious to remove.<br /> <br /> Best Regards, Lloyd.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4195/14111.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4195/14111.php</link>
				<pubDate><![CDATA[Mon, 7 Feb 2005 03:17:04]]> GMT</pubDate>
				<author><![CDATA[ lloyd_borrett]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes I should of stuck with freddy's original idea of the error message page as used by the guestbook where you have to click back. I overcome the blank form problem in my own copy by adding the [b]value=""[/b] to the input tags and putting the variable that contains the associated data inbetween the quotes.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4195/14114.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4195/14114.php</link>
				<pubDate><![CDATA[Mon, 7 Feb 2005 09:50:36]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>