Quote Originally Posted by melbin
It is not possible to make any modification on the index.php file as it is Encrypted.
And is possible to include the index.php? like this:

Code:
<?php
include ("in.php");
include ("index.php");
?>
index.php = vshare index.php
in.php = in.php to include of cjoverkill?

will work?