View Full Version : Disable View Page Source


pinayus27
01-23-2006, 09:12 PM
Hey guys, can anyone tell me how to disable view page source in a site? I've been looking for a code but to no avail.

I already put disable text select and no right click on my site but I found out that other people can still copy the code by viewing the page source.

How can I prevent this?

Any help would be greatly appreciated.

Phillip
01-23-2006, 09:15 PM
Hey guys, can anyone tell me how to disable view page source in a site? I've been looking for a code but to no avail.

I already put disable text select and no right click on my site but I found out that other people can still copy the code by viewing the page source.

How can I prevent this?

Any help would be greatly appreciated.


Hey I would use a ecriptor i don't have a url on me but if you search
hotscripts i'm sure you'll find a good one :)

pinayus27
01-24-2006, 03:42 AM
i don't see it :zzz:

Chris
01-24-2006, 01:04 PM
*sighs* As has been said many times before:

There is no way to stop people from viewing your source code

There are ways to try and deter them, such as the ones you have mentioned above, but there is no way to stop people.

If you don't want people to steal it, don't put it on the internet.

asuran
01-25-2006, 02:31 AM
*sighs* As has been said many times before:

There is no way to stop people from viewing your source code

There are ways to try and deter them, such as the ones you have mentioned above, but there is no way to stop people.

If you don't want people to steal it, don't put it on the internet.

There are ways. http://www.animerequiem.com/ has done it. i tried to see how they did their coding but couldnt break through...

djou
01-26-2006, 01:26 AM
There are ways. http://www.animerequiem.com/ has done it. i tried to see how they did their coding but couldnt break through...

Scroll down two inches.

pinayus27
01-31-2006, 11:46 PM
chrisbd89, there's a way to do it...maybe you don't know!
I found a code on it and it works fine!

I'm glad I found it!

pinayus27
02-21-2006, 06:02 AM
Please click the link below for disable view source sample:
http://www.freewebs.com/designbynita/disableviewsource.htm
:lolol: :cheer2:

Wermaus
02-21-2006, 06:20 AM
Please click the link below for disable view source sample:
http://www.freewebs.com/designbynita/disableviewsource.htm
Yap, encrypted.But users that have Javascript disabled won't see anything from the page itself too :D And believe me, there ARE users who disable it.

dhcreation
02-21-2006, 02:53 PM
pinayus27: 404 when attempting to reach that page. :zzz:

Arwen
02-21-2006, 06:28 PM
This simple code disables "View page source"

<body onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">

BUT as chrisdb89 said: there's NO WAY to stop people from viewing your source code!