PDA

View Full Version : How do I block access from THEHUN?


shane
01-28-2001, 07:39 AM
Need to block http://thehun.net the scumbag is imgsrcing my pages and out script

<script>
//* preloading stuff off someone that is violating a trademark and is copying my links.
var a=new Image(); a.src="http://www.hunslinks.com/";
var b=new Image(); b.src="http://www.hunslinks.com/cgi-bin/ucj/c.cgi?link=INDEX";
var c=new Image(); c.src="http://www.crazyhun.com/index.htm";
var d=new Image(); d.src="http://www.crazyhun.com/j4f.gif";
var e=new Image(); e.src="http://www.crazyhun.com/join4free.jpg";
</script>

WETDOG
01-28-2001, 07:57 AM
Shane I have read somplace that the Hun will go after anyone that copys link or chooses a domain close to his with the word "HUN" in it, also he has a Lawyer and likes to go after webmasters that try to use his name in anyway to make a profit, if I were you I would just drop those names and try somthing else or get a Lawyer as he may get you.

Wetdog

Shannon
01-28-2001, 08:40 AM
To stop him from pulling any images from your server - Just put this code in your .htaccess file. You can put it in just the directory he's pulling from or in your root to protect the whole domain...

RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://.*yourdomain.com/.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.yourdomain.com

Thiswill stop him dead if you are on a Unix/Apache box, but it will also stop anything being pulled from your server, such as banners for top list or whatever. So I would only put it in directories or domains that you want completely protected.

Best of luck http://bbs.adultwebmasterinfo.com/ubb/smile.gif

richard
01-28-2001, 08:54 AM
muahahahaha, what about some code that would redirect the request for your site from thehun.net to thehun.net.

http://bbs.adultwebmasterinfo.com/ubb/wink.gif

mod_perl, you gotta love it..

Coke
01-28-2001, 09:14 AM
Haha, that password prompt is funny lol

magnatique
01-28-2001, 10:01 AM
don't fuck with hun man... he'll win... ANY WAYS he'll win..
img src him, he'll kill you...

lawyer shit, he'll kill you http://bbs.adultwebmasterinfo.com/ubb/smile.gif

richard
01-28-2001, 10:26 AM
I belive you can also load javascript into an image, ie, window.open("mysponser.com/?ref=2323","sponsor window",,"fullsize=1")

MUAHAHAHAHAHAHAHA.

4 million impressions / day, all loading in a fullscreen window, you should make some nice $ from that http://bbs.adultwebmasterinfo.com/ubb/biggrin.gif

richard
01-28-2001, 10:33 AM
aww, i don't think it works.

http://bbs.adultwebmasterinfo.com/ubb/frown.gif

richard
01-28-2001, 10:43 AM
my theory was based upon

"<img src=javascript:alert(sometext)>"

producing an alert...

TheAce
01-28-2001, 10:48 AM
LOL now I would find that funny if he redirected that to thehun or one of his images. Don't get me wrong I like hun, but would find it humerous.

If the hun is smart and he probabbly is then he'll more then likely have 'TheHun' trademarked. If so then he can go after ya in court cause Your using the same kind of service he is and getting too close to his trademark.

TheAce
01-28-2001, 10:49 AM
ROTF... I can see the sextracker counter spin'n its little heart out

candidpublishinginc
01-28-2001, 11:40 AM
From what I have heard, the hun does not have a registered trademark to the name The Hun. It's owned by some bakery or something.

Muff
01-28-2001, 12:31 PM
wait a sec if he is image sourcing your actual pages wouldnt this work. forgive the code

<frameset COLS="25%,75%">
<frame SRC="left.htm" NAME="left">
<frame SRC="right.htm" NAME="right">
</frameset>


<SCRIPT LANGUAGE="JavaScript">
<!-- hide
function go()


{
window.location.href="http://www.REDIRECT.com"
}
-->
</SCRIPT>
<script>
self.moveTo(0,0);self.resizeTo(screen.availWidth,s creen.availHeight);
</script>

</head>
<body onLoad="timerID=setTimeout('go()',1000)">
<p> The hates you he just wants your money!
</body>
</noframes>
</html>

the one code goes to you sponsor the other maximizes the window and last but not least he cant load you in a frame.


Not sure but it looks pretty. why block him if you can steal all his traffic.

Muff

Muff
01-28-2001, 12:32 PM
add this above the intial code

<html>
<head>
<title>Screw The Hun</title>


Muff

richard
01-28-2001, 01:42 PM
muff, i'm pretty sure there is something that could be done client side... with apache / mod_perl you could definitely redirect the request back to thehun.net, ie he would be img srcing himself.

http://bbs.adultwebmasterinfo.com/ubb/smile.gif off to play with the idea now.

richard
01-28-2001, 01:49 PM
can't get what you said to work Muff.

I'm thinking only counter measure is from the server side...

?

Jimbo
01-28-2001, 02:26 PM
The Hun said on resource-vault that "thehun" WAS trademarked...

now maybe hes lying or it was someone under his name, but thats what he said.

Jimbo

shane
01-28-2001, 03:27 PM
How the hell can someone trademark a word from the dictionary? Thats what I asked his lawyers. Besides, here in NZ we refur to huns, as honeys(hot chicks) .

Basicly, he is just a fucking ass hole who thinks he runs the Net.

I have allready offered to sell him the site. What hes doing is illegal, not me. I never mention his fucking site anywhere on mine.

This fuckin scum bag, is truly showing what a fucking baby he really is...

Muff
01-28-2001, 03:57 PM
richard he probably pays shit for his bandwidth un less you can img src him 100 times for every impression. if you figure how to redirect send it to an exit sponsor or something.

First worldsex fucked around img src'ing now the hun. whats his excuse script sites fuck the industry too lmao. shane i wish he would img src me id find a way to profit from the fool.

that code probably doesn't work but someone with more java experience could probably figure out how to do something similar.


Muff

richard
01-28-2001, 04:14 PM
you say that, but i don't know what would muff.

its an image src, the browser wants an image, which is preloaded, not displayed. (i'm thinking aloud).

As such, i don't think the browser executes the img src as html - but why does src=javascrip:fucntion() work?

hmmmn, interesting..

Anyone any thoughts on this?

Muff
01-28-2001, 04:49 PM
I posted a message on PC shane maybe the fuck will take the code off.

Muff

sairanx
01-28-2001, 05:59 PM
just rename everything.... rename the index.htm to index.html

shap
01-28-2001, 06:44 PM
Wow this board hits a new low. You guys are really intelligent messing with the hun.
First of all the guy getting image sourced you deserve it. You deserve everything you have coming to you. If you are so unoriginal that you have to copy someone else and try to benefit off their hard work then you deserve to have shit thrown in your face.

The fact that the others here are encouraging him and not realising that this person is a thief, well that just shows how smart you guys are.

You guys on this board wonder why everybody else in this industry calls you the low life and cheaters. Why? Because there are posts like this. There are people here who's nick is Saddam Hussein? How retarded is that. This place is definitely in a low place right now. Big Mag you should maybe think about no longer moderating here. In the past few months it has dropped to new lows, and personally I won't post here anymore because I don't want my name associated with the things going on here (I'm sorry to say that :-(


Shap

magnatique
01-28-2001, 07:36 PM
Was just gonna post the same thing shap.. bravo..

I mean, C'mon guys... the guy runs a fuckin business for longer than I can think,... he's the king of the hill, no trades, 1 mil people a day..

now, wouldn't you protect what you worked your ass to make a trademark?

I would... I get pissed when I get someone to copy my stuff.. imagine him!

case closed.