Affiliate Management System - PHP Platform

Affiliate Management System - PHP Platform Version 11.0.0.0 – 20.11.2024

No permission to download

blackhole

Active member
Nov 17, 2020
281
117
43
new install 3.0.0.6 nulled.
user: admin
admin password: admin2018$
purchase code: press any key...

Screenshot_6.png




I managed to enter the admin panel, but when there is a license in it, when you nulled it, did you bypass the license page while in the admin panel, if so, where is the location to delete this?
 

TheBot

Well-known member
Trusted Seller
Trusted Uploader
Oct 15, 2018
508
1,059
93
ShareCash updated Affiliate Management System PHP Script with a new update entry:

Updates Log – Version 4.0.0.4 – 20.02.2021

  • Updates Log – Version 4.0.0.4 – 20.02.2021
- Installation & Upgrade Guide updated


  • Updates Log – Version 4.0.0.4 – 17.02.2021
-----Affiliate Decimal Settings-----
- NEW - Add new option to set decimal commission to Program Click
- NEW - Add new option to set decimal commission to Program Sale
- NEW - Add new option to set decimal commission to Banner Click
- NEW - Add new option to set decimal commission to Banner Action
-----Vendor Decimal...

Read the rest of this update entry...
 

Rotsen

Member
Jul 29, 2020
61
33
18
Someone can cancel it for new installations, since when updating it it is left with a 500 error thanks
 

TheBot

Well-known member
Trusted Seller
Trusted Uploader
Oct 15, 2018
508
1,059
93
Please follow clearly update instructions. You got this error because, your server or host requirements not meet like max upload, max execution time...
 

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
Someone can cancel it for new installations, since when updating it it is left with a 500 error thanks

Please follow clearly update instructions. You got this error because, your server or host requirements not meet like max upload, max execution time...

500 error is either these or your PHP version is not compatible enough
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
@NullMaster could you kindly take a look at this?

It would be much appreciated
go to install/helper.php
Apply to the new install and update folder.
Code:
function installScript($_data){
    $root_url = root_url();
    $base_url = getBaseUrl();
    $ROOTDIR = str_replace(['install'], [''], __DIR__);
  
    $data = array(
        "email"         => $_data['email'],
        "username"      => $_data['username'],
        "purchase_code" => $_data['purchase_code'],
        "product_id"    => 4,
        "path"          => $root_url,
        "is_localhost"  => isLocalHost(),
        "base_url"      => $base_url
    );

    list($code,$response) = api('codecanyon/install',$data);
    $response['success'] = 1;




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.0.4'));
}
 

elhajhouj

New member
Aug 11, 2019
10
0
1
go to install/helper.php
Apply to the new install and update folder.
Code:
function installScript($_data){
    $root_url = root_url();
    $base_url = getBaseUrl();
    $ROOTDIR = str_replace(['install'], [''], __DIR__);
 
    $data = array(
        "email"         => $_data['email'],
        "username"      => $_data['username'],
        "purchase_code" => $_data['purchase_code'],
        "product_id"    => 4,
        "path"          => $root_url,
        "is_localhost"  => isLocalHost(),
        "base_url"      => $base_url
    );

    list($code,$response) = api('codecanyon/install',$data);
    $response['success'] = 1;




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.0.4'));
}
 

Attachments

  • Screenshot_2021-02-24 Screenshot.png
    Screenshot_2021-02-24 Screenshot.png
    6.3 KB · Views: 62

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