• 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"

Slippa - Domains,Website ,App & Social Media Marketplace PHP Script

Slippa - Domains,Website ,App & Social Media Marketplace PHP Script V4.0

No permission to download
Go To : slippa\install\application\models\Licenceoperations.php
Open Licenceoperations.php
Remove Line 36 To 69
PHP:
        $error_detected=0;
        $this->load->library('Verifyclass', 'verifyclass');
        if (!filter_var($this->input->post('CLIENT_EMAIL'), FILTER_VALIDATE_EMAIL) && empty($this->input->post('LICENSE_CODE')))
        {
            $error_detected=1;
            $error_details="Your email address and/or license code doesn't seem to be valid.";
        }

        //Validate URL
        if (!filter_var($this->input->post('ROOT_URL'), FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED | FILTER_FLAG_HOST_REQUIRED) || !ctype_alnum(substr($this->input->post('ROOT_URL'), -1)))
        {
            $error_detected=1;
            $error_details="Your URL doesn't seem to be valid.";
        }

        if ($error_detected==1)
        {
            return "Oops... Something went wrong... Change some things up and try again. More details on error below:<br><br>$error_details";
        }
        else
        {
            if ($this->verifyclass->getFullDetails($this->input->post('LICENSE_CODE'),$this->input->post('CLIENT_EMAIL'),$this->input->post('ROOT_URL').'/',$_SERVER['SERVER_ADDR'],$this->config->item('r_Item_ID'),$this->config->item('r_Server_Url'))    ==    'valid')
            {
                $returnobj    =    $this->verifyclass->getFullDetails($LICENSE_CODE,$CLIENT_EMAIL,$ROOT_URL.'/',$_SERVER['SERVER_ADDR'],$this->config->item('r_Item_ID'),$this->config->item('r_Server_Url'));
                //$_SESSION['install_step'] = 5;
                return "Congratulations, License is Verified and ready to use!";
                $demo_page_class="alert alert-success";
            }
            else
            {
                $error_details="Licence Verification is failed !! Please contact author !!";
                return "Unfortunately, installation failed because of this reason:<br><br>$error_details ";
            }
        }

Replace it with this code
PHP:
return "Congratulations, License is Verified and ready to use!";
        $demo_page_class="alert alert-success";

Like This:
flippa nulled.jpg
 
Go To : slippa\install\application\models\Licenceoperations.php
Open Licenceoperations.php
Remove Line 36 To 69
PHP:
        $error_detected=0;
        $this->load->library('Verifyclass', 'verifyclass');
        if (!filter_var($this->input->post('CLIENT_EMAIL'), FILTER_VALIDATE_EMAIL) && empty($this->input->post('LICENSE_CODE')))
        {
            $error_detected=1;
            $error_details="Your email address and/or license code doesn't seem to be valid.";
        }

        //Validate URL
        if (!filter_var($this->input->post('ROOT_URL'), FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED | FILTER_FLAG_HOST_REQUIRED) || !ctype_alnum(substr($this->input->post('ROOT_URL'), -1)))
        {
            $error_detected=1;
            $error_details="Your URL doesn't seem to be valid.";
        }

        if ($error_detected==1)
        {
            return "Oops... Something went wrong... Change some things up and try again. More details on error below:<br><br>$error_details";
        }
        else
        {
            if ($this->verifyclass->getFullDetails($this->input->post('LICENSE_CODE'),$this->input->post('CLIENT_EMAIL'),$this->input->post('ROOT_URL').'/',$_SERVER['SERVER_ADDR'],$this->config->item('r_Item_ID'),$this->config->item('r_Server_Url'))    ==    'valid')
            {
                $returnobj    =    $this->verifyclass->getFullDetails($LICENSE_CODE,$CLIENT_EMAIL,$ROOT_URL.'/',$_SERVER['SERVER_ADDR'],$this->config->item('r_Item_ID'),$this->config->item('r_Server_Url'));
                //$_SESSION['install_step'] = 5;
                return "Congratulations, License is Verified and ready to use!";
                $demo_page_class="alert alert-success";
            }
            else
            {
                $error_details="Licence Verification is failed !! Please contact author !!";
                return "Unfortunately, installation failed because of this reason:<br><br>$error_details ";
            }
        }

Replace it with this code
PHP:
return "Congratulations, License is Verified and ready to use!";
        $demo_page_class="alert alert-success";

Like This:
flippa nulled.jpg

Thank you very much Mr @Babak . let me Install and update Here :)
 
  • Like
Reactions: Babak
Go To : slippa\install\application\models\Licenceoperations.php
Open Licenceoperations.php
Remove Line 36 To 69
PHP:
        $error_detected=0;
        $this->load->library('Verifyclass', 'verifyclass');
        if (!filter_var($this->input->post('CLIENT_EMAIL'), FILTER_VALIDATE_EMAIL) && empty($this->input->post('LICENSE_CODE')))
        {
            $error_detected=1;
            $error_details="Your email address and/or license code doesn't seem to be valid.";
        }

        //Validate URL
        if (!filter_var($this->input->post('ROOT_URL'), FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED | FILTER_FLAG_HOST_REQUIRED) || !ctype_alnum(substr($this->input->post('ROOT_URL'), -1)))
        {
            $error_detected=1;
            $error_details="Your URL doesn't seem to be valid.";
        }

        if ($error_detected==1)
        {
            return "Oops... Something went wrong... Change some things up and try again. More details on error below:<br><br>$error_details";
        }
        else
        {
            if ($this->verifyclass->getFullDetails($this->input->post('LICENSE_CODE'),$this->input->post('CLIENT_EMAIL'),$this->input->post('ROOT_URL').'/',$_SERVER['SERVER_ADDR'],$this->config->item('r_Item_ID'),$this->config->item('r_Server_Url'))    ==    'valid')
            {
                $returnobj    =    $this->verifyclass->getFullDetails($LICENSE_CODE,$CLIENT_EMAIL,$ROOT_URL.'/',$_SERVER['SERVER_ADDR'],$this->config->item('r_Item_ID'),$this->config->item('r_Server_Url'));
                //$_SESSION['install_step'] = 5;
                return "Congratulations, License is Verified and ready to use!";
                $demo_page_class="alert alert-success";
            }
            else
            {
                $error_details="Licence Verification is failed !! Please contact author !!";
                return "Unfortunately, installation failed because of this reason:<br><br>$error_details ";
            }
        }

Replace it with this code
PHP:
return "Congratulations, License is Verified and ready to use!";
        $demo_page_class="alert alert-success";

Like This:
flippa nulled.jpg


Hi @Babak ,
Thanks Babak it is Successfully installed now without any license Verification :) . You are really Great Man.

I am looking for it from 2 Weeks and now Installed because of your Support.

1592338633894.png

Best Regards
Jabran shafique
 
Last edited:
Go To : slippa\install\application\models\Licenceoperations.php
Open Licenceoperations.php
Remove Line 36 To 69
PHP:
        $error_detected=0;
        $this->load->library('Verifyclass', 'verifyclass');
        if (!filter_var($this->input->post('CLIENT_EMAIL'), FILTER_VALIDATE_EMAIL) && empty($this->input->post('LICENSE_CODE')))
        {
            $error_detected=1;
            $error_details="Your email address and/or license code doesn't seem to be valid.";
        }

        //Validate URL
        if (!filter_var($this->input->post('ROOT_URL'), FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED | FILTER_FLAG_HOST_REQUIRED) || !ctype_alnum(substr($this->input->post('ROOT_URL'), -1)))
        {
            $error_detected=1;
            $error_details="Your URL doesn't seem to be valid.";
        }

        if ($error_detected==1)
        {
            return "Oops... Something went wrong... Change some things up and try again. More details on error below:<br><br>$error_details";
        }
        else
        {
            if ($this->verifyclass->getFullDetails($this->input->post('LICENSE_CODE'),$this->input->post('CLIENT_EMAIL'),$this->input->post('ROOT_URL').'/',$_SERVER['SERVER_ADDR'],$this->config->item('r_Item_ID'),$this->config->item('r_Server_Url'))    ==    'valid')
            {
                $returnobj    =    $this->verifyclass->getFullDetails($LICENSE_CODE,$CLIENT_EMAIL,$ROOT_URL.'/',$_SERVER['SERVER_ADDR'],$this->config->item('r_Item_ID'),$this->config->item('r_Server_Url'));
                //$_SESSION['install_step'] = 5;
                return "Congratulations, License is Verified and ready to use!";
                $demo_page_class="alert alert-success";
            }
            else
            {
                $error_details="Licence Verification is failed !! Please contact author !!";
                return "Unfortunately, installation failed because of this reason:<br><br>$error_details ";
            }
        }

Replace it with this code
PHP:
return "Congratulations, License is Verified and ready to use!";
        $demo_page_class="alert alert-success";

Like This:
flippa nulled.jpg

Thanks @Babak :love:(y):love:
 
  • Like
Reactions: Babak
Hi @codergirl93,
Hope you are doing good .
Slippa - Domains & Website Marketplace PHP Script v2.1 Updated Version released.

Can you please update to 2.1 ?

waiting for your new update


Thanks in Advance
 
Last edited:
Hi Dear @Babak
Hope you are doing good .
Can you please help us to upload the new Version of Slippa - Domains & Website Marketplace PHP Script v2.1 Updated Version released.

Still waiting for it :(
 


Dear @codergirl93 ,
Dear waiting for 2.1 Version which is recently released 14 July 2010.
is it 2.1 or 2.0 ?

Slippa - Domains & Website Marketplace PHP Script v2.1 Updated Version released.

Change Log


Version 2.1.1 Release (14/07/2020)
Release:
- Escrow settings saving error was fixed.
- Minor fixes & improvements.

Version 2.1 Release (13/07/2020)
Release:
- Escrow services module added
- Mail Chimp Newsletters
- DNS domain verification added
- Domain & Website Listings as Admin
- User Login as Admin.
- Homepage view controls
- Minor fixes & improvements.
 
Dear @codergirl93 ,
Dear waiting for 2.1 Version which is recently released 14 July 2010.
is it 2.1 or 2.0 ?

Slippa - Domains & Website Marketplace PHP Script v2.1 Updated Version released.

Change Log


Version 2.1.1 Release (14/07/2020)
Release:
- Escrow settings saving error was fixed.
- Minor fixes & improvements.

Version 2.1 Release (13/07/2020)
Release:
- Escrow services module added
- Mail Chimp Newsletters
- DNS domain verification added
- Domain & Website Listings as Admin
- User Login as Admin.
- Homepage view controls
- Minor fixes & improvements.
I have just uploaded very latest version please check and download
 
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