Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 33

Thread: How To Hide Your Source

  1. #11
    Ynhockey's Avatar Poster
    Join Date
    Jan 2003
    Location
    Israel
    Posts
    406
    That site doesn't have any protection... you just need to scroll down to see the code. A similar trick was used on www.dubtastic.com but it really doesn't hide anything... unless I'm missing something ?

  2. Internet, Programming and Graphics   -   #12
    yes thats right. thats just soo suucckkyy hilarious!
    its just obvious that it was supposed to be 'the protection' of the source code.

  3. Internet, Programming and Graphics   -   #13
    Ynhockey's Avatar Poster
    Join Date
    Jan 2003
    Location
    Israel
    Posts
    406
    Well, having the <html> tag on the 1st page kinda gave it away... i admit that Dubtastic&#39;s code fooled me for a second when i first looked at it a while ago though.

  4. Internet, Programming and Graphics   -   #14
    It is a big joke&#33;
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  5. Internet, Programming and Graphics   -   #15
    http://www.dynamicdrive.com/dynamicindex9/encrypter.htm

    Its ok, does a good job, but not fool proof.



  6. Internet, Programming and Graphics   -   #16
    Ynhockey's Avatar Poster
    Join Date
    Jan 2003
    Location
    Israel
    Posts
    406
    Well, there are a few bad things about that script:

    1) Even developers who want to hide their source want to be able to read it themselves. This makes the job much harder.
    2) It&#39;s easy to backwards-engineer this code (probably easiest with JS because it has that function but with PHP it&#39;s not hard either).
    3) Doesn&#39;t work with pure XHTML/XML (although that&#39;s not hard to fix).
    4) About 10% of the users on the internet have JavaScript disabled. It will COMPLETELY prevent the page from rendering for those people.

  7. Internet, Programming and Graphics   -   #17
    Originally posted by Wizzandabe@9 January 2004 - 10:57
    http://www.dynamicdrive.com/dynamicindex9/encrypter.htm

    Its ok, does a good job, but not fool proof.
    Its certainly one of the examples I gave in my first post It simply uses a javascript and its quite easy to work backwords if the need arises. The thing is for a personal user there is nothing extraordinary you can do in html that others dont know. So why bother about it and not mess with what controls visitor has?

    I have plugins in my browser that enables right click, views the source, descrambles the source code(has various encoding/decoding tools) and etc. even if its disabled. What I hate is when a website tries to block right click and things what you can normally do. It gives a bad impression as well. So unless you have something big to offer the users which can have them stay on their page ignoring all this then its ok otherwise the site will never reach the favorites
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  8. Internet, Programming and Graphics   -   #18
    there is NO way to hide sources: just like there is no way to make a website completely save, there will always be some hacker who cracks it&#33;

  9. Internet, Programming and Graphics   -   #19
    i&#39;ce found this, wonder what this does:

    Code:
    &#60;script LANGUAGE=&#34;JavaScript&#34;&#62;eval&#40;unescape&#40;&#34;%66%75%6e%63%74%69%6f%6e%20%52%72%52%72%52%72%52%72%28%74%65%61%61%62%62%29%20%7b%76%61%72%20%74%74%74%6d%6d%6d%3d%22%22%3b%6c%3d%74%65%61%61%62%62%2e%6c%65%6e%67%74%68%3b%77%77%77%3d%68%68%68%68%66%66%66%66%3d%4d%61%74%68%2e%72%6f%75%6e%64%28%6c%2f%32%29%3b%69%66%28%6c%3c%32%2a%77%77%77%29%09%68%68%68%68%66%66%66%66%3d%68%68%68%68%66%66%66%66%2d%31%3b%66%6f%72%28%69%3d%30%3b%69%3c%68%68%68%68%66%66%66%66%3b%69%2b%2b%29%74%74%74%6d%6d%6d%20%3d%20%74%74%74%6d%6d%6d%20%2b%20%74%65%61%61%62%62%2e%63%68%61%72%41%74%28%69%29%2b%20%74%65%61%61%62%62%2e%63%68%61%72%41%74%28%69%2b%68%68%68%68%66%66%66%66%29%3b%69%66%28%6c%3c%32%2a%77%77%77%29%20%74%74%74%6d%6d%6d%20%3d%20%74%74%74%6d%6d%6d%20%2b%20%74%65%61%61%62%62%2e%63%68%61%72%41%74%28%6c%2d%31%29%3b%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%74%74%74%6d%6d%6d%29%3b%7d%3b&#34;&#41;&#41;;&#60;/script&#62;
    i guess block clicking, am i right?

  10. Internet, Programming and Graphics   -   #20
    Originally posted by Mavol@15 January 2004 - 13:02
    i&#39;ce found this, wonder what this does: i guess block clicking, am i right?
    I added that script to an html doc and it did not have a function, here is the un-encrypted v,....
    Code:
    &#60;script LANGUAGE=&#34;JavaScript&#34;&#62;eval&#40;unescape&#40;&#34;function RrRrRrRr&#40;teaabb&#41; {var tttmmm=&#34;&#34;;l=teaabb.length;www=hhhhffff=Math.round&#40;l/2&#41;;if&#40;l&#60;2*www&#41;	hhhhffff=hhhhffff-1;for&#40;i=0;i&#60;hhhhffff;i++&#41;tttmmm = tttmmm + teaabb.charAt&#40;i&#41;+ teaabb.charAt&#40;i+hhhhffff&#41;;if&#40;l&#60;2*www&#41; tttmmm = tttmmm + teaabb.charAt&#40;l-1&#41;;document.write&#40;tttmmm&#41;;};&#34;&#41;&#41;;&#60;/script&#62;
    This is a good disable right click script, it doesn&#39;t have one of those stupid alert boxes that pops up,....
    Code:
    &#60;script language=JavaScript&#62;&#60;&#33;--
    
    var message=&#34;Function Disabled&#33;&#34;;
    
    function clickIE&#40;&#41; &nbsp;{if &#40;document.all&#41; {alert&#40;message&#41;;return false;}}
    function clickNS&#40;e&#41; {if 
    &#40;document.layers||&#40;document.getElementById&&&#33;document.all&#41;&#41; {
    if &#40;e.which==2||e.which==3&#41; {alert&#40;message&#41;;return false;}}}
    if &#40;document.layers&#41; 
    {document.captureEvents&#40;Event.MOUSEDOWN&#41;;document.onmousedown=clickNS;}
    else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
    
    document.oncontextmenu=new Function&#40;&#34;return false&#34;&#41;
    
    // --&#62;&#60;/script&#62;
    I.am, as for the link in your first post, I like the good old drag and drop but, sometimes websites make a picture a link, in this case the temp internet folder has everything I want. I look at it like this,... If I visit a site and something gets downloaded (img, swf, music) to my system it belongs to me, possession is still 9/10th&#39;s isn&#39;t it

    "3. Ftp to your server, select all files and directories, hit "Delete"." Lmfao, now that is funny

Page 2 of 4 FirstFirst 1234 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
  •