Results 1 to 3 of 3

Thread: How do I forbid access?

  1. #1
    Join Date
    Sep 2005
    Posts
    11

    Default How do I forbid access?

    I have a .JS file, which contains some informations which I wouldn't like anyone to see.
    I do need it to operate however (The <script> tag on the page to read it, that is).

    How do I set it to work this way? It's very easy to do with PHP - make atribute 740 and use "echo", but since you don't allow PHP, I'm open to suggestions...

    Please help me...

    Thanks in advance.

  2. #2
    Join Date
    Mar 2005
    Posts
    408

    Default

    you may need somthing like this... http://www.encrypt-html.com/encrypt_javascript.htm
    if you don't want the visitor to see it, just encypt it!

  3. #3
    Join Date
    Sep 2005
    Posts
    11

    Default 3 problems:

    1) The encryption doesnt seem to work on my .JS file - it becomes unreadable for the browser...

    2) On HTML pages it adds a huge banner, which doesnt at all fit to my pages, and cannoy be removed...

    3) It doesn't support other languages, other than English...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •