• NullMasters - Please Only Handle Nulling Requests That Have Been Given The Approved Badge.

  • You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Already Nulled Affiliate Management System 7.0.0.2 (Untouched)

Status
Not open for further replies.
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.
 
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
 
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
 
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
 
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
 
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);
 
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.
 
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?
 
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 ?
 
Status
Not open for further replies.
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock