View Single Post
  #44 (permalink)  
Old 11-15-06, 03:02 PM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
I'll reply to this quick.

Quote:
Originally Posted by sixabat
it's impossible!
you know it because you downloaded the files from Download it!
No mate. I didn't download a single file. I'll tell you how I did.

First, I went to the demo page.
http://alilg.com/demonstration/ajax_.../site_page.php

Second, I looked at the source code and found this.
Code:
<script src="require.js" type="text/javascript"></script>
A link to an external Javascript. So I opened the file.
http://alilg.com/demonstration/ajax_...den/require.js

In the code I found a link to a php file. (require.php) So I went there.
http://alilg.com/demonstration/ajax_...en/require.php

Seems weird. Now disable Javascript on your browser and refresh the page. Surprise surprise.

Done.

As you can see, it is possible. There is no way to hide your code.