• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

<killframe> and www.dot.tk

  • 3,546
    Posts
    21
    Years
    hey, i recently heard of a code that stops you from opening your site in a frame
    Code:
    <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
     
    And then you see the .tk disappear! ^_^

    You have a short enough real URL, just use that.
     
    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)
     
    Jkaizer- im not renewing my domains next september
    Darkraikou- the dot.tk is a redirect thaat uses a frame
    dot.tk code
    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="https://www.kyletech.us/pokemon-tns/" name="dot_tk_frame_content" scrolling="auto" noresize>
      </frameset>
    
      <noframes>
        <body>
        </body>
      </noframes>
    
    </html>
     
    i also have pkmn-tns.info and pokemon-tns.info
     
    Yes, but the kyletech one is short enough. I don't see why you'd need the .tk at all.
     
    ive has it since my site opened; but back on topic; how can i kill the frame?
     
    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.
     
    hmm? really thanks. that would be great.
     
    Correct me if I'm wrong, but I think I heard that that code is illegal.
     
    As far as I know it's not. How could it be illegal? They don't advertise on your site anyway.
     
    I don't think it's illegal, but if .tk find out your avoiding the ads, they might suspend your .tk account.
     
    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...
     
    try it.. the framebuster PPN uses resets it to the 'normal' URL

    https://pokemonpalace.tk

    one little pop-up ad..

    Here is my framebreaker:
    Code:
    <script type="text/javascript" language="JavaScript">
    // PPN Frame Breaker
    if (top.location != self.location) {
      top.location = self.location
     }
    </script>
     
    Wahahahaha! You're evil, Steve! o.o
     
    evil? how do u figure? been having that framebuster code for 4 yrs now... i just don't want PPN framed - hehe
     
    you can turn OFF the .tk ads in the Ambassador Linker Promo panel
     
    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
     
    Back
    Top