Re: This is clever
- From: "pmj" <post@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 11 Mar 2007 05:14:32 GMT
"Wally" <not@xxxxxxxxxxxx> wrote in message
news:esvfkg$gpl$1@xxxxxxxxxxxxxxxxxxxx
Spose some clever ********** will know
how it's done :o)
http://members.shaw.ca/anabw/magic.htm
Do you mean how is the Page made up (from the Obfuscated Script)?
I dunno why Web Pages are written like that, cos it doesn't stop
anybody looking at it & seeing what the HTML Code of the Page is.
Or do you mean how does the Number guessing thing in the .SWF ShockWave
Flash Movie on the Page works?
The Page is done simply by using a Script that has various Characters
substituted (represented) by their Hexadecimal equivalents ("Escaped")
So the "unescape()" Script Function is used to decode it.
& that's done 3 times. (in a rather vain attempt to make it more
difficult to Read the HTML Code of the Page).
So the Script "unescapes" part of the stuff, then "unescapes" the
result & then it unescapes it again, to give the resulting HTML Code.
& it's all written into the Page, using the "document.write()" Function
to write the HTML into the Page.
But the main bits of the Page are actually left "in the clear"
(which rather defeats the idea of all that "Obfuscating" of it all)...
Even without doing the "unescape" thing on it, you can see the words
"embed" (which is the bit which puts the .SWF ShockWave Flash Movie
on the Page.
& you can see the FileName of it - "magno/magicnumber.swf", so that
means the URL of the .SWF File is...
http://members.shaw.ca/anabw/magno/magicnumber.swf
When you Click that, it Fetches the .SWF File & it Opens up directly
in the Browser Window & it Fits in whatever Size the Window is,
rather than being constrained to only 480 x 340 Pixels like it is
on that Web Page.
HTH
--
pmj
.
- References:
- This is clever
- From: Wally
- This is clever
- Prev by Date: Re: G.M.T. Sunday 11th March 2007
- Next by Date: Re: FAO Sandra from Jen.
- Previous by thread: This is clever
- Next by thread: Re: This is clever
- Index(es):
Relevant Pages
|