Re: [PHP] Protecting JavaScripts from being Donwloaded

2001-04-16 Thread Plutarck

If you mean Javascript that is in your HTML code, it is both practically and
theoretically impossible to do so. HTML source is wide-open to anyone who
wants to look at it, and there is little/nothing you can "really" do about
it. Some sites try and hide their HTML source, but it servers only to annoy
the crap out of users. If I right-click a page and don't get the right-click
menu I expect, I tend to become highly irritated.

JavaScript is a "scripting language", which was designed for the exact
purpose of being easily read by humans.

Now, if you are speaking of a JavaApplet or client-side java bean, that's a
little different. But in reality you can't really stop people from
downloading those to their hard-drive either.

There are methods to keep people from easily decompiling them, but I'm
betting you aren't talking about Java stuff anyway :)


--
Plutarck
Should be working on something...
...but forgot what it was.


""Steve Haemelinck"" <[EMAIL PROTECTED]> wrote in message
01c0c663$59401dd0$0200a8c0@shaemeli">news:01c0c663$59401dd0$0200a8c0@shaemeli...
> Hi all is it possible to protect your javascripts from being downloaded by
> visitors ?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Protecting JavaScripts from being Donwloaded

2001-04-16 Thread John Lim

A funny question! I presume you mean you want to protect your javascripts
from being read by users, eg compiled. Internet explorer has a script
encoder that scrambles your scripts that you can get from microsoft.com.
Doesn't work with netscape.

Regards, John

""Steve Haemelinck"" <[EMAIL PROTECTED]> wrote in message
01c0c663$59401dd0$0200a8c0@shaemeli">news:01c0c663$59401dd0$0200a8c0@shaemeli...
> Hi all is it possible to protect your javascripts from being downloaded by
> visitors ?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Protecting JavaScripts from being Donwloaded

2001-04-16 Thread Steve Haemelinck

Hi all is it possible to protect your javascripts from being downloaded by
visitors ?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]