Originally posted by warfrek
View Post
Disable Source View!
Collapse
X
-
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:
-
<script language="JavaScript">
here's the code i use..<!-- 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>
Leave a comment:
-
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:
-
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:
-
i can decode that easy and by doing it is looking at my ip here lmao
Leave a comment:
-
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.Originally posted by subzero View Posttell me what does this is? d3af0ca1e98e654f1af280592d851814
Leave a comment:
-
I created you a decoder for your scripts lolAttached Files
Leave a comment:
-
Nah you can do it online it also said can't decode once its encoded.
Leave a comment:
-
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.Originally posted by wap2k View PostWord lol
I Guess I Do
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:
-
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:
-
Word lolOriginally posted by subzero View PostNo 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
Well+don
 1;+you+win&# 43;a+....+Oh& #43;Crap+i+f&# 111;rgot...
I Guess I Do
Leave a comment:
-
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
Well+don
 1;+you+win&# 43;a+....+Oh& #43;Crap+i+f&# 111;rgot...Last edited by subzero; 19.02.11, 20:33.
Leave a comment:
Leave a comment: