Best Blackhat Forum

Full Version: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
What I will post is product purchased, downloaded and uploaded to zippyshare without any modification.

Name: VTGram - Instagram Tool For Marketing (2.0)
Downloaded on: 03/24/2017
Link: http://www57.zippyshare.com/v/6UmACrGc/file.html
Demo: https://codecanyon.net/item/vtgram-insta...g/18101205
here is the Virus total report for above link.
VT
Despite being out of REPs allowed for today,
daring to ask if this requires to be bleached --
before i exhaust my limited bandwidth,-- please?
TY and blessings!
Cool
thank you very much
is it need to null???
I have not yet had time to install and nulled, but it does not seem complicated.
I'll try as soon as possible.
To install I did so.

Edit this file: \install\do_install.php
Line 30

Remove all if or only change != For ==
Code:
if (!empty($verification) and& $verification->status != "success") {
        echo json_encode(array("success" => false, "message" => $verification->message));
        exit();
    }

This
Code:
$verification = verify_purchase_code($purchase_code);

    if (!empty($verification) and& $verification->status == "success") {
        echo json_encode(array("success" => false, "message" => $verification->message));
        exit();
    }

With this the installation will finish without problems.

Upon entering the site, you will realize that you will still be prompted for purchase code.
To solve this, do the following:
Edit the file /vendor/codeigniter/framework/system/helpers/url_helper.php
Line 70
In:
Code:
function VF_CODE($code) {
    $code = urlencode($code);
    $website = str_replace("install/", "", @$_SERVER['HTTP_REFERER']);
    $url = "http://vtcreators.com/license/verify?purchase_code=" . $code . "&domain=" . $_SERVER['HTTP_HOST'] . "&website=" . $website . "&app=instatool";

    $ch = curl_init();

    curl_setopt($ch, CURLOPT_HEADER, 0);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_URL, $url);
    $data = curl_exec($ch);
    curl_close($ch);
    return json_decode($data);
var_dump ($data);
}

Per:
Code:
function VF_CODE($code) {
    $data = array("status"=>"success","message"=>"Sucesso");
    return json_decode($data);
}

I did the quick tests here and it worked.

If someone has a better solution, be free to share.
(01-30-2017 11:18 AM)tectonny Wrote: [ -> ]To install I did so.

Edit this file: \install\do_install.php
Line 30

Remove all if or only change != For ==
Code:
if (!empty($verification) and& $verification->status != "success") {
        echo json_encode(array("success" => false, "message" => $verification->message));
        exit();
    }

This
Code:
$verification = verify_purchase_code($purchase_code);

    if (!empty($verification) and& $verification->status == "success") {
        echo json_encode(array("success" => false, "message" => $verification->message));
        exit();
    }

With this the installation will finish without problems.

Upon entering the site, you will realize that you will still be prompted for purchase code.
To solve this, do the following:
Edit the file /vendor/codeigniter/framework/system/helpers/url_helper.php
Line 70
In:
Code:
function VF_CODE($code) {
    $code = urlencode($code);
    $website = str_replace("install/", "", @$_SERVER['HTTP_REFERER']);
    $url = "http://vtcreators.com/license/verify?purchase_code=" . $code . "&domain=" . $_SERVER['HTTP_HOST'] . "&website=" . $website . "&app=instatool";

    $ch = curl_init();

    curl_setopt($ch, CURLOPT_HEADER, 0);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_URL, $url);
    $data = curl_exec($ch);
    curl_close($ch);
    return json_decode($data);
var_dump ($data);
}

Per:
Code:
function VF_CODE($code) {
    $data = array("status"=>"success","message"=>"Sucesso");
    return json_decode($data);
}

I did the quick tests here and it worked.

If someone has a better solution, be free to share.

thank you sir. rep added
tq tectonny for giving this...but i have problem to continue setup because my NEXT button was disable -->> http://imgur.com/Q9CgBAW

[Image: Q9CgBAW]

can anyone help me???
Pages: 1 2 3 4 5 6 7 8
Reference URL's