Hostboard |
05-16-2010 01:59 AM |
Quote:
Originally Posted by James T Brock
(Post 2037079)
Just a little heads up. Everyone should be aware that this program is not actually hosted on your server, it's hosted on someone else's server. If they decide to remove it or replace it with something else then there is nothing you do about it since the only thing you have is the "pointer" to their script which is located on their server.
This is still a cool mod though and an excellent idea. I like it.
|
For those interested I decoded the index file so everyone knows exactly what is being called...
Why the author decided to encode the javascript using unescape instead or the clear type is beyond me.
I am also questioning the use of the PhotoShop name as it is a registered trademark of Adobe.
Code:
<Script Language='Javascript'>
<!--
document.write(unescape('<frameset cols="*">
<frame name="page" src="http://pixlr.com/editor/">
</frameset>
'));
//-->
</Script>
|