37.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

01-28-2017, 09:02 AM (This post was last modified: 03-24-2017 11:54 PM by tectonny.)
Post: #1
[GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
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
01-28-2017, 09:26 AM
Post: #2
RE: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
here is the Virus total report for above link.
VT
01-29-2017, 09:06 PM
Post: #3
RE: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
correct virustotal report
https://virustotal.com/en/file/cbed7b75c.../analysis/
01-29-2017, 09:14 PM
Post: #4
RE: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
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
01-29-2017, 10:14 PM
Post: #5
RE: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
thank you very much
62.gif
01-29-2017, 11:59 PM
Post: #6
RE: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
is it need to null???
01-30-2017, 12:05 AM
Post: #7
RE: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
I have not yet had time to install and nulled, but it does not seem complicated.
I'll try as soon as possible.
01-30-2017, 11:18 AM
Post: #8
RE: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
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-31-2017, 01:46 AM
Post: #9
RE: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
(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
01-31-2017, 04:49 AM
Post: #10
RE: [GET] Codecanyon - VTGram - Instagram Tool For Marketing [PURCHASED] [NO NULLED]
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???
31.gif




44.gif