Re: [PHP] IE -> View Source

2001-07-26 Thread mike cullerton
on 7/26/01 12:32 AM, Steve Haemelinck at [EMAIL PROTECTED] wrote: > Some sites are able to disable the source view in ie. How do you do that? don't forget the ol' telnet to port 80 and type GET trick telnet domain.com 80 Connected to domain.com. Escape character is '^]'. GET http://www.w3.org

Re: [PHP] IE -> View Source

2001-07-26 Thread Alexander Skwar
So sprach »Dennis Gearon« am 2001-07-26 um 08:17:28 -0700 : > Please try to read any of the browser printed text in this URL(I can't do it in > NS): > http://rwchat.com/DigiLink1/index.html wget http://sfdsadf and I can read it. Alexander Skwar -- How to quote: http://learn.to/quote (german)

Re: [PHP] IE -> View Source

2001-07-26 Thread Christian Reiniger
On Thursday 26 July 2001 17:50, Matt Greer wrote: > That's what I've never understood about people wanting to hide their > source. HTML isn't rocket science. Any server side scripting won't be > seen, and Javascript isn't all that difficult. I can't imagine any > webpage that would truly have a r

Re: [PHP] IE -> View Source

2001-07-26 Thread David Otton
On Thu, 26 Jul 2001 08:17:28 -0700, you wrote: >Please try to read any of the browser printed text in this URL(I can't do it in >NS): >http://rwchat.com/DigiLink1/index.html RWchat Login Page etc etc etc what made you think it would be difficult? djo -- PHP General Mailing L

Re: [PHP] IE -> View Source

2001-07-26 Thread Matt Greer
on 7/26/01 10:44 AM, Sheridan Saint-Michel at [EMAIL PROTECTED] wrote: > Besides... do you REALLY have anything so mind bogglingly original in your > code that you have to > go to all these extremes to protect it? That's what I've never understood about people wanting to hide their source. HTML

Re: [PHP] IE -> View Source

2001-07-26 Thread Sheridan Saint-Michel
o: Sheridan Saint-Michel <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 10:02 AM Subject: Re: [PHP] IE -> View Source > How about you get one of these HTML encypting type JScripts... it converts > the page into /0D type codes, and then decodes it wi

RE: [PHP] IE -> View Source

2001-07-26 Thread Tyrone Mills
No problems here. -Original Message- From: Dennis Gearon [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 8:17 AM To: PHP Mailing Listl (E-mail) Subject: Re: [PHP] IE -> View Source Please try to read any of the browser printed text in this URL(I can't do it in N

Re: [PHP] IE -> View Source

2001-07-26 Thread Clayton Dukes
Works fine for me... - Original Message - From: "Dennis Gearon" <[EMAIL PROTECTED]> To: "PHP Mailing Listl (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 11:17 AM Subject: Re: [PHP] IE -> View Source > Please try to read any of the br

Re: [PHP] IE -> View Source

2001-07-26 Thread Dennis Gearon
Please try to read any of the browser printed text in this URL(I can't do it in NS): http://rwchat.com/DigiLink1/index.html Alexander Skwar wrote: >So sprach »Steve Haemelinck« am 2001-07-26 um 08:32:11 +0200 : >> Some sites are able to disable the source view in ie. How do you do that? > >You c

Re: [PHP] IE -> View Source

2001-07-26 Thread Andrew Brampton
- Original Message - From: "Sheridan Saint-Michel" <[EMAIL PROTECTED]> To: "php-general" <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 3:43 PM Subject: Re: [PHP] IE -> View Source > Even if they open a new window without a menu bar, and disabl

Re: [PHP] IE -> View Source

2001-07-26 Thread Sheridan Saint-Michel
IL PROTECTED]> Sent: Thursday, July 26, 2001 1:47 PM Subject: Re: [PHP] IE -> View Source > There is no way to disable view source from the menu bar in IE, you can only > disable view source by disable right click, but they can still view source > using the menu bar. > Jack > [E

Re: [PHP] IE -> View Source

2001-07-25 Thread Alexander Skwar
So sprach »Steve Haemelinck« am 2001-07-26 um 08:32:11 +0200 : > Some sites are able to disable the source view in ie. How do you do that? You can't. You can make stupid games and disable right mouse button clicks, but that's still not going to stop anyone to get the HTML output. Alexander Skwa

Re: [PHP] IE -> View Source

2001-07-25 Thread Jack
in <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 1:33 AM Subject: Re: [PHP] IE -> View Source > They do it using a java script that disables the right click or they bu

Re: [PHP] IE -> View Source

2001-07-25 Thread Peter Houchin
They do it using a java script that disables the right click or they build a custom right click menu -- Peter Houchin Sun Rentals STR Manager Phone: 03 9329 1455 Fax: 03 9329 6755 [EMAIL PROTECTED] http://www.sun.com.au/rentals = ___

Re: [PHP] IE -> View Source

2001-07-25 Thread Jason Brooke
I was under the impression it couldn't be done because it would require your code control the end-user's web browser, no matter what the brand. Can you please show us these sites? - Original Message - From: "Steve Haemelinck" <[EMAIL PROTECTED]> To: "Brad S. Jackson (E-mail)" <[EMAIL PR