<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Total rewrite of simple antispam."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Total rewrite of simple antispam."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Total rewrite of simple antispam.</title>
				<description><![CDATA[ Ok first instructions for 2.3.1. Instructions for 2.2 will be in second post.<br /> <br /> First you need to decide on a simple word to use such as 123 or spamless and where I put WORD you put the word you have chosen.<br /> <br /> open up addentry.php<br /> <br /> find<br /> <br /> if (isset($HTTP_POST_VARS["gb_action"])) {<br /> <br /> replace it with<br /> <br /> if (isset($_POST["gb_actionWORD"])) {<br /> <br /> then replace<br /> <br /> echo $gb_post-&gt;process($HTTP_POST_VARS["gb_action"]);<br /> <br /> with<br /> <br /> echo $gb_post-&gt;process($_POST["gb_actionWORD"]);<br /> <br /> close and save the file<br /> <br /> open index.php and do exactly the same as you did above.<br /> <br /> open templates/form.php<br /> <br /> replace BOTH instances of <br /> <br /> name="gb_action"<br /> <br /> with <br /> <br /> name="gb_actionWORD"<br /> <br /> save and close the file<br /> <br /> open templates/preview_entry.php and again replace<br /> <br /> name="gb_action"<br /> <br /> with <br /> <br /> name="gb_actionWORD"<br /> <br /> Save and close the file.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/15097.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/15097.php</link>
				<pubDate><![CDATA[Sun, 13 Mar 2005 17:28:06]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Advanced Guestbook 2.2</title>
				<description><![CDATA[ Here are the instructions for Advanced Guestbook 2.2<br /> <br /> Again choose a simple word to use then put it where I put WORD<br /> <br /> open up addentry.php<br /> <br /> find<br /> <br /> if ($HTTP_SERVER_VARS["REQUEST_METHOD"] == "POST") {<br /> <br /> replace it with<br /> <br /> if (isset($_POST["gb_actionWORD"])) {<br /> <br /> then replace<br /> <br /> echo $gb_post-&gt;process($HTTP_POST_VARS["gb_action"]);<br /> <br /> with<br /> <br /> echo $gb_post-&gt;process($HTTP_POST_VARS["gb_actionWORD"]);<br /> <br /> close and save the file<br /> <br /> open templates/form.php<br /> <br /> replace BOTH instances of<br /> <br /> name="gb_action"<br /> <br /> with<br /> <br /> name="gb_actionWORD"<br /> <br /> save and close the file<br /> <br /> open templates/preview_entry.php and again replace<br /> <br /> name="gb_action"<br /> <br /> with<br /> <br /> name="gb_actionWORD"<br /> <br /> Save and close the file.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/15098.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/15098.php</link>
				<pubDate><![CDATA[Sun, 13 Mar 2005 17:30:13]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I installed a new guestbook today using cPanel and now I'm adding fixes and mods.<br /> <br /> In the addentry.php and index.php files, you say to replace this line.... if (isset($_POST["gb_action"])) {<br /> <br /> I don't have that line exactly, but I do have this one.... if (isset($HTTP_POST_VARS["gb_action"])) {<br /> <br /> would it be best to replace it as you suggested.... if (isset($_POST["gb_actionWORD"])) {<br /> <br /> or should I use.... if (isset($HTTP_POST_VARS["gb_actionWORD"])) { ....instead? or maybe it wouldn't matter?<br /> <br /> Thanks for all the work you do Carbonize <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> Deb]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/15179.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/15179.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 23:48:29]]> GMT</pubDate>
				<author><![CDATA[ cdnmama]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Whoops my bad <img src="https://proxy2.de/forum//images/smilies/1cfd6e2a9a2c0cf8e74b49b35e2e46c7.gif" /> Forgot I had updated the HTTP vars in my script. Let me fix the instructions. $HTTP_POST_VARS is the deprecated method and has been replaced with $_POST but both do exactly the same thing.<br /> <br /> BTW I have now been using this method for seven days on my own guestbook and logged all entries classed as spam. It has stopped 52 attempted automated postings (spam entries).<br /> <br /> Oh and sorry for the delay in getting back to you but I never got an email saying this thread had received a reply]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/15252.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/15252.php</link>
				<pubDate><![CDATA[Sat, 19 Mar 2005 08:49:57]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks Carbonize for clearing that up and that's great it's blocked so many spam attempts <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /><br /> <br /> That's okay too for taking awhile....I was waiting very patiently <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" /><br /> <br /> Deb]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/15274.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/15274.php</link>
				<pubDate><![CDATA[Sun, 20 Mar 2005 17:41:01]]> GMT</pubDate>
				<author><![CDATA[ cdnmama]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Btw in the eight days I have been using this method and logging the spam I have just hit 100 attempted spam entries. I think I just started logging in time to catch someone just starting to spam as the first entries are messed up with the date as their name and the date also in the urls. They are still messing up by puttig +'s in the names where spaces should be. You can also tell they are all from the same person due to the fact the ICQ number on all of them is 864530. I think it may be a worm or a trojan as all the posts come from different IP's.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/15275.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/15275.php</link>
				<pubDate><![CDATA[Sun, 20 Mar 2005 18:01:21]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Does this Fix work for those of us using v1.5 ?</title>
				<description><![CDATA[ Greetings,<br /> <br /> Is there a  Spam Fix for those of us using v1.5<br /> <br /> Thanks<br /> <br /> Peter]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/15754.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/15754.php</link>
				<pubDate><![CDATA[Fri, 22 Apr 2005 11:59:56]]> GMT</pubDate>
				<author><![CDATA[ pmonahan]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No but i'm sure th esimple spam fix could be applied to Guestbook 1.5. If I get chance I will look at the code. All it requires is changing the name of a single input.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/15757.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/15757.php</link>
				<pubDate><![CDATA[Fri, 22 Apr 2005 14:53:42]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I've tried to compare the commands in v2.2 vs 1.5 to make the changes, but they seem very different.<br /> <br /> Is it something someone could have a look at and advise ?<br /> <br /> I've come to learn to know what I don't know and this is one of those moments.<br /> <br /> Thanks<br /> <br /> Peter]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/16149.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/16149.php</link>
				<pubDate><![CDATA[Tue, 17 May 2005 13:13:44]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ unfortunately 1.5 is written in Perl where as 2.2 and 2.3.x are written in PHP.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/16153.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/16153.php</link>
				<pubDate><![CDATA[Tue, 17 May 2005 16:25:31]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ sorry, I don't fully understand how this works. does this word need to be a keyword found in common spam attempts or is it just a random word for the hell of it?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/16614.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/16614.php</link>
				<pubDate><![CDATA[Sat, 18 Jun 2005 07:09:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The guestbook, like all forms, works by having inputs for you to fill in. Each input has a name so it can be identified when submitted. The spam used to work by just sending a packet (how all information is sent over the net) to your server with the names of the inputs with the data they want posted. Some even sent the input names for both AG 2.2 and 2.3.1 in the same packets. <br /> <br /> The simple anti spam method works by changing the name given to the submit button. If the buttons correct name is not sent in the packet the guestbook will just ignore the packet. Since I wrote this though a couple of the spammers have gotten wise to this (I guess they read this forum or my own). Their scripts/programs now visit the page first to get the names of the inputs before sending the data.<br /> <br /> While this is still a valid method for stopping a large percentage of spam (I stopped 350 posts in a month using this method) I'd suggest using it in association with the human verification.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/16615.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/16615.php</link>
				<pubDate><![CDATA[Sat, 18 Jun 2005 07:16:02]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I can not find the "addentry.php" file in ver. 2.2.  Can anyone help out.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17036.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17036.php</link>
				<pubDate><![CDATA[Tue, 12 Jul 2005 20:17:52]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Anonymous"]I can not find the "addentry.php" file in ver. 2.2.  Can anyone help out.[/quote]<br /> <br /> Nevermind.. I found it.  Brain Fart!  I've applied the new code and hope it works.  I've been getting killed with spammers from Asia.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17037.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17037.php</link>
				<pubDate><![CDATA[Tue, 12 Jul 2005 20:38:34]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It will stop some but not all. You are better off trying my Human Verification mod which is in the Advanced Guestbook forum.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17038.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17038.php</link>
				<pubDate><![CDATA[Tue, 12 Jul 2005 21:00:07]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]It will stop some but not all. You are better off trying my Human Verification mod which is in the Advanced Guestbook forum.[/quote]<br /> <br /> Thanks Carb!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17040.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17040.php</link>
				<pubDate><![CDATA[Wed, 13 Jul 2005 03:04:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Anonymous"][quote="Carbonize"]It will stop some but not all. You are better off trying my Human Verification mod which is in the Advanced Guestbook forum.[/quote]<br /> <br /> Thanks Carb![/quote]<br /> <br /> Day 3 and still no spammers.  Thanks for the help Carb!!!!!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17054.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17054.php</link>
				<pubDate><![CDATA[Thu, 14 Jul 2005 20:21:29]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>can't find addentry.php file.</title>
				<description><![CDATA[ I can't find the addentry.php file either.  Wish that query had been answered.  I've edited the template/form but can't finish the job.  My v 2.3.1 has<br />  admin enter.php and entry.php but no addentry.php.  Please help!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17307.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17307.php</link>
				<pubDate><![CDATA[Fri, 29 Jul 2005 23:57:56]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ addentry.php is in the root of the guestbook folders. Meaning it is one of the files you see when you first go into the guestbook folder. add.class.php is in the lib folder.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17308.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17308.php</link>
				<pubDate><![CDATA[Sat, 30 Jul 2005 00:00:00]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Can someone please post instructions for adding this to version 2.3.3]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17318.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17318.php</link>
				<pubDate><![CDATA[Sat, 30 Jul 2005 16:02:14]]> GMT</pubDate>
				<author><![CDATA[ midkiff]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Same as for 2.3.2 at a glance.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17319.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17319.php</link>
				<pubDate><![CDATA[Sat, 30 Jul 2005 16:05:18]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]Same as for 2.3.2 at a glance.[/quote]<br /> <br /> I only see instructions for 2.3.1 &amp; 2.2]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17326.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17326.php</link>
				<pubDate><![CDATA[Sat, 30 Jul 2005 17:42:16]]> GMT</pubDate>
				<author><![CDATA[ midkiff]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry was thinking of something else. Anyway some spammers have already bypassed the simple anti spam method so I recommend the Human Verification mod listed at the top of the Advanced Guestbook forum.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17327.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17327.php</link>
				<pubDate><![CDATA[Sat, 30 Jul 2005 17:56:38]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hey Carb... I posted above thanking you for the new patches to prevent the spammers from attacking my message board.  I applied the new code and it worked GREAT!!  For about 4 months I believe....  I'm now being targeted again since the new code on this thread was posted.<br /> <br /> Where can I go to get an updated patch from the last if there is one?  Thank you again.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17826.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17826.php</link>
				<pubDate><![CDATA[Mon, 29 Aug 2005 15:32:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Have a look in the Advanced Guestbook forum. At the top you will see Human Verification.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/17827.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/17827.php</link>
				<pubDate><![CDATA[Mon, 29 Aug 2005 15:42:08]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hello I am new here...<br /> <br /> Could someone please advise on how to get rid of the Human verification?  Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/20564.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/20564.php</link>
				<pubDate><![CDATA[Sun, 28 May 2006 02:34:16]]> GMT</pubDate>
				<author><![CDATA[ mushcs]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="mushcs"]Hello I am new here...<br /> <br /> Could someone please advise on how to get rid of the Human verification?  Thanks[/quote]<br /> <br /> All I can say is follow the steps in reverse order, un-doing what you did at each step.<br /> There is no uninstall script or instructions as far as I know.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/20567.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/20567.php</link>
				<pubDate><![CDATA[Sun, 28 May 2006 03:50:55]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Or just replace your files with the ones from the official release.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4389/20571.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4389/20571.php</link>
				<pubDate><![CDATA[Sun, 28 May 2006 11:10:14]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>