|
|
| Author |
Message |
Protect-X Support

Joined: 30 Oct 2006 Posts: 934 Rank: 35
|
|
| Back to top |
|
teenkers
Joined: 26 Nov 2006 Posts: 20
|
Posted: 04 Feb 2007 05:51 Post subject: |
|
|
| AT3 does that for me i can blacklist them easily |
|
| Back to top |
|
max

Joined: 18 Oct 2006 Posts: 538 Rank: 38
|
Posted: 05 Feb 2007 11:25 Post subject: |
|
|
| teenkers wrote: | | AT3 does that for me i can blacklist them easily |
But with using htaccess your trade script will not even process requests from forbidden domains. It will reduce script (and server) loading imho. |
|
| Back to top |
|
elarcon

Joined: 13 Jan 2007 Posts: 16 Rank: 2
|
|
| Back to top |
|
xwild
Joined: 01 Nov 2006 Posts: 576 Rank: 35
|
Posted: 26 Feb 2007 04:41 Post subject: |
|
|
Accordind to my admin there is a way to clone and get around that .htaccess file ?
Hell i am not a programer so i take his word for it and just check my trades daily!..
Thanks to Protect - X i am more productive also.
But i get bad hits from my own sites?.. Hum
Doing research on it at this time.
Site in question sending hits teenhardcore.us to freegangbang.com
my babies! nice clean sites! |
|
| Back to top |
|
elarcon

Joined: 13 Jan 2007 Posts: 16 Rank: 2
|
|
| Back to top |
|
Zar CJ Trade
Joined: 11 Apr 2007 Posts: 34
|
Posted: 13 Apr 2007 21:46 Post subject: |
|
|
Guys, .htaccess has limit..
YOu HAVE to use firewall on your servers.
If you have servers.
Any way I stopped to use .htaccess when my server crashed. I had a script writing referrers to .htaccess who clicks on hidden links.
One cheater send me tons of bot traffic via my traders..
.htaccess reach limit.. all died. |
|
| Back to top |
|
vendzilla

Joined: 06 Nov 2006 Posts: 141 Rank: 32
|
Posted: 13 Apr 2007 22:38 Post subject: |
|
|
Comus has a bot shield, use it, then I just look at my incoming traffic, I don't care about the traffic that isn't coming from a trade, just the traffic that is, so if I have them blacklisted, they aren't getting anything from me and if they're sending me traffic, maybe make a sale, bandwidth is cheap _________________
[FONT=century gothic]I host all my sites on Webair[/FONT] |
|
| Back to top |
|
max

Joined: 18 Oct 2006 Posts: 538 Rank: 38
|
Posted: 14 Apr 2007 19:11 Post subject: |
|
|
| vendzilla wrote: | | bandwidth is cheap |
|
|
| Back to top |
|
azianrave
Joined: 09 Apr 2007 Posts: 36
|
Posted: 18 May 2007 02:30 Post subject: |
|
|
on some of my sites i redirect the traffic to microsoft.com thye probably dont like getting hit by hitbots, most of my sites redirect the hits right back at the site sending them, so it uses up their own BW, lately its just been ESTshit _________________ Need a Good Designer? Choose Ipron.
Trade Traffic |
|
| Back to top |
|
badboysfilms
Joined: 13 Apr 2008 Posts: 13
|
Posted: 29 Apr 2008 15:21 Post subject: Should we block these sites |
|
|
| Protect-X Support wrote: | | just add a domains that you want to ban instead of those in the code |
Are you saying to block these sites?? |
|
| Back to top |
|
XXXturbo
Joined: 09 Apr 2008 Posts: 13
|
Posted: 29 Apr 2008 16:02 Post subject: |
|
|
| You can use that code to block users coming from that site. |
|
| Back to top |
|
wombles

