GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   can someone help me with blocking hitbots? (https://gfy.com/showthread.php?t=570726)

StickyGreen 01-31-2006 11:33 PM

can someone help me with blocking hitbots?
 
i know you can do it with htaccess but i need someone to explain it to me please...any help?

StickyGreen 02-01-2006 12:44 AM

can't somebody shed some light on this issue?

Zester 02-01-2006 12:46 AM

got no idea but here is a bump for ya

BlueQuartz 02-01-2006 12:46 AM

you need to cut the red wire...

JD 02-01-2006 12:48 AM

block the refering url in htaccess?

SomeCreep 02-01-2006 12:49 AM

Quote:

Originally Posted by StickyGreen
i know you can do it with htaccess but i need someone to explain it to me please...any help?

contact your host

ServerGenius 02-01-2006 01:04 AM

embed a few of invisible links on your page. like same background color and tiny
font size. make a small script that blocks all the IPīs by adding them to iptables
or alternatively to .htaccess as those are hitbot clicks. Humans would not click
these hidden links.

:2 cents:

StickyGreen 02-01-2006 01:08 AM

Quote:

Originally Posted by DynaSpain
embed a few of invisible links on your page. like same background color and tiny
font size. make a small script that blocks all the IPīs by adding them to iptables
or alternatively to .htaccess as those are hitbot clicks. Humans would not click
these hidden links.

:2 cents:

my whole question here is how do i setup the htaccess to block them? i don't understand the process...

ServerGenius 02-01-2006 01:11 AM

Ok well that goes like this:

order allow,deny
deny from 123.45.6.7
deny from 012.34.5.
allow from all

or

<Limit GET HEAD POST>
order allow,deny
deny from hitbot.com
deny from 123.456.789
deny from 012.345.*
allow from all
</LIMIT>

StickyGreen 02-01-2006 01:13 AM

Quote:

Originally Posted by DynaSpain
Ok well that goes like this:

order allow,deny
deny from 123.45.6.7
deny from 012.34.5.
allow from all

i still have no clue how to set it up...

ServerGenius 02-01-2006 01:15 AM

Just copy/paste the content into a .htaccess file in the webroot directory

Make sure httpd.conf if setup to use .htaccess look for AllowOverRide
and if it's not already set to AllowOverRide All change it to that.
restart apache and it works :thumbsup


All times are GMT -7. The time now is 04:40 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123