Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
07-01-2017, 10:10 PM
Post: #11
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest
bump bump !
|
|||
07-02-2017, 02:05 AM
Post: #12
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest
@un0n what version IC Decoder do you use?
|
|||
07-02-2017, 02:57 AM
Post: #13
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest
yeah, anybody decoded this? :)
|
|||
07-02-2017, 05:51 AM
Post: #14
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest
any update on this??
|
|||
07-02-2017, 07:43 AM
Post: #15
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest
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. |
|||
07-02-2017, 09:14 PM
Post: #16
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest
function verify_purchase_code($code)
{ return true; } |
|||
07-02-2017, 10:02 PM
Post: #17
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest
bump bump for this !
|
|||
07-05-2017, 12:46 AM
Post: #18
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest
up up ! any news ?
|
|||
07-05-2017, 12:51 AM
Post: #19
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest
(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 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) That will not work lol, At least not in that function.
:)
|
|||
07-05-2017, 11:03 PM
Post: #20
|
|||
|
|||
RE: [GET] [NEEDS NULLING] Tiger Post 3.1 (latest | |||