Nulled Request Affiliate Management System 7.0.0.2 (Untouched)

cryptoinc

Member
Banned User
Sep 5, 2020
83
35
18
Localhost
That's the only phase where I got stuck
Same here also the script fetch codecanyon username when the purchase code is entered in version 4.0 may be thats the reason I am getting this error.

But a more experienced member might help, I am also waiting to install it properly.
 

blackhole

Active member
Nov 17, 2020
281
117
43
To be nulled properly, we need a working 4.0 database



like my post above, there is a database version 4.0.

I have tried and successfully passed the installation process, but the license will be asked again when in the admin panel
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
I need currency table data.
I need language table data.
I need countries table data.
I need cities table data.
I need the entry "site" in the settings table
 

blackhole

Active member
Nov 17, 2020
281
117
43
I need currency table data.
I need language table data.
I need countries table data.
I need cities table data.
I need the entry "site" in the settings table


Is it possible to retrieve data from version 3?
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
yes, also take a look at the directory "application/cache" there is a file named "routes.php", is it empty ? If no share it please
 

blackhole

Active member
Nov 17, 2020
281
117
43
routes.php file does not contain any code it looks empty,


I kept looking for the code showing the activation popup, but couldn't find it
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
To get rid of the nag screen just edit the file: application/controllers/Firstsetting.php

Method: get_step()

Just go before:
echo json_encode($json);

And insert:
$json = array();
$json['html'] = $this->load->view("firstsetting/step", $data, true);
 

blackhole

Active member
Nov 17, 2020
281
117
43
Code:
<script type="text/javascript">

    $(".btn-confirm-password").on("click",function(){

        $this = $(this);

        $.ajax({

            url:'https://localhost/installversion/check_confirm_password',

            type:'POST',

            dataType:'json',

            data:{

                create_license_version : 1,
                password:$("#admin-password").val(),

                codecanyon:$("#codecanyon-license").val()

            },

            beforeSend:function(){$this.btn("loading");},

            complete:function(){$this.btn("reset");},

            success:function(json){

                $(".password-alert").addClass('d-none');



                if(json['warning']){

                    $(".password-alert").html(json['warning']).removeClass('d-none');

                }



                if(json['success']){

                    $("#model-adminpassword").modal("hide");

                    
                        location.reload();

                    
                }

            },

        })

    })

</script>


function that keeps showing popups, if I'm not mistaken.
 

blackhole

Active member
Nov 17, 2020
281
117
43
i fix this
go to \application\views\admincontrol\includes\footer.php

delete code 1-114
 

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
like my post above, there is a database version 4.0.

I have tried and successfully passed the installation process, but the license will be asked again when in the admin panel
Sorry please how were you able to bypass the installation process on step 1 where it asked for the code?
 

blackhole

Active member
Nov 17, 2020
281
117
43
Sorry please how were you able to bypass the installation process on step 1 where it asked for the code?

I only use the installation folder in version 3.0.0.6, and this is from @NullMaster, I just replace database.sql, with the latest database which is version v4.0
 

KuroZenkai

New member
Sep 30, 2019
13
0
1
Thank you for your work and all files.

I've a problem on my install. Error 500 when i validate the script of installation. Someone can help me to solve this issue please ?
 

Forum statistics

Threads
69,206
Messages
908,351
Members
236,895
Latest member
jeremcastdlp

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