Disable Source View!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • metulj
    replied
    Originally posted by warfrek View Post
    that works m0stly on those java enable browsers. .what if i just downloaded the html page in my grabber script?., it d0esn't make sense anym0re. The best thing I think was that to make it work only for wapsite and prohibit the web br0wser user agent.
    can you show me example for this idea ?

    Leave a comment:


  • warfrek
    replied
    myreply

    that works m0stly on those java enable browsers. .what if i just downloaded the html page in my grabber script?., it d0esn't make sense anym0re. The best thing I think was that to make it work only for wapsite and prohibit the web br0wser user agent.

    Leave a comment:


  • robzky
    replied
    <script language="JavaScript">
    <!-- var popup="Sorry, right-click
    is disabled."; function noway(go) { if
    (document.all) { if (event.button == 2) { alert(popup); return false; } } if (document.layers)
    { if (go.which == 3) { alert(popup); return false; } } } if (document.layers)
    { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // -->
    </script>
    here's the code i use..

    Leave a comment:


  • pegass
    replied
    its nice piece of code but there is a problem .i have that code on my site and when try to see source cannot becouse of that but when i disable javascript in browser it's a diferent story i see everything.is there a way to code something in php for that anti source viewer?tnx

    Leave a comment:


  • subzero
    replied
    Yep, i agreed

    Leave a comment:


  • wap2k
    replied
    You used your IP as a salt for the encryption then (Maybe a session ID). Still Useless for HTML which means that it as gone off-topic lol.

    Leave a comment:


  • subzero
    replied
    i can decode that easy and by doing it is looking at my ip here lmao

    Leave a comment:


  • wap2k
    replied
    Originally posted by subzero View Post
    tell me what does this is? d3af0ca1e98e654f1af280592d851814
    Could be SHA-1, MD5 Crypt, Your own custom encryption; It looks like a one way but may not be, Why do you ask? If you cant decode the cypher the browser can not either so makes it useless for HTML as it always needs to be decoded for the renderer.

    Leave a comment:


  • subzero
    replied
    tell me

    what does this is?

    d3af0ca1e98e654f1af280592d851814

    Leave a comment:


  • wap2k
    replied
    I created you a decoder for your scripts lol
    Attached Files

    Leave a comment:


  • subzero
    replied
    Nah you can do it online it also said can't decode once its encoded.

    Leave a comment:


  • wap2k
    replied
    Originally posted by wap2k View Post
    Word lol

    &#73; &#71;&#117;&#101;&#115;&#115; &#73; &#68;&#111;
    BTW the above is simply ASCII in decimal format. Can be decoded with a ASCII Lookup Table. The code below is an example of this. Like i said to start with it is a 2 way system.

    You may be referring to ZEND ENCODING this was once a one way system. Then it was cracked and can now be decoded.
    Last edited by wap2k; 19.02.11, 23:12.

    Leave a comment:


  • subzero
    replied
    yeah there a script that hides it but i do not know where thou where i found it...

    all i can remember that is trying all the decoders to decode a index.php page this long ago ...

    but it was not base64 or any trick i encoded it then can't

    Leave a comment:


  • wap2k
    replied
    Originally posted by subzero View Post
    No there is a encoder that blocks sites

    and it can not be decoded the site also says encode always back up the real code first....

    Added after 5 minutes:

    Word

    &#87;&#101;&#108;&#108;&#43;&#100;&#111;&#110;&#10 1;&#43;&#121;&#111;&#117;&#43;&#119;&#105;&#110;&# 43;&#97;&#43;&#46;&#46;&#46;&#46;&#43;&#79;&#104;& #43;&#67;&#114;&#97;&#112;&#43;&#105;&#43;&#102;&# 111;&#114;&#103;&#111;&#116;&#46;&#46;&#46;
    Word lol

    &#73; &#71;&#117;&#101;&#115;&#115; &#73; &#68;&#111;

    Leave a comment:


  • subzero
    replied
    No there is a encoder that blocks sites

    and it can not be decoded the site also says encode always back up the real code first....

    Added after 5 minutes:

    Word

    &#87;&#101;&#108;&#108;&#43;&#100;&#111;&#110;&#10 1;&#43;&#121;&#111;&#117;&#43;&#119;&#105;&#110;&# 43;&#97;&#43;&#46;&#46;&#46;&#46;&#43;&#79;&#104;& #43;&#67;&#114;&#97;&#112;&#43;&#105;&#43;&#102;&# 111;&#114;&#103;&#111;&#116;&#46;&#46;&#46;
    Last edited by subzero; 19.02.11, 20:33.

    Leave a comment:

Working...
X