07-01-2017, 10:10 PM
07-02-2017, 02:05 AM
@un0n what version IC Decoder do you use?
07-02-2017, 02:57 AM
yeah, anybody decoded this? :)
07-02-2017, 05:51 AM
any update on this??
07-02-2017, 07:43 AM
i decoded the ioncubed file do_install.php for you guys to simplify the nulling as i dont have a lot of time to full null the script for now
<?PHP
function verify_purchase_code($code)
{
$code = urlencode($code);
$website = urlencode($code);
$url = 'http://vtcreators.com/license/verify?purchase_code=' . $code . '&domain=' . $_SERVER['HTTP_HOST'] . '&website=' . $website . '&app=tigerpost';
$data = ($_SERVER['HTTP_HOST']);
$ch = 'http://vtcreators.com/license/verify?purchase_code=' . $code . '&domain=' . $_SERVER['HTTP_HOST'];
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$data = urlencode($code);
curl_close($ch);
return json_decode($data);
}
?>
now its time to figure out the return data that Tiger Post likes to get from thier servers to get the installation going.
<?PHP
function verify_purchase_code($code)
{
$code = urlencode($code);
$website = urlencode($code);
$url = 'http://vtcreators.com/license/verify?purchase_code=' . $code . '&domain=' . $_SERVER['HTTP_HOST'] . '&website=' . $website . '&app=tigerpost';
$data = ($_SERVER['HTTP_HOST']);
$ch = 'http://vtcreators.com/license/verify?purchase_code=' . $code . '&domain=' . $_SERVER['HTTP_HOST'];
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$data = urlencode($code);
curl_close($ch);
return json_decode($data);
}
?>
now its time to figure out the return data that Tiger Post likes to get from thier servers to get the installation going.
07-02-2017, 09:14 PM
function verify_purchase_code($code)
{
return true;
}
{
return true;
}
07-02-2017, 10:02 PM
bump bump for this !
07-05-2017, 12:46 AM
up up ! any news ?
07-05-2017, 12:51 AM
(07-02-2017 07:43 AM)mdchala Wrote: [ -> ]i decoded the ioncubed file do_install.php for you guys to simplify the nulling as i dont have a lot of time to full null the script for now
<?PHP
function verify_purchase_code($code)
{
$code = urlencode($code);
$website = urlencode($code);
$url = 'http://vtcreators.com/license/verify?purchase_code=' . $code . '&domain=' . $_SERVER['HTTP_HOST'] . '&website=' . $website . '&app=tigerpost';
$data = ($_SERVER['HTTP_HOST']);
$ch = 'http://vtcreators.com/license/verify?purchase_code=' . $code . '&domain=' . $_SERVER['HTTP_HOST'];
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$data = urlencode($code);
curl_close($ch);
return json_decode($data);
}
?>
now its time to figure out the return data that Tiger Post likes to get from thier servers to get the installation going.
As I remember you are missing code in here, this is just the first part of it. If you have the entire code send it to me and I will fix it.
(07-02-2017 09:14 PM)freshweb Wrote: [ -> ]function verify_purchase_code($code)
{
return true;
}
That will not work lol, At least not in that function.
07-05-2017, 11:03 PM
Maybe read little in here nulled. cc/threads/287713/
some hint
some hint