This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2011-07-13 19:43:27

IHeartGaming
Scratcher
Registered: 2010-07-23
Posts: 1000+

Re: Scratch.tk

It (and other sites) use HTML's iframe tag to embed a site into another site. All .TK domains use this that show another site.


IHeartGaming

Offline

 

#27 2011-07-13 19:59:48

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Scratch.tk

IHeartGaming wrote:

It (and other sites) use HTML's iframe tag to embed a site into another site. All .TK domains use this that show another site.

*facepalm* And everyone thought how awesome the creators were. I knew it was a iframe as soon as I switched to another page and the url didn't change.  wink

Offline

 

#28 2011-07-13 20:08:22

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scratch.tk

IHeartGaming wrote:

It (and other sites) use HTML's iframe tag to embed a site into another site. All .TK domains use this that show another site.

Not if you use DNS with it. You could easily set up a .tk that was DNS'd to Scratch's IP address.

Last edited by veggieman001 (2011-07-13 20:09:43)


Posts: 20000 - Show all posts

Offline

 

#29 2011-07-13 20:47:22

higejolly
Scratcher
Registered: 2009-08-08
Posts: 500+

Re: Scratch.tk

Posting from it.


http://www.free-iqtest.net/images/badges2/l102.gif
Free-IQTest.net - IQ Test

Offline

 

#30 2011-07-14 02:32:39

Ace-Of-Hearts
Scratcher
Registered: 2010-05-03
Posts: 1000+

Re: Scratch.tk

GirWaffles64 wrote:

Pretty sure it's a phishing site run by [removed]

[Edit] Wait, I'm thinking of a different site

There is no phishing site run by them, please don't start any unnecessary panic. And stop breaking the filter.

Last edited by Ace-Of-Hearts (2011-07-14 02:35:54)


http://parenting.leehansen.com/downloads/webgraphics/Animations/hearts-afire.gifhttp://i.picasion.com/pic41/e0f85951c06e30e4c4ba158da45c06d4.gifhttp://parenting.leehansen.com/downloads/webgraphics/Animations/hearts-afire.gif

Offline

 

#31 2011-07-18 06:16:00

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Scratch.tk

ProgrammingFreak wrote:

IHeartGaming wrote:

It (and other sites) use HTML's iframe tag to embed a site into another site. All .TK domains use this that show another site.

*facepalm* And everyone thought how awesome the creators were. I knew it was a iframe as soon as I switched to another page and the url didn't change.  wink

And if you looked at the page source...  tongue

Code:

<html>
  <head>
    <title>scratch.tk</title>
    <meta name="description" content="scratch.tk">
    <meta name="keywords" content="scratch.tk">
    <script type="text/javascript">
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-23441223-3']);
        _gaq.push(['_setDomainName', 'none']);
        _gaq.push(['_setAllowLinker', true]);
        _gaq.push(['_trackPageview']);
        (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();
    </script>
  </head>
  <frameset rows="*" framespacing="0" border="0" frameborder="NO">

    <frame src="http://scratch.mit.edu" name="dot_tk_frame_content" scrolling="auto" noresize>
  </frameset>
  <noframes>
    <body>
    </body>
  </noframes>
</html>

They didn't use a DOCTYPE?

Offline

 

Board footer