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.
Offline
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.
Offline
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)
Offline
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)



Offline
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.
![]()
And if you looked at the page source...
<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