Results 1 to 8 of 8

Thread: No-edit in IE code

  1. #1
    Join Date
    Jun 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question No-edit in IE code

    I know that websites can block out the edit button in internet explorer, making it so you can't view their codes.... Is that done by a code that I can insert?

    I need it because I am using the javascript password gate that writes the password and username in the code... I got the no right click so that people can't view the source in firefox (kinda cheap, if you cant get code in IE just go to firefox if they allow right click)

    Thanks people.



    Also If you find a better password gate, can you tell it to me?


    I won't use bravenet because they only allow 20 unless i pay for it, which i dont want to do...

    Other sites (including bravenet free) make it so when you log in the redirect page in in an ifram with ads at the bottom of the page. With this password gate I have now I can make it go to any page and it wont have the ads.

  2. #2
    Join Date
    Jun 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Please help me someone!

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I know that websites can block out the edit button in internet explorer, making it so you can't view their codes
    Wrong. There's no way to effectively hide the source of an HTML page. There are several topics here in which people have mistakenly thought it possible -- search before you post.
    Also If you find a better password gate, can you tell it to me?
    Without server-side scripting? Tried one of the many encrypted password scripts? They'll always be inferior to a server-side solution, though.
    Last edited by Twey; 07-27-2006 at 04:28 PM.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Jun 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    On that page I can't figure out how to add accounts

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Code:
      var users = [
        ["78c0c7864f91ed6df27160d8cb6e20f3", "1a1dc91c907325c69271ddf0c944bc72"]
        // Add more here, in the format [usercode, passcode]
        // but don't forget to add a comma to all but the last one!
      ];
    Last edited by Twey; 07-27-2006 at 05:30 PM.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Jun 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    so do i just use things like the DynmaicDrive encrypter and change usernames and passwords into those codes such as ["78c0c7864f91ed6df27160d8cb6e20f3", "1a1dc91c907325c69271ddf0c944bc72"]

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The example encrypt() function given there uses Paj's MD5 functions, as it says. If you give me a moment, I'll add a generator to the page.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Done.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •