PDA

View Full Version : <killframe> and www.dot.tk


Imakuni?
October 22nd, 2004, 05:28 PM
hey, i recently heard of a code that stops you from opening your site in a frame
<killframe>
how does this work with dot.tk? can anyone help me out? i want to stop the masking of my url with dot.tk!1

JKPichu
October 22nd, 2004, 05:28 PM
And then you see the .tk disappear! ^_^

You have a short enough real URL, just use that.

DarkRaikou
October 22nd, 2004, 05:30 PM
I don't think you can use killframe with .tk, as the redirection has a html code of it's own (seperate to your site)

Imakuni?
October 22nd, 2004, 05:46 PM
Jkaizer- im not renewing my domains next september
Darkraikou- the dot.tk is a redirect thaat uses a frame
dot.tk code


<html>

<head>
<title>Pokemon: Things Not Seen</title>
<meta name="description" content="Pokemon: Things Not Seen">
<meta name="keywords" content="Imakuni, Php Setup, Poke School Forums, Pokemon, Pokemon Forums, Pokemon-tns, Pokemon: Things Not Seen, Things Not Seen Pokemon">
</head>

<frameset rows="*,1" framespacing="0" border="0" frameborder="NO">

<frame src="http://www.kyletech.us/pokemon-tns/" name="dot_tk_frame_content" scrolling="auto" noresize>
</frameset>

<noframes>
<body>
</body>
</noframes>

</html>

JKPichu
October 22nd, 2004, 05:48 PM
Kuni, I meant this address:
http://pokemon-tns.kyletech.us/

Imakuni?
October 22nd, 2004, 05:51 PM
i also have pkmn-tns.info and pokemon-tns.info

JKPichu
October 22nd, 2004, 05:52 PM
Yes, but the kyletech one is short enough. I don't see why you'd need the .tk at all.

Imakuni?
October 22nd, 2004, 05:55 PM
ive has it since my site opened; but back on topic; how can i kill the frame?

Geometric-sama
October 24th, 2004, 12:20 PM
There's not a magic <killframe> code; rather, you can write a code that checks to see whether it's in a frame, then breaks out. I'll dig out the code for you tomorrow, I need to find the right magazine.

Imakuni?
October 24th, 2004, 01:12 PM
hmm? really thanks. that would be great.

Jirachi Master
October 26th, 2004, 12:22 AM
Correct me if I'm wrong, but I think I heard that that code is illegal.

Geometric-sama
October 26th, 2004, 01:03 PM
As far as I know it's not. How could it be illegal? They don't advertise on your site anyway.

DarkRaikou
October 26th, 2004, 03:41 PM
I don't think it's illegal, but if .tk find out your avoiding the ads, they might suspend your .tk account.

Dragonfree
October 26th, 2004, 03:56 PM
Correct me if I'm wrong, but doesn't dot.tk just have one popup upon entering the site and then nothing more? If so, doesn't the popup just appear before it breaks out of the frames...?

If so, then it's not avoiding the ads, but then again, I've never tried, so what would I know...

Rukario
October 26th, 2004, 07:05 PM
try it.. the framebuster PPN uses resets it to the 'normal' URL

http://pokemonpalace.tk

one little pop-up ad..

Here is my framebreaker:
<script type="text/javascript" language="JavaScript">
// PPN Frame Breaker
if (top.location != self.location) {
top.location = self.location
}
</script>

Fukachimotsu
October 26th, 2004, 07:13 PM
Wahahahaha! You're evil, Steve! o.o

Rukario
October 26th, 2004, 07:17 PM
evil? how do u figure? been having that framebuster code for 4 yrs now... i just don't want PPN framed - hehe

Imakuni?
October 26th, 2004, 11:18 PM
you can turn OFF the .tk ads in the Ambassador Linker Promo panel

Geometric-sama
October 27th, 2004, 12:48 AM
There's no ads to evade :P. And thanks for putting that up Steve, so I didn't have to dig it out.... I've got this library full of code titbits that I need to go through every time I want something o_O