PDA

View Full Version : source code


cool2burn
13-05-2001, 11:31 PM
does anybody know the code to make it so people cant view my source code to steal my images????? please help

suzaku
14-05-2001, 12:03 AM
well...

i think i know one javascript that can do that...

try finding it at java file (http://www.javafile.com)

SS2EnragedGohan
14-05-2001, 01:01 AM
actually thats impossible... cause u cant diasble IE... cause u can click view... view source code. But there is a javascript out there taht can keep ppl from right clicking your page...

cool2burn
14-05-2001, 01:06 AM
nope your wrong there because i just got one but i havent loaded it into my site yet

SS2EnragedGohan
14-05-2001, 03:20 PM
what does it do!? I mean the only real way to hide your code is by putting all the important params/variables/etc in .js files ((for javascript code that it)). But if u found a way I'd like to know how!

Astro-Boy!!
10-06-2001, 01:04 AM
It can't be done. Period.

HTML code and Images have to be downloaded in order to be parsed and displayed in the browser. Just open your browser cache and there it is.

All no-right-click scripts do is slow newbies down.

Check out http://continue.to/hope for more info.

- Mark

eva01x
18-06-2001, 07:38 AM
Make an Invisable frame to hide the source

beyondX
26-06-2001, 08:27 AM
well...I also had the problem that people linked to my files...especially my multimedia files. That way I wrote a script which changed the urls EVERY day. The advantage is that it only changes the midpart of the filename, but this on a radomized basis. that way you canīt predict what it will be named the next day.
luckily thereīs no disadvantage. some people might say "hey! What about those, who are currently downloading??? the download will be abort!!"
thatīs NOT true. You can finish your download as if nothing happened =)
thatīs the method i chose and itīll include my images in a few days, too.
fight those leechers!

kottonkandee
20-07-2001, 07:37 PM
i think i know how to do that. open a new windo without the part that says view with this code:

<A HREF="javascript:void(0)"
ONCLICK="open('~~~PAGE HERE~~~','miniwin','toolbar=0,location=0,directories=0, status=0,menubar=0,scrollbars=0,resizable=0,width=300,h eight=300')">Open A new Window</A>

then make that page right click disabled so now they kant view it. i think that should work. hope that helped! ^^ feel free to email me for more help. ill be glad to be of help. tell me if that helped okay?

kottonkandee
20-07-2001, 07:38 PM
oya, if you want to hide the url of it, use this code so they kant see the real url unless they use view source:

hide the url
<a href="http://www.the_real_URL.com/"
onmouseover="window.status='False URL or just a message';return true"
onmouseout="window.status=''; return true">

hope that helped! ^^

Astro-Boy!!
01-08-2001, 08:23 AM
Originally posted by kottonkandee
i think i know how to do that. open a new windo without the part that says view with this code:

<A HREF="javascript:void(0)"
ONCLICK="open('~~~PAGE HERE~~~','miniwin','toolbar=0,location=0,directories=0, status=0,menubar=0,scrollbars=0,resizable=0,width=300,h eight=300')">Open A new Window</A>

then make that page right click disabled so now they kant view it. i think that should work. hope that helped! ^^ feel free to email me for more help. ill be glad to be of help. tell me if that helped okay?

Shift F10 :rolleyes:

Like I said: http://continue.to/hope/

- Mark

kottonkandee
02-08-2001, 01:50 AM
LOL ur page was a very interesting example to say that the codes i gave will not work at all if the person really knows how to get it and would actually do all that to get it.

anways, i know you cant actually keep people from viewing your source code or to keep them from leeching your images, but the codes i gave are just intended to keep the beginners from taking the code and stuff.

o well, it doesn't matter to me though, cuz i dun really care if people steal my images and stuff.