| Author | Post |
|---|
oprpg Member
| Joined: | Sun Oct 12th, 2003 |
| Location: | |
| Posts: | 13 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Sun Oct 12th, 2003 07:28 pm |
|
| Is there any way to make it so users cannot view your source code. Thanks
|
Aycan Administrator
| Joined: | Wed Nov 29th, 2000 |
| Location: | Columbus, Ohio USA |
| Posts: | 146 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Oct 13th, 2003 02:51 am |
|
| You can only make it hard for novice users, but there is no way to prevent someone to read your source code.
|
Webmiester03 Member

|
Posted: Wed Oct 29th, 2003 08:02 pm |
|
| There is one way but it is very very expensive! Search 'hide source' on http://www.google.com
|
tom Member
| Joined: | Sun Oct 12th, 2003 |
| Location: | |
| Posts: | 7 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Thu Oct 30th, 2003 10:48 am |
|
This toggles the right-mouse in IE, but it isn´t really useful:
| <body oncontextmenu="return false"> |
|
Woodman Member

| Joined: | Thu Sep 11th, 2003 |
| Location: | Hong Kong, China |
| Posts: | 190 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Thu Oct 30th, 2003 03:29 pm |
|
Greetings,
Just out of curiosity Webmiester, what's the website of this expensive service? Guess I'm just a little skeptical about whether it even works.
|
oprpg Member
| Joined: | Sun Oct 12th, 2003 |
| Location: | |
| Posts: | 13 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Nov 3rd, 2003 02:12 am |
|
| I do not want to pay for the source to be blocked. However, I have created a script with php that whenever someone views source it logs their ip.
|
Someguy Member

|
Posted: Thu Dec 11th, 2003 02:14 pm |
|
Viewing source doesn't send any info back to the server, how can a server-side script acknowledge that action?
|
mattr555 Member
| Joined: | Mon Mar 8th, 2004 |
| Location: | |
| Posts: | 5 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Mar 8th, 2004 09:47 am |
|
| Mozilla based browsers also have a dom inspector which can be used to examine the html, client side script, and css of a page. users can also save the page and examine it offline. it is impossible to secure a page's markup.
|
relaxzoolander Super Moderator

| Joined: | Sun Jan 25th, 2004 |
| Location: | Columbus, Ohio USA |
| Posts: | 459 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Fri Nov 5th, 2004 12:51 am |
|
design your sites in flash if you want strong protection.
i am just curious...why is it sooooo important that nobody sees your source code.

r|z
-------------------------------------------
web design informationLast edited on Fri Jan 21st, 2005 01:38 am by relaxzoolander
|
FQR Member

| Joined: | Mon Jan 24th, 2005 |
| Location: | United Kingdom |
| Posts: | 28 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Wed Jan 26th, 2005 08:34 am |
|
I'm curious too.
That's how I learned a lot, by looking at source codes of sites I admired.
Surely the web is also about sharing knowledge.
|
relaxzoolander Super Moderator

| Joined: | Sun Jan 25th, 2004 |
| Location: | Columbus, Ohio USA |
| Posts: | 459 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Wed Jan 26th, 2005 08:17 pm |
|
FQR wrote: That's how I learned a lot, by looking at source codes of sites I admired.
i think you just answered the question.

r|z
-------------------------------------------------------------------
web page development in ohio
|
FQR Member

| Joined: | Mon Jan 24th, 2005 |
| Location: | United Kingdom |
| Posts: | 28 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Wed Jan 26th, 2005 09:07 pm |
|
mattr555 wrote: Mozilla based browsers also have a dom inspector which can be used to examine the html, client side script, and css of a page. users can also save the page and examine it offline. it is impossible to secure a page's markup. Whoppee! I just installed Mozilla. 
|
relaxzoolander Super Moderator

| Joined: | Sun Jan 25th, 2004 |
| Location: | Columbus, Ohio USA |
| Posts: | 459 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Wed Jan 26th, 2005 11:11 pm |
|
mattr555 wrote: it is impossible to secure a page's markup. well....i have seen some pretty darn good systems.

r|z
------------------------------------------------------
holiday greeting card designs
|
FQR Member

| Joined: | Mon Jan 24th, 2005 |
| Location: | United Kingdom |
| Posts: | 28 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Fri Jan 28th, 2005 06:07 pm |
|
Just been surfing and gone way off course as usual but found this link which may be of interest even though it's way over my head. 
http://www.siteexperts.com/tips/hideit/coveringuptracks.asp
|
LoriL1212 Member

| Joined: | Sun Mar 21st, 2004 |
| Location: | Margate, USA |
| Posts: | 14 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Fri Apr 15th, 2005 04:02 pm |
|
| The only way to "protect" what you do not want other people to see/use online is to NOT put it online.
|
xaccrocheur Member
| Joined: | Fri Jun 17th, 2005 |
| Location: | |
| Posts: | 1 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Fri Jun 17th, 2005 08:34 am |
|
LoriL1212 wrote: The only way to "protect" what you do not want other people to see/use online is to NOT put it online.
I could not have put it more plainly !
Basically everything that you show on the web is PUBLIC !
If it bothers you, too bad 
pX (http://www.halluci.net, feel free) Last edited on Fri Jun 17th, 2005 08:35 am by xaccrocheur
|
csg Member
|
Posted: Sat Jun 18th, 2005 12:17 am |
|
Theres ways to make it so you can't right click and view source? But is there a way to make not posible to goto the menu and click view -> source. Becase you could use javascript or | <body oncontextmenu="return false"> |
and still click view -> source from the menu.
|
madchild24 Member
| Joined: | Thu Jan 19th, 2006 |
| Location: | |
| Posts: | 15 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Jan 23rd, 2006 11:57 am |
|
| hotscripts.com has a code scrambler it keeps the code so browser can read but to any human it makes no sense.
|
RusselDesign Member
|
Posted: Sat Feb 11th, 2006 01:40 pm |
|
| theres a program that can encrypt your html codes just make a google search and you will find em...
|
yourhosting.co.uk Member
|
Posted: Fri Mar 3rd, 2006 12:44 pm |
|
what are you trying to hide as if you do it in php will hide most of it but will still show the outputs and html in it
|
 Current time is 01:49 am | Page: 1 2 |
|