Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: So anyone can see my php source now, that's great!

  1. #1
    Join Date
    Feb 2005
    Location
    Haarlem Netherlands
    Posts
    21

    Default So anyone can see my php source now, that's great!

    :shock: :? :lol: :oops: :roll: :evil: :twisted: :!: :?:

    I guess I'm lucky I didn't ftp any real content yet :roll:

  2. #2
    Join Date
    Feb 2005
    Posts
    5

    Default

    I you just mad :?: Or serious :?:
    I beilive that you need to have php activted.

  3. #3
    Join Date
    Feb 2005
    Posts
    5

    Default :)

    ftp nothing?
    Then how could others see it?
    ///yeah, a joke!

    But by the way, how long it takes to reach this point after you post for update?
    thanks

  4. #4
    Join Date
    Dec 2004
    Posts
    149

    Default Re: So anyone can see my php source now, that's great!

    Quote Originally Posted by mathot
    :shock: :? :lol: :oops: :roll: :evil: :twisted: :!: :?:

    I guess I'm lucky I didn't ftp any real content yet :roll:
    you know, its not that big deal if anyone sees your source code.

  5. #5
    Join Date
    Feb 2005
    Location
    Haarlem Netherlands
    Posts
    21

    Default Re: So anyone can see my php source now, that's great!

    Sorry, I've used too many smileys, it indeed looks like I'm mad, but I'm not. It would have been better if I only used this one: :shock:

    But:
    Quote Originally Posted by jaime_andres
    you know, its not that big deal if anyone sees your source code.
    I assume this is a joke or something? I agree it doesn't matter most of the time, but in general you can't say that.

  6. #6
    Join Date
    Jan 2005
    Posts
    216

    Default

    you can goto any website and right click view source and see anyones code. unless they have disabled right click. Like on my website, goto it in my sig and right click the screen. You cant save anything from it.

  7. #7
    Join Date
    Feb 2005
    Location
    Haarlem Netherlands
    Posts
    21

    Default

    Quote Originally Posted by Huntnsinme
    goto it in my sig and right click the screen. You cant save anything from it.
    Talking about http://home.carolina.rr.com/pcservicespro/ ? I've got no problem at all to view and save your HTML source and images and such ;)

    example:
    Code:
    <script language="JavaScript">
    <!--
    /*
    No rightclick script v.2.5
    (c) 1998 barts1000
    [email protected]
    Don't delete this header!
    */
    
    var message="Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED"; 
    
    // Don't edit below!
    
    function click(e) {
    if (document.all) {
    if (event.button == 2) {
    alert(message);
    return false;
    }
    }
    if (document.layers) {
    if (e.which == 3) {
    alert(message);
    return false;
    }
    }
    }
    if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
    }
    document.onmousedown=click;
    // --> 
    
    </script>
    :D


    But I was talking about PHP source, not HTML.

  8. #8
    Join Date
    Jan 2005
    Posts
    216

    Default

    How did you do that?..LOL Oh from the explorer bar, I forget about that one..LOL

  9. #9
    Join Date
    Feb 2005
    Location
    Haarlem Netherlands
    Posts
    21

    Default

    Quote Originally Posted by Huntnsinme
    How did you do that?..LOL
    Did you really think your HTML is protected this way or?

    B.t.w. only after posting I noticed this "This Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED" :oops:
    no yoke!

    edit: I hope the part I posted is not part of the copyright

  10. #10
    Join Date
    Jan 2005
    Posts
    216

    Default

    Quote Originally Posted by mathot
    Quote Originally Posted by Huntnsinme
    goto it in my sig and right click the screen. You cant save anything from it.
    Talking about http://home.carolina.rr.com/pcservicespro/ ? I've got no problem at all to view and save your HTML source and images and such ;)

    example:
    Code:
    <script language="JavaScript">
    <!--
    /*
    No rightclick script v.2.5
    (c) 1998 barts1000
    [email protected]
    Don't delete this header!
    */
    
    var message="Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED"; 
    
    // Don't edit below!
    
    function click(e) {
    if (document.all) {
    if (event.button == 2) {
    alert(message);
    return false;
    }
    }
    if (document.layers) {
    if (e.which == 3) {
    alert(message);
    return false;
    }
    }
    }
    if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
    }
    document.onmousedown=click;
    // --> 
    
    </script>
    :D


    But I was talking about PHP source, not HTML.
    And like I said goto and right click..very important parts of that post. :D

Page 1 of 2 12 LastLast

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
  •