Joined: 16 Feb 2007 Posts: 20 Rank: 5 Location: United States
|
Posted: 11 May 2008 05:00 Post subject: |
|
|
Hi, all. Just wanted to say a big thanks for this thread. Just what I've been needing! I used the .htaccess code posted by Artgps and it works great. I added to the code about 7 or 8 domains that was sending me hitbots, redirects, etc. Another simple way to check if this code really works is: visit a site that you added in the .htaccess code, click on your link in their toplist and you will get a forbidden page. Just my 2 cents worth.
BTW, could one of you cheater catching experts scan my trades for more cheaters? I've got 60+ trades and it's hard to catch 'em. Cheater Hell went private so it's hard for me to figure who is cheating. Thank you kindly.
My site: http://www.bigbuttgirlsonline.com/ |
|
| Back to top |
|
wombles

Joined: 16 Feb 2007 Posts: 20 Rank: 5 Location: United States
|
|
| Back to top |
|
peeperpimp
Joined: 15 Jul 2007 Posts: 1
|
Posted: 12 May 2008 22:53 Post subject: Re: Better Method |
|
|
| artgps wrote: | | mod_rewrite is process intensive due to regex... |
So, since mod_rewrite is process intensive due to regex., How would you suggest a code such as the one bellow for blocking bots could be improved upon so as not have it be process intensive....
| Code: | ## Check For Mozilla/MSIE And Allow It Before Checking All
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/[0-9]\.[0-9].*Gecko [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/[0-9]\.[0-9]\ \(compatible\;\ MSIE
RewriteRule ^(.*) - [S=1]
## If Not Mozilla/MSIE check for bad bot
RewriteCond %{HTTP_USER_AGENT} Ants [NC,OR]
RewriteCond %{HTTP_USER_AGENT} attach [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Backweb [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Bandit [NC,OR]
RewriteCond %{HTTP_USER_AGENT} BlackWidow [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Bot.mailto.craftbot.yahoo.com [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Buddy [NC,OR]
RewriteCond %{HTTP_USER_AGENT} CherryPicker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ChinaClaw [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Collector [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Copier [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Crawler [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Crescent [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Custo [NC,OR]
RewriteCond %{HTTP_USER_AGENT} DA.4.0 [NC,OR]
RewriteCond %{HTTP_USER_AGENT} DA.5.0 [NC,OR]
RewriteCond %{HTTP_USER_AGENT} DA.5.3 [NC,OR]
RewriteCond %{HTTP_USER_AGENT} DIIbot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} DISCo [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Download.Demon [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Download.Ninja [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Downloader [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Drip [NC,OR]
RewriteCond %{HTTP_USER_AGENT} eCatch [NC,OR]
RewriteCond %{HTTP_USER_AGENT} EirGrabber [NC,OR]
RewriteCond %{HTTP_USER_AGENT} EmailCollector [NC,OR]
RewriteCond %{HTTP_USER_AGENT} EmailSiphon [NC,OR]
RewriteCond %{HTTP_USER_AGENT} EmailWolf [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Express.WebPictures [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ExtractorPro [NC,OR]
RewriteCond %{HTTP_USER_AGENT} EyeNetIE [NC,OR]
RewriteCond %{HTTP_USER_AGENT} FileHound [NC,OR]
RewriteCond %{HTTP_USER_AGENT} FlashGet [NC,OR]
RewriteCond %{HTTP_USER_AGENT} GetLeft [NC,OR]
RewriteCond %{HTTP_USER_AGENT} GetRight [NC,OR]
RewriteCond %{HTTP_USER_AGENT} GetWeb [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Gets [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Go.Zilla [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Go-Ahead-Got-It [NC,OR]
RewriteCond %{HTTP_USER_AGENT} gotit [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Grabber [NC,OR]
RewriteCond %{HTTP_USER_AGENT} GrabNet [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Grafula [NC,OR]
RewriteCond %{HTTP_USER_AGENT} HMView [NC,OR]
RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ia_archiver [NC,OR]
RewriteCond %{HTTP_USER_AGENT} IBrowse [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Image.Stripper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Image.Sucker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Indy.Library [NC,OR]
RewriteCond %{HTTP_USER_AGENT} InterGET [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Internet.Ninja [NC,OR]
RewriteCond %{HTTP_USER_AGENT} JetCar [NC,OR]
RewriteCond %{HTTP_USER_AGENT} JOC [NC,OR]
RewriteCond %{HTTP_USER_AGENT} JustView [NC,OR]
RewriteCond %{HTTP_USER_AGENT} larbin [NC,OR]
RewriteCond %{HTTP_USER_AGENT} leech [NC,OR]
RewriteCond %{HTTP_USER_AGENT} LeechFTP [NC,OR]
RewriteCond %{HTTP_USER_AGENT} lftp [NC,OR]
RewriteCond %{HTTP_USER_AGENT} likse [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Lickity [NC,OR]
RewriteCond %{HTTP_USER_AGENT} LinkWalker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Link.Sleuth [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Magnet [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Mag-Net [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Mass.Downloader [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Memo [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Microsoft.URL [NC,OR]
RewriteCond %{HTTP_USER_AGENT} MIDown.tool [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Mirror [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Mister.Pix [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Navroad [NC,OR]
RewriteCond %{HTTP_USER_AGENT} NearSite [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Net.Vampire [NC,OR]
RewriteCond %{HTTP_USER_AGENT} NetAnts [NC,OR]
RewriteCond %{HTTP_USER_AGENT} NetCaptor [NC,OR]
RewriteCond %{HTTP_USER_AGENT} NetSpider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} NetZIP [NC,OR]
RewriteCond %{HTTP_USER_AGENT} NICErsPRO [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Octopus [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Offline [NC,OR]
RewriteCond %{HTTP_USER_AGENT} PageGrabber [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Papa.Foto [NC,OR]
RewriteCond %{HTTP_USER_AGENT} pcBrowser [NC,OR]
RewriteCond %{HTTP_USER_AGENT} PicaLoader [NC,OR]
RewriteCond %{HTTP_USER_AGENT} PictureRipper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} PicHunter [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Pockey [NC,OR]
RewriteCond %{HTTP_USER_AGENT} psbot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Pump [NC,OR]
RewriteCond %{HTTP_USER_AGENT} RealDownload [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Reaper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Recorder [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ReGet [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Siphon [NC,OR]
RewriteCond %{HTTP_USER_AGENT} sitecheck.internetseer.com [NC,OR]
RewriteCond %{HTTP_USER_AGENT} SiteSnagger [NC,OR]
RewriteCond %{HTTP_USER_AGENT} SmartDownload [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Snagger [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Snake [NC,OR]
RewriteCond %{HTTP_USER_AGENT} SpaceBison [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Stripper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Sucker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} SuperBot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} SuperHTTP [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Surfbot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} tAkeOut [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Teleport [NC,OR]
RewriteCond %{HTTP_USER_AGENT} IUPUI [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Vacuum [NC,OR]
RewriteCond %{HTTP_USER_AGENT} VoidEYE [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Web.Bandit [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Web.Image.Collector [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Web.Sucker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebAuto [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebCopier [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Web.Downloader [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebEMailExtrac [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebGo.IS [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebFetch [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebLeacher [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebReaper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebRipper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebSauger [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Website.eXtractor [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Website.Quester [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Webster [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebStripper [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebWhacker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WebZIP [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Whacker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Widow [NC,OR]
RewriteCond %{HTTP_USER_AGENT} WWWOFFLE [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Xaldon.WebSpider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Zeus [NC]
RewriteRule .*$ - [F,L] |
I'd really like to make it more efficient if possible as far as not haveing it use so much resource...
Any Tips ?
THanks in advance anything hepful is highly appreciated
Peeperpimp |
|
| Back to top |
|
|
|
|
|
|
|
|
|
|
|
ADVERTISEMENT
|
|
|