Important alert: (current site time 7/15/2013 11:10:53 AM EDT)
 

winzip icon

mySecretData ver 1.0 - To keep CSS and JavaScript Files Unreachable to Clients using PHP

Email
Submitted on: 8/29/2007 10:48:18 AM
By: Sunil Thakare  
Level: Advanced
User Rating: By 4 Users
Compatibility: PHP 4.0, PHP 5.0
Views: 7469
author picture
(About the author)
 
     mySecretData ver 1.0 Thank you for downloading mySecretData. This comprehensive php code used to keep your valuable CSS and JavaScript Files unreachable to client side. This code loads CSS Data and JavaScript code directly into browser's memory but not be downloaded to client side. If user tries to get code by entering file URI into the browser, it will not allow to download to client side. This is very effective way to keep css and javascript files secret. No way CSS and JavaScript Files are viewable to users but loads directly to browser's memory. Live demo is available at http://www.thakares.com/secret_css_js COPYRIGHT NOTICE: The code is published under GPL but should not be used for commercial purpose. Premium Version is Also available to hide other files also. Please visit http://www.thakares.com Please write to us at info@thakares.com. If you appreciate this code please give me FIVE GLOBS or FIVE STAR RATINGS

 
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!
//**************************************
// for :mySecretData ver 1.0 - To keep CSS and JavaScript Files Unreachable to Clients using PHP
//**************************************
COPYRIGHT NOTICE: The code is published under GPL but should not be used for commercial purpose.
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come out every day, so no prevention program can catch 100% of them. For your own safety, please:
  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 16 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments

8/24/2008 3:04:33 PMNils V.G.

I want to point out that this isn't 100% proof.
If you use Mozilla Firefox and have the addon FireBug, you can see scripts in the memory of the browser, so visiters can still see the site's JS and CSS
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.