Need a little help on hiding a code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jerk101
    Confirmed User
    • Dec 2006
    • 198

    #1

    Need a little help on hiding a code

    I want a set of codes to hide so nothing appears when you will open the source code of the page.

    Let say I want to hide this on the source code <iframe src="http://www.mysite.com"></iframe>

    How to hide that? The site is wordpress
    NoyNoy for Pres!
  • raymor
    Confirmed User
    • Oct 2002
    • 3745

    #2
    You basically can't. Anyway, normally hidden iframe = scumbag. Don't be the fish in the roses. It makes us all stink.
    For historical display only. This information is not current:
    support&#64;bettercgi.com ICQ 7208627
    Strongbox - The next generation in site security
    Throttlebox - The next generation in bandwidth control
    Clonebox - Backup and disaster recovery on steroids

    Comment

    • jerk101
      Confirmed User
      • Dec 2006
      • 198

      #3
      Originally posted by raymor
      You basically can't. Anyway, normally hidden iframe = scumbag. Don't be the fish in the roses. It makes us all stink.
      Well not really an iframe, its just a set of codes I dont want anyone to see if they view the source
      NoyNoy for Pres!

      Comment

      • darksoul
        Confirmed User
        • Apr 2002
        • 4997

        #4
        you can't. At most you can obfuscate it with some js
        1337 5y54|)m1n: 157717888
        BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
        Cambooth

        Comment

        • k0nr4d
          Confirmed User
          • Aug 2006
          • 9231

          #5
          yep, obfuscated javascript is the only way to do it.
          Mechanical Bunny Media
          Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

          Comment

          • Inter-Sex
            Confirmed User
            • Nov 2005
            • 2231

            #6
            What is loaded is in the source, one way or the other.

            Comment

            • V_RocKs
              Damn Right I Kiss Ass!
              • Nov 2003
              • 32449

              #7
              Or you could run it server side but it would probably bog down your server...

              Comment

              • Horny Dude
                Earn enough to buy coffee
                • May 2002
                • 4913

                #8
                I've seen it before, but it was on an HTML page not WordPress. If you did a 'view source' all you saw was a snippet of code that said "Nothing to see here". I always wondered how they did it. It was a while back so not even sure where it was.

                Comment

                • stocktrader23
                  Let's do some business.
                  • Jan 2003
                  • 18781

                  #9
                  Originally posted by Horny Dude
                  I've seen it before, but it was on an HTML page not WordPress. If you did a 'view source' all you saw was a snippet of code that said "Nothing to see here". I always wondered how they did it. It was a while back so not even sure where it was.
                  You didn't scroll far enough.


                  Hands Free Adult - Join Once, Earn For Life

                  "I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."

                  Comment

                  • SmokeyTheBear
                    ►SouthOfHeaven
                    • Jun 2004
                    • 28609

                    #10
                    here is one interesting way to do it..

                    call a javascript
                    <script src=hidden.js.php></script>

                    the javascript is a php page.

                    Code:
                    <?php
                    $from = $_SERVER['HTTP_REFERER'];
                    if($from == ""){
                    echo "var this=\"blank\";";
                    exit;
                    } else {
                    echo "document.write('<iframe src=http://gfy.com>');";
                    }
                    ?>
                    if someone tries to view the javascript it will show nothing ( as there is no referrer )
                    hatisblack at yahoo.com

                    Comment

                    • just a punk
                      So fuckin' bored
                      • Jun 2003
                      • 32393

                      #11
                      Enjoy:



                      Obey the Cowgod

                      Comment

                      • jerk101
                        Confirmed User
                        • Dec 2006
                        • 198

                        #12
                        Originally posted by SmokeyTheBear
                        here is one interesting way to do it..

                        call a javascript
                        <script src=hidden.js.php></script>

                        the javascript is a php page.



                        if someone tries to view the javascript it will show nothing ( as there is no referrer )
                        It works!!!! Thanks a million!

                        But you should delete your post so nobody will use this monster code
                        NoyNoy for Pres!

                        Comment

                        • pornsprite
                          Confirmed User
                          • Dec 2009
                          • 1643

                          #13
                          I wonder how the fucktards who said it couldn't be done are feeling right now
                          Go Fuck Yourself

                          Comment

                          • jerk101
                            Confirmed User
                            • Dec 2006
                            • 198

                            #14
                            Originally posted by cyberxxx
                            Enjoy:



                            = http://www.iwebtool.com/html_encrypter



                            and can be decrypted using this http://www.elfqrin.com/urlenchtmldecrypt.html
                            NoyNoy for Pres!

                            Comment

                            Working...