Reply
proxy site abused
Old 04-19-2008, 11:18 AM proxy site abused
yangyang's Avatar
Experienced Talker

Latest Blog Post:
My CSS reset, reset.css
Posts: 46
70% of the bandwidth is used by 2 adjacent IPs:

194.83.245.140
194.83.245.141

Now what do I do to prevent them from abusing my proxy? Do anyone of you have proxy sites? What do you do to prevent spam requests?
yangyang is offline
Reply With Quote
View Public Profile Visit yangyang's homepage!
 
Sponsored Links (We share ad revenue):
 
Old 04-19-2008, 01:27 PM Re: proxy site abused
tripy's Avatar
Fetchez la vache!

Latest Blog Post:
Pretty pretty please….
Posts: 1,689
Name: Thierry
Location: In the void
in your apache .htaccess:
Code:
<directory />
  order allow,deny
  allow all
  deny 194.83.245.140 194.83.245.141
</directory>
This should prevent those 2 from accessing your site.
__________________
Listen to the ducky: "This is awesome!!!"

tripy is offline
Reply With Quote
View Public Profile
 
Old 04-24-2008, 12:07 AM Re: proxy site abused
pajka's Avatar
Average Talker

Posts: 23
Name: Michael
Location: The Netherlands
Firewall ?
__________________
http://www.domainsiteshop.net
Affordable domain registration starting at: $2.49
site in several languages and currency's.
pajka is offline
Reply With Quote
View Public Profile
 
Old 04-25-2008, 08:56 PM Re: proxy site abused
yangyang's Avatar
Experienced Talker

Latest Blog Post:
My CSS reset, reset.css
Posts: 46
Quote:
This should prevent those 2 from accessing your site.
Thanks! rep added.

And is it also effective in preventing google bot from indexing my site?
yangyang is offline
Reply With Quote
View Public Profile Visit yangyang's homepage!
 
Old 05-01-2008, 07:41 PM Re: proxy site abused
Average Talker

Posts: 15
Name: Chris
Location: UK
Nope, you need to make a robots.txt file in the root of your site to do this.

Content of which should be same as here

http://www.robotstxt.org/faq/prevent.html
__________________
Chris
.Net C# ASP.NET Developer
Windows Systems Administrator
crashed is offline
Reply With Quote
View Public Profile
 
Old 05-01-2008, 10:03 PM Re: proxy site abused
wogazm's Avatar
Ultra Talker

Posts: 271
Quote:
Originally Posted by tripy View Post
in your apache .htaccess:
Code:
<directory />
  order allow,deny
  allow all
  deny 194.83.245.140 194.83.245.141
</directory>
This should prevent those 2 from accessing your site.
does that really work? what happens when they access the site?
__________________
Make More $$$
wogazm is offline
Reply With Quote
View Public Profile Visit wogazm's homepage!
 
Old 05-02-2008, 01:20 AM Re: proxy site abused
tripy's Avatar
Fetchez la vache!

Latest Blog Post:
Pretty pretty please….
Posts: 1,689
Name: Thierry
Location: In the void
They get a 303 error: access denied (I believe...)
__________________
Listen to the ducky: "This is awesome!!!"

tripy is offline
Reply With Quote
View Public Profile
 
Sponsored Links (We share ad revenue):
 
Reply     « Reply to proxy site abused
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML


Page generated in 0.18221 seconds with 14 queries