<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Banning IP Addresses"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Banning IP Addresses"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Banning IP Addresses</title>
				<description><![CDATA[ I have been using the Guestook for some time now, it's an excellent guestbook, but I'm now being attacked by the spammers! It seems to be the same IP address each time, is there a way i can block a specific IP address?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4568/15822.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4568/15822.php</link>
				<pubDate><![CDATA[Tue, 26 Apr 2005 21:02:50]]> GMT</pubDate>
				<author><![CDATA[ Dazman1360]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Search the forums.<br /> <br /> Look in admin panel of the guestbook for ip banning.<br /> its in there somewhere.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4568/15827.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4568/15827.php</link>
				<pubDate><![CDATA[Wed, 27 Apr 2005 01:32:43]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks Auron. I can only find mention of banning IP addresses when using the advanced guestbook, is it feature of the standard guestbook?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4568/15835.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4568/15835.php</link>
				<pubDate><![CDATA[Wed, 27 Apr 2005 08:28:31]]> GMT</pubDate>
				<author><![CDATA[ Dazman1360]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes it is. Look in your admin page.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4568/15838.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4568/15838.php</link>
				<pubDate><![CDATA[Wed, 27 Apr 2005 13:52:45]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Use a text file named.htaccess <br /> set it up like below. Then the spammer can't even access any of your pages It results in a 403 error and then you canuse a custom error page to rub salt in it<br /> <br /> order, allow, deny<br /> deny from Spammer's IP<br /> allow from all]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4568/15851.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4568/15851.php</link>
				<pubDate><![CDATA[Wed, 27 Apr 2005 20:01:46]]> GMT</pubDate>
				<author><![CDATA[ Skorch]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Skorch"]Use a text file named.htaccess <br /> set it up like below. Then the spammer can't even access any of your pages It results in a 403 error and then you canuse a custom error page to rub salt in it<br /> <br /> order, allow, deny<br /> deny from Spammer's IP<br /> allow from all[/quote]<br /> <br /> Thanks Skorch, but it seems that .htaccess files are not supported by the website hosts!<br /> <br /> [quote="JTD"]Yes it is. Look in your admin page.[/quote]<br /> <br /> OK, I'm feeling a bit thick now. I look in the admin page, and this is what I have:<br /> [img]http://www.houndsbaybassets.co.uk/ips.jpg[/img]<br /> If I click on the radar button next to the post, then I get the option to delete.<br /> <br /> Sorry guys, can I have an idiots guide on how to do it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4568/15881.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4568/15881.php</link>
				<pubDate><![CDATA[Fri, 29 Apr 2005 08:39:32]]> GMT</pubDate>
				<author><![CDATA[ Dazman1360]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here is a general way to take care of unwanted IP's for you whole site.  Inlcude this code in the header of your pages:<br /> <br /> [code]&lt;?php<br /> $ipkill = $_SERVER&#91;'REMOTE_ADDR'&#93;;<br /> if &#40;$ipkill == &quot;put IP address here&quot;&#41; &#123; echo '&lt;META HTTP-EQUIV=&quot;refresh&quot; CONTENT=&quot;0; URL=http&#58;//www.yourdomain.com/skrewyou.html&quot;&gt;'; &#125;<br /> ?&gt;[/code]<br /> <br /> If you need to block more than one ip, use the same line again, but with elseif.<br /> <br /> let me know how this works for you.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4568/16037.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4568/16037.php</link>
				<pubDate><![CDATA[Fri, 13 May 2005 08:20:31]]> GMT</pubDate>
				<author><![CDATA[ neicul]]></author>
			</item>
	</channel>
</rss>