Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 03-28-2007, 06:21 AM Hide source code
Super Talker

Posts: 121
Name: Ared
Trades: 0
hi.. am just wondering if there is a source of hiding of all source codes of all pages or a particular pages? theres anyone know? its open for your feedback..
Ar3d is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-28-2007, 06:52 AM Re: Hide source code
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
this question must come up every month or so.

NO YOU CAN'T

If you don't want your source to be seen DON'T PUT IT ONLINE
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-29-2007, 03:00 PM Re: Hide source code
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
What you could do though is use a javascript, I think the a good tool for this is

http://www.iwebtool.com/html_encrypter
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 03-29-2007, 04:25 PM Re: Hide source code
Extreme Talker

Posts: 169
Trades: 0
Quote:
Originally Posted by rogem002 View Post
What you could do though is use a javascript, I think the a good tool for this is

http://www.iwebtool.com/html_encrypter
Unless someone has disabled JavaScript. Oops.
__________________
George Bush would never take me alive.
MJM_RDS is offline
Reply With Quote
View Public Profile
 
Old 03-30-2007, 04:57 AM Re: Hide source code
Super Talker

Posts: 121
Name: Ared
Trades: 0
but using encrypter is not totally hiding the source.. its just like rumble the source that cant understand of every wanted to see your source code.. am not sure but i know encryter is not answer.. but the way thanks for your feedback! well done
Ar3d is offline
Reply With Quote
View Public Profile
 
Old 03-30-2007, 05:12 AM Re: Hide source code
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Originally Posted by MJM_RDS View Post
Unless someone has disabled JavaScript. Oops.

Or you want search engines to "see" the site
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-30-2007, 05:35 AM Re: Hide source code
moondog's Avatar
Ultra Talker

Posts: 256
Location: Croatia
Trades: 0
I see no practical purpose for this, but try HTML protector.

Perhaps, it will help you.
moondog is offline
Reply With Quote
View Public Profile
 
Old 03-30-2007, 07:28 AM Re: Hide source code
BruceWayne's Avatar
Extreme Talker

Posts: 182
Trades: 0
All you need is photoshop, type in your content and save it as image!
BruceWayne is offline
Reply With Quote
View Public Profile Visit BruceWayne's homepage!
 
Old 03-30-2007, 07:45 AM Re: Hide source code
Extreme Talker

Posts: 189
Trades: 1
And then search engine can't see it? Great!
Please don't bring up this question again. People can't see your source code-> search engine can't find you
__________________

Please login or register to view this content. Registration is FREE
yellow1912 is offline
Reply With Quote
View Public Profile Visit yellow1912's homepage!
 
Old 03-30-2007, 02:16 PM Re: Hide source code
Junior Talker

Posts: 3
Name: Karl
Trades: 0
If you want to hide your HTML source code, think about programming your pages with PHP. You can then write conventional HTML pages, and the user won't be able to see any of the PHP script, yet you still have the same output.

Thanks,
Karl Baker - < self promo removed create a signature >

Last edited by chrishirst; 03-30-2007 at 04:42 PM..
karlbaker02 is offline
Reply With Quote
View Public Profile
 
Old 03-30-2007, 04:36 PM Re: Hide source code
damien_ls's Avatar
Layershift

Posts: 474
Name: Damien
Trades: 0
Quote:
Originally Posted by karlbaker02 View Post
If you want to hide your HTML source code, think about programming your pages with PHP. You can then write conventional HTML pages, and the user won't be able to see any of the PHP script, yet you still have the same output.

Thanks,
Karl Baker -
I presume that the above isn't serious - but for clarification (in case someone thinks the above will work)... PHP is used to output HTML (or other formats) of page.

Whilst it's true that you can use PHP and (providing the server processes it) this will ensure that the PHP coding is hidden from the visitor, any HTML output from the PHP script is still sent exactly the same as if you just hard-coded the output in HTML instead.
__________________

Please login or register to view this content. Registration is FREE
:: DDS & Dedicated, UK & USA-based
Please login or register to view this content. Registration is FREE
, Reseller & Shared Hosting
Experienced Parallels Platinum Partners (Plesk since 2001, Virtuozzo since 2003)

Last edited by chrishirst; 03-30-2007 at 04:42 PM.. Reason: self promo in quote removed
damien_ls is offline
Reply With Quote
View Public Profile
 
Old 03-31-2007, 11:02 AM Re: Hide source code
I-Got-IT!'s Avatar
Average Talker

Posts: 16
Location: Singapore
Trades: 0
Encrypt your HTML..
__________________

Please login or register to view this content. Registration is FREE
- Quality, PR6, Deep-link General Directoy w/ Blog

Please login or register to view this content. Registration is FREE
- Sophisticated, PR6, unique designed directory w/ Blog
I-Got-IT! is offline
Reply With Quote
View Public Profile
 
Old 03-31-2007, 01:01 PM Re: Hide source code
damien_ls's Avatar
Layershift

Posts: 474
Name: Damien
Trades: 0
Quote:
Originally Posted by I-Got-IT! View Post
Encrypt your HTML..
Which also implies that it needs to be decrypted to be displayed by a browser.

If your browser can understand it, the HTML is not encrypted (or else you are supplying the decrption algorithm for it to decrypt - e.g. via javascript) - in this case you can view the generated source (for example).

There is no way to encrypt HTML that actually makes a difference to preventing someone getting back to the raw source relatively easily (as you have to supply a way for the browser to do this).

One thing that hasn't been asked/answered in this thread is why you want to do it in the first place? - if you want to show your design to a client (for example) then the best option is probably via screenshot mockups.

Worth noting that most clients have asked for you to produce something because they don't know how to themselves, and therefore in many cases are unlikely to have the technical ability to steal HTML source from you

How about you share why you might want to do this so that we can take this thread in a more progressive and positive direction?
__________________

Please login or register to view this content. Registration is FREE
:: DDS & Dedicated, UK & USA-based
Please login or register to view this content. Registration is FREE
, Reseller & Shared Hosting
Experienced Parallels Platinum Partners (Plesk since 2001, Virtuozzo since 2003)
damien_ls is offline
Reply With Quote
View Public Profile
 
Old 03-31-2007, 05:44 PM Re: Hide source code
moondog's Avatar
Ultra Talker

Posts: 256
Location: Croatia
Trades: 0
hiding code = useless !
moondog is offline
Reply With Quote
View Public Profile
 
Old 04-01-2007, 09:14 PM Re: Hide source code
dansgalaxy's Avatar
Defies a Status

Posts: 6,522
Name: Dan
Location: Swindon
Trades: 0
I can understand why people what to hide there source code, but as said MANY Many times (usually by chrishirst) its pointless there is ALWAYS a way to view the source code of html.

You can disable right-click which is how most people copy/view the source code. but all broswers i know u can view source code through a c ouple of clicks on the page menu... so this will only put off people who probally dont have that greater skill with webpages...

You could make you site open into a page where the menus etc are removed so its just the site in a frame. but this works for only a couple of browsers and now IE7 shows the URL anyway so someone could just go to the and view anyway..

basically its pointless... u can implement the right click thing which will atleast put off some peope. but can be annouying.

Hope this helps...
Dan

[TP apprieciated....]
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 04-05-2007, 09:23 AM Re: Hide source code
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
To follow Dan.
Lets also mention that even if you could hide the HTML (which is impossible, I'll get it using wget if I really want it, thank you), once we can see your site, it is trivial to re-implement the look and design by writing new HTML.

At my last job (RealNetworks), we built pages from photoshop mockups provided by the design department. Creating the HTML was trivial, the real work was in the back-end code to customize for users and work with our CMS. Being able to see the page is the same as having a mockup.

The only reason to pursue hiding HTML source is if it is so bad as to be embarrassing.
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 04-05-2007, 12:14 PM Re: Hide source code
dansgalaxy's Avatar
Defies a Status

Posts: 6,522
Name: Dan
Location: Swindon
Trades: 0
maybe i should try and hide mine... XD
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 04-05-2007, 12:53 PM Re: Hide source code
dansgalaxy's Avatar
Defies a Status

Posts: 6,522
Name: Dan
Location: Swindon
Trades: 0
didn't see before, thanks for TP much apprieciated.
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Reply     « Reply to Hide source code
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 2.30197 seconds with 12 queries