cjoverkill? is possible to install in vshare?
:D
It is possible to install cjoverkill 5 http://cjoverkill.icefire.org/download.php inside vshare index.php???
the script ask a include in the first line of the page:
Code:
<?php include file="in.php" ?>
this will work in vshare index.php file?
thanks.
Re: cjoverkill? is possible to install in vshare?
It is not possible to make any modification on the index.php file as it is Encrypted.
Re: cjoverkill? is possible to install in vshare?
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?
Re: cjoverkill? is possible to install in vshare?
This solution seems to work, cheers! :oops: