Current location: Hot Scripts Forums » General Web Coding » JavaScript » Source Code


Source Code

Reply
  #1 (permalink)  
Old 01-25-05, 11:04 AM
Bravi Bravi is offline
New Member
 
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Source Code

Hi all! I'm the new member here.. I've been searching for this code everywhere, but i couldn't find it anywhere.... the script i want is to hide the source code, i've seen that kinda focus on one of the websites, i don't remember the link exactly... does anyone know it? how to hide the source code of the webpage for the copyright policy...?

Thanks to all for attention
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 01-25-05, 04:10 PM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
there are some solutions but they are all not reliable..
the best thing is to encode your pages...
search the forums, because there was a discussion about this and lots of great ideas poped-up

edit: did the little search for you
http://www.programmingtalk.com/showt...ource+encoding
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]

Last edited by NeverMind; 01-25-05 at 04:12 PM.
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 01-26-05, 07:43 AM
Bravi Bravi is offline
New Member
 
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Thnx NeverMind, I'll do something with those encryptors..

Now i'm having another problem Maybe you can help me.. On the website, I've got the div, which is moveable, through offsetX and offsetY.... and I've got an object ( flash element )... and when i move that div over the object, it goes under it... I mean, Object is on the top of that div. I changed the z - index through CSS, but it still keeps doing the same.. maybe you know the problem? ir maybe you know where should i post it?
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 01-26-05, 08:35 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
now the problem is regarding HTML ..
however, I know what you are talking about! I've had the same problem before but I didn't try to solve it..
and I don't think there is a way to make objects above flash ones..
not sure tho, better go and ask in HTML section ..
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
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 01-29-05, 04:40 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
The div problem: I've read about this all over, found no good solution, but keep trying.

The source problem: Forget it! There's NO way to hide the source. Heavy obfuscation is possible, but so is cracking it in less than 5 minutes. (Once you've figured out which one of the 5 most common ways to do it. And that takes just a minute)
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 02-08-05, 05:35 AM
mhs12grade1992's Avatar
mhs12grade1992 mhs12grade1992 is offline
Newbie Coder
 
Join Date: Feb 2005
Location: USA
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
It is possible to hide view source, yes, but you need to use mouse event to disable right click. I have seen some websites that disable "Edit" on the top same as VIEW SOURCE but I don't know how they do that.

For IE, use the codes:

mouseClick = window.event.button
if (mouseClick==1) { }

Something like that. It will hide VIEW SOURCE (even hide menu).
If you're exactly looking for impossible to right click, save image as, capture your image from your website, etc. There is one possible..... www.pickeeper.com

Sincerely,
MHS
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 02-09-05, 06:03 AM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
That PK Browser thing is not an option in my opinion.
Using it means you can ONLY view the site if you have the PK Browser. You have to download an .exe file (which isn't allowed in countless public places) which could be infested with a trojan etc. I'm not saying it is, just that people and, especially sysadmins, are suspicious about .exes.
I also noted that the the PK way requires PHP and the use of cookies. PHP might not be an option if you don't own the server. And many people have disabled cookies.
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
Source Code Repository MrDarko PHP 0 08-18-04 06:33 PM
Php making html source code look terrible!!! v1brazy PHP 6 08-06-04 01:52 AM
Dating and Networking Portal - Source Code - 250$ Only totaltoolbar General Advertisements 0 07-17-04 10:12 AM
Look for a source code bionicsamir Script Requests 3 01-29-04 06:21 PM


All times are GMT -5. The time now is 08:44 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.