Webmaster Forum

Advertise Here   Keyword Research Tool   V7N Directory
Go Back   Webmaster Forum > Marketing Forums > Google Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Google Forum Discuss Google related issues.

Reply
 
LinkBack Thread Tools Display Modes
Old 12-17-2007, 10:46 PM   #1 (permalink)
Contributing Member
 
Join Date: 08-10-07
Posts: 56
iTrader: 0 / 0%
Latest Blog:
None

xiaomaster is liked by many
How to fight against proxy hijacker??

Hi bro,
My site is being proxy hijacked by some Chinese *******. They are trying to steal my traffic via this proxy.
http://tc2tc.mojolingo.xuite.net/m2m...www.mysite.com
I read some tips on other forums and they said as below:
Quote:
1. Add this to all of your headers:
<base href="http://www.yoursite.com/" />
and if you see an attempted hijack...
2. Block the site via .htaccess:
RewriteCond %{HTTP_REFERER} yourproblemproxy\.com

3. Block the IP address of the proxy
order allow,deny
deny from 11.22.33.44
allow from all

4. Do your research and file a spam report with Google.
http://www.google.com/contact/spamreport.html
My .htaccess file is:
Quote:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_REFERER} xuite\.net
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
How should I edit this file now? Pls help me.
Thanks a lot.
xiaomaster is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 12-18-2007, 03:16 AM   #2 (permalink)
Contributing Member
 
janhvizdak's Avatar
 
Join Date: 03-22-07
Location: Sicily
Posts: 371
iTrader: 0 / 0%
janhvizdak is liked by somebodyjanhvizdak is liked by somebodyjanhvizdak is liked by somebody
Add these lines to your .htaccess

order allow,deny
allow from all
deny from 210.242.17.204


210.242.17.204 is the IP of xuite.net.
__________________
I work for the UK web design company.

Mi dispiace per errori di battitura. Il mio blog è in inglese :) http://services-seo.net/blog/
janhvizdak is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-18-2007, 05:50 PM   #3 (permalink)
Contributing Member
 
Join Date: 12-12-07
Posts: 100
iTrader: 0 / 0%
Latest Blog:
None

VirtualHoney is liked by many
Thats not what they were asking
They are asking HOW to add those lines to their HTACESS file

I would just add the rewritecond under all the other lines
VirtualHoney is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-19-2007, 12:31 AM   #4 (permalink)
Contributing Member
 
janhvizdak's Avatar
 
Join Date: 03-22-07
Location: Sicily
Posts: 371
iTrader: 0 / 0%
janhvizdak is liked by somebodyjanhvizdak is liked by somebodyjanhvizdak is liked by somebody
Quote:
Originally Posted by VirtualHoney View Post
Thats not what they were asking
They are asking HOW to add those lines to their HTACESS file

I would just add the rewritecond under all the other lines
Have you ever been a victim of stealing content via proxy? I have been! And be SURE that blocking the IP works PERFECTLY!!! So SHUT UP if you don't know what to do.

And let's answer "HOW to add those lines": Simple: EDIT it through any text editor!
__________________
I work for the UK web design company.

Mi dispiace per errori di battitura. Il mio blog è in inglese :) http://services-seo.net/blog/
janhvizdak is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-19-2007, 05:21 AM   #5 (permalink)
Contributing Member
 
swapw's Avatar
 
Join Date: 05-21-07
Location: CA, US
Posts: 566
iTrader: 0 / 0%
swapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the rough
Quote:
Originally Posted by xiaomaster View Post
Hi bro,
My site is being proxy hijacked by some Chinese *******. They are trying to steal my traffic via this proxy.
http://tc2tc.mojolingo.xuite.net/m2m...www.mysite.com
I read some tips on other forums and they said as below:


My .htaccess file is:

How should I edit this file now? Pls help me.
Thanks a lot.
Believe it or not, you can actually block all proxies by installing a script. It's probably best that you take a look into it. Blocking an IP is great, unless they have multiple ones. Those things are endless if they know what they're doing. Good luck buddy.

-Swapw
__________________
Naruto Episodes l Naruto MP3
swapw is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-22-2007, 08:41 PM   #6 (permalink)
Contributing Member
 
Join Date: 08-10-07
Posts: 56
iTrader: 0 / 0%
Latest Blog:
None

xiaomaster is liked by many
I'm using wordpress. I edited my htaccess file and it's as below:
Code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteCond %{HTTP_HOST} !^www\.mysite\.com RewriteRule (.*) http://www.mysite.com/$1 [R=301,L] RewriteCond %{HTTP_REFERER} xuite\.net </IfModule> # END WordPress order allow,deny deny from 210.242.17.204 allow from all
Anyone pls check if it has any conflicts?
Thanks a lot.
xiaomaster is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-23-2007, 10:00 AM   #7 (permalink)
Contributing Member
 
2mymall's Avatar
 
Join Date: 09-25-07
Posts: 200
iTrader: 1 / 100%
2mymall is liked by many
Quote:
Originally Posted by swapw View Post
Believe it or not, you can actually block all proxies by installing a script. It's probably best that you take a look into it. Blocking an IP is great, unless they have multiple ones. Those things are endless if they know what they're doing. Good luck buddy.

-Swapw
How do you do that? What script?
__________________
Post for free on a Shopping Blog

Buy! Sell! or Trade! Text Links
2mymall is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > Google Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Free proxy Template (Phproxy + Glype Proxy) temon Templates and Themes 1 02-02-2008 06:04 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 11:26 AM.
© Copyright 2008 V7 Inc


Search Engine Optimization by vBSEO 3.1.0 ©2007, Crawlability, Inc.