NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

Post a reply

Write your message and submit
Options
Humanity test

What is three + six?

Go back

Topic review (newest first)

Silverpaws006
11-20-2009 08:41:17

Okay, thanks^^

Waccoon
11-19-2009 03:10:55

The board doesn't rely on referrers or any other HTTP attribute.  Only the IP address is used (for the ban list).

The host lookup code might work slowly or not at all, though.  If page views are really slow, try opening up the "hacks.txt" file and change the following line:

Code:

define ('DISABLE_DNS_HOST_LOOKUP', 0);

...to this:

Code:

define ('DISABLE_DNS_HOST_LOOKUP', 1);

I don't think this will be necessary, but just in case.

Silverpaws006
11-18-2009 21:41:03

Well I'd like to block proxies and anonymous access to our oekaki boards because
we've been getting spam users who cloak their IP's.

I'm planning to add this code to my .htaccess

Code:

RewriteEngine on
RewriteCond %{HTTP:VIA} !^$ [OR]
RewriteCond %{HTTP:FORWARDED} !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR]
RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$
RewriteRule ^(.*)$ - [F]

Just wondering, will it affect the oekaki's performance in any way?

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB