How to view source code of a page protected by ionCube

Joined
Mar 10, 2010
Messages
46
Reaction score
6
I tried to view the code of a page and its shown as given
Code:
<!--

Page protected by ionCube - HTML/JavaScript Encoder
Copyright (c) 2003 RWJD.Com and ionCube Ltd.  All Rights Reserved.

Any analysis of this  source code,  embedded data  or file by any means and by
any entity whether human or otherwise  to including but without  limitation to
discover details  of internal operation, to  reverse  engineer, to  de-compile
object code, or to modify  for the purposes  of modifying behavior or scope of
their usage is forbidden.

-->
I want to view his source,can someone help me how to view the source code of the sites which is protected by ioncube?
Thanks
 
If you include a link or a copy of the actual code, we'll be more likely to be able to help you.

The easiest option is often to install firebug and then view the rendered HTML.

Usually these are javascript tricks that write out the page after it's loaded from some shitty "encryption". Firebug usually gets you right past them.
 
Last edited:
I have fire-bug installed and opened,now what should I do?
 
Back
Top