Nulled Request Affiliate Management System 7.0.0.2 (Untouched)

cryptoinc

Member
Banned User
Sep 5, 2020
83
35
18
Localhost
Hi updated the download link of Affiliate Management System 7.0.0.2

Script name : Affiliate Management System 7.0.0.2 (Untouched)
Download link : Mediafire download link
Encoded with ioncube: No
Required additional plugin : NO
Restrictions : Requires purchase codes to install.


Not able to install it due to purchase codes requirement please check if this can be useful.

Thanks.
 
Last edited:

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
HI @NullMaster I am sharing the download link of Affiliate Management System 4.0

Script name : Affiliate Management System 4.0 (Untouched)
Download link
: https://gofile.io/d/UXa5cC
Required additional plugin :
Restrictions : Requires purchase codes to install.

Got it from a friend not able to install it due to purchase codes requirement please check if this can be useful.

Thanks.
Upload it somewhere else, unable to download it.
 

blackhole

Active member
Nov 17, 2020
281
117
43
I was able to skip the installation process, using the nulled version 3.0.0.6 script from, @NullMaster, but at the time of the admin page, there was still an activation request.


Screenshot_6.png
 

blackhole

Active member
Nov 17, 2020
281
117
43
I just replaced the database.sql file with the latest version
 

Attachments

  • install.zip
    74.8 KB · Views: 31

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
Code:
function api($endpoint, $data = array(), $is_json = true){
    $curl = curl_init('https://buy.affiliatepro.org/'. $endpoint);
    $request = http_build_query($data);
    curl_setopt($curl, CURLOPT_POST, true);
    curl_setopt($curl, CURLOPT_POSTFIELDS, $request);
    curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($curl, CURLOPT_HEADER, false);
    curl_setopt($curl, CURLOPT_TIMEOUT, 60);
    curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);

    if($is_json) $response = json_decode(curl_exec($curl),1);
    else $response = curl_exec($curl);

    $httpcode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
    curl_close($curl);

    return array('success'=>'1','error'=>'','purchase_code'=>'nullmasterinbabiato','email'=>'[email protected]','username'=>'nullmaster','install_token'=>'nullmasterinbabiato','license'=>array('installed_version'=>'4.0'));
}

api function wrong.
 

blackhole

Active member
Nov 17, 2020
281
117
43
install_token = sql code....
Code:
function api($endpoint, $data = array(), $is_json = true){
    $curl = curl_init('https://buy.affiliatepro.org/'. $endpoint);
    $request = http_build_query($data);
    curl_setopt($curl, CURLOPT_POST, true);
    curl_setopt($curl, CURLOPT_POSTFIELDS, $request);
    curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($curl, CURLOPT_HEADER, false);
    curl_setopt($curl, CURLOPT_TIMEOUT, 60);
    curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);

    if($is_json) $response = json_decode(curl_exec($curl),1);
    else $response = curl_exec($curl);

    $httpcode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
    curl_close($curl);

    return array('success'=>'1','error'=>'','purchase_code'=>'nullmasterinbabiato','email'=>'[email protected]','username'=>'nullmaster','install_token'=>'nullmasterinbabiato','license'=>array('installed_version'=>'4.0'));
}

api function wrong.


does not show an error but still has not passed the activation process in the admin panel
 

cryptoinc

Member
Banned User
Sep 5, 2020
83
35
18
Localhost
Code:
function api($endpoint, $data = array(), $is_json = true){
    $curl = curl_init('https://buy.affiliatepro.org/'. $endpoint);
    $request = http_build_query($data);
    curl_setopt($curl, CURLOPT_POST, true);
    curl_setopt($curl, CURLOPT_POSTFIELDS, $request);
    curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($curl, CURLOPT_HEADER, false);
    curl_setopt($curl, CURLOPT_TIMEOUT, 60);
    curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);

    if($is_json) $response = json_decode(curl_exec($curl),1);
    else $response = curl_exec($curl);

    $httpcode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
    curl_close($curl);

    return array('success'=>'1','error'=>'','purchase_code'=>'nullmasterinbabiato','email'=>'[email protected]','username'=>'nullmaster','install_token'=>'nullmasterinbabiato','license'=>array('installed_version'=>'4.0'));
}

api function wrong.
Hi @NullMaster Big thanks for the code can you tell me where to replace this code so I can install the latest version 4.0
 

cryptoinc

Member
Banned User
Sep 5, 2020
83
35
18
Localhost
Hi @NullMaster I am facing errors during fresh installation in step-1, can you please check the screenshots

Code:
1: https://prnt.sc/wl012m

2: https://prnt.sc/wl018j

I have attached the modified helper.php in text format as php is not allowed in which I replaced your codes, can you check and suggest what I am doing wrong.

Thanks.
 

Attachments

  • helper.php.txt
    25.1 KB · Views: 19

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
Hi @NullMaster I am facing errors during fresh installation in step-1, can you please check the screenshots

Code:
1: https://prnt.sc/wl012m

2: https://prnt.sc/wl018j

I have attached the modified helper.php in text format as php is not allowed in which I replaced your codes, can you check and suggest what I am doing wrong.

Thanks.

Sorry but HTTP 403 error means that it is either requesting for something and cannot find it or it is requesting for something and it does not have full access to call it.

403 means Access Forbidden or Restricted
 

cryptoinc

Member
Banned User
Sep 5, 2020
83
35
18
Localhost
Sorry but HTTP 403 error means that it is either requesting for something and cannot find it or it is requesting for something and it does not have full access to call it.

403 means Access Forbidden or Restricted
Hi have you managed to install the new version 4.0 successfully ? I am stuck on installation wizard step-1.
 

White Rabbit

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Jul 31, 2020
521
552
93
Can someone please upload the proper nulled script of Affiliate Management System v4.0
 

Forum statistics

Threads
69,206
Messages
908,351
Members
236,894
Latest member
rydz

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu