Current location: Hot Scripts Forums » General Community » Script Requests » [Request]"Don't View My Source Code"


[Request]"Don't View My Source Code"

Reply
  #1 (permalink)  
Old 12-01-08, 07:21 PM
Mathisen Mathisen is offline
New Member
 
Join Date: Dec 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
[Request]"Don't View My Source Code"

Greetings, everyone..

I shall go straight to it:
I need a code which disallows anyone to view my source code.

Not one of theese Anti-Right click codes:

Code:
<script language="JavaScript"> 
// distributed by http://hypergurl.com <!-- var popup="Sorry, right-click 
is disabled.\n\nThis Site Copyright ©2000"; function noway(go) { if 
(document.all) { if (event.button == 2) { alert(popup); return false; } } if (document.layers) 
{ if (go.which == 3) { alert(popup); return false; } } } if (document.layers) 
{ document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // --> 
</script>
These ones won't work ( It disallows right click but with View -> View SourceCode you can see it )

Is it any codes / scripts or similar out there which can stop viewing the source 110 percent ?

-Mathisen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 12-02-08, 03:31 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts

Last edited by Nico; 12-02-08 at 03:35 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 12-02-08, 07:06 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by Mathisen View Post
I shall go straight to it:
I need a code which disallows anyone to view my source code.
Forget it, not happening. Nico is is 110% correct about it being 110% impossible.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 12-02-08, 09:21 AM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
Actually, there is a way to make it 110% impossible to view the source code of your page. Don't put it on a web server.

The purpose of a web server is to send files when they are requested. That is what a server does. If you don't want this to happen, then don't put your files on a server.
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 12-02-08, 11:22 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by mab View Post
Actually, there is a way to make it 110% impossible to view the source code of your page. Don't put it on a web server.
Yeah, but what if I called up the admin and tricked him into FAXing me a copy of what was on the screen? (My mad hacking skillz rule!)
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 12-02-08, 12:06 PM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
That would depend on how well the OP interviewed and oversees the admin (to insure his intelligence) and on how well he was being paid (to insure his loyalty.)
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 12-05-08, 07:15 PM
markei markei is offline
New Member
 
Join Date: Dec 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by mab View Post
That would depend on how well the OP interviewed and oversees the admin (to insure his intelligence) and on how well he was being paid (to insure his loyalty.)
even then... I'd say it was only 101-102% not impossible...




-------------------
no sig yet
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
OutOfMemoryError utd Everything Java 1 10-01-11 07:19 AM
[SOLVED] View Source DAL JavaScript 3 06-15-08 05:25 PM
Desable view source menu and right click on mouse - help needed scscosta JavaScript 2 03-27-06 02:20 AM
Disable the Source link in View menu mohank JavaScript 3 03-31-05 11:37 PM
View Source of an web page dihan PHP 9 07-07-04 07:02 AM


All times are GMT -5. The time now is 01:25 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.