website Protection help !!!!

Status
Not open for further replies.

DevilLnC

Active Member
361
2010
13
0
Hello Guys, i'm have some Great Problems some ___Hole i guess iframed my website and made an another site and using adsense to earn money

allskip.com this is my orignal site

and someone iframed my site to this http://limitskip.com/

i tired using .htacess to block his site but it's not working , someone help me in this...

this is the what i tried to stop him.

Code:
RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} limitskip\.com [NC]
RewriteRule .* - [F]
 
11 comments
try this
Code:
<script type="text/javascript">
<!--         
if (top.location!= self.location) {            
top.location = self.location.href         
}     
//--> 
</script>

add in the header of your page
 
try this
Code:
<script type="text/javascript">
<!--         
if (top.location!= self.location) {            
top.location = self.location.href         
}     
//--> 
</script>
add in the header of your page


Great :) THIS WORKED , THIS WORKED ,THIS WORKED ,THIS WORKED LOL HAPPY NOW hehe


--------------------------------------------------------------------
:facepalm: goddammed peoples are so MF they just want to steal someone else hardwork :facepalm:
 
Last edited:
Code:
<script type="text/javascript">
	<!--
		if (top.location!= self.location) {
			top.location = self.location.href
		}
	//-->
</script>

place this in every page so your site will get popped out his site!
 
try this
Code:
<script type="text/javascript">
<!--         
if (top.location!= self.location) {            
top.location = self.location.href         
}     
//--> 
</script>
add in the header of your page

Code:
<script type="text/javascript">
    <!--
        if (top.location!= self.location) {
            top.location = self.location.href
        }
    //-->
</script>
place this in every page so your site will get popped out his site!

:facepalm: same code, mine didn't worked and his worked
 
:facepalm: same code, mine didn't worked and his worked


aaray LOL Both worked lol i did updated it didn't u saw O.o OMFG :facepalm::facepalm::facepalm:

---------- Post added 27th Feb 2012 at 08:58 AM ---------- Previous post was 26th Feb 2012 at 08:57 PM ----------

Well well IF i want to block some particular website then ????
 
Status
Not open for further replies.
Back
Top