Script that hides source code?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrgica
    Confirmed User
    • Jan 2004
    • 2169

    #1

    Script that hides source code?

    Save me some time...

    Where can I find a nice script that hides source code of the page?

    The one, when you right-click and choose source code nothing happens, where can I find that one? Or maybe you know an even better?

    Thanks.
    Fuck it dude, lets go bowling
  • schneemann
    Confirmed User
    • Oct 2006
    • 749

    #2
    Trust me. You aren't writing anything worth stealing.

    Besides, dumb no-right-click bullshit doesn't work.
    Deranged World

    Comment

    • Dvae
      Confirmed User
      • Feb 2005
      • 5326

      #3
      There is no such thing.
      .
      .

      Arguing with a troll is a lot like wrestling in the mud with a pig, after a couple of hours you realize the pig likes it.

      Comment

      • mrgica
        Confirmed User
        • Jan 2004
        • 2169

        #4
        Originally posted by schneemann
        Trust me. You aren't writing anything worth stealing. Besides, dumb no-right-click bullshit doesn't work.
        listen wiseguy, I know you cant protect the source code 100% but you can stop newbies and surfers to view it.

        Where can I find a script like this site has:
        http://www.naknasvenskor.com (difficult to view the source)
        Fuck it dude, lets go bowling

        Comment

        • silver
          Confirmed User
          • Sep 2002
          • 1078

          #5
          Originally posted by mrgica
          listen wiseguy, I know you cant protect the source code 100% but you can stop newbies and surfers to view it.

          Where can I find a script like this site has:
          http://www.naknasvenskor.com (difficult to view the source)
          Had no problem viewing it with Opera


          try this
          http://www.iwebtool.com/html_encrypter
          yay

          Comment

          • mrgica
            Confirmed User
            • Jan 2004
            • 2169

            #6
            Originally posted by silver
            Had no problem viewing it with Opera


            try this
            http://www.iwebtool.com/html_encrypter
            thanks, did you google it your self?
            Fuck it dude, lets go bowling

            Comment

            • schneemann
              Confirmed User
              • Oct 2006
              • 749

              #7
              Originally posted by mrgica
              listen wiseguy, I know you cant protect the source code 100% but you can stop newbies and surfers to view it.

              Where can I find a script like this site has:
              http://www.naknasvenskor.com (difficult to view the source)
              Difficult to hide the source?
              You mean this source?
              http://www.derangedworld.net/canthidesource.txt

              If you don't want people seeing what you have, then don't put it online. If you knew anything about the HTTP protocol, you'd know it is already "stolen" as soon as the user views it on his machine.
              Deranged World

              Comment

              • mrgica
                Confirmed User
                • Jan 2004
                • 2169

                #8
                Originally posted by schneemann
                Difficult to hide the source?
                You mean this source?
                http://www.derangedworld.net/canthidesource.txt

                If you don't want people seeing what you have, then don't put it online. If you knew anything about the HTTP protocol, you'd know it is already "stolen" as soon as the user views it on his machine.
                Can I ask you te leave this thread? Thanks!
                Fuck it dude, lets go bowling

                Comment

                • schneemann
                  Confirmed User
                  • Oct 2006
                  • 749

                  #9
                  Originally posted by mrgica
                  Can I ask you te leave this thread? Thanks!
                  Sorry if the truth is too hard for you to bear. No. I won't be leaving this thread.
                  Deranged World

                  Comment

                  • Oracle Porn
                    Affiliate
                    • Oct 2002
                    • 24433

                    #10
                    Originally posted by mrgica
                    Can I ask you te leave this thread? Thanks!
                    Words can't describe your stupidity.


                    Comment

                    • StarkReality
                      Confirmed User
                      • May 2004
                      • 4444

                      #11
                      Originally posted by mrgica
                      listen wiseguy, I know you cant protect the source code 100% but you can stop newbies and surfers to view it.

                      Where can I find a script like this site has:
                      http://www.naknasvenskor.com (difficult to view the source)
                      Even protecting it from surfers is tricky, things that work with IE are worthless for Firefox and Opera. The easiest way is to add loads of blank lines on top, most surfers won't bother to scroll down all the way. What exactly do you want to hide ?

                      For JS, put it in an external .js instead of putting it on the page, same for css, for links you can use a 301 in your htaccess. If you don't mind javascript, you can encode the whole page in javascript, looks fucking ugly, noone can read it and search engines will go mad. Or you could code everything in PHP so surfers only see the html output and not how the page is generated...totally depends on what you want to hide.

                      Comment

                      Working...