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

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

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
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
 

hiitsjb1

Active member
Aug 8, 2019
493
110
43
digitalive.world
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 @Tomz . let me Install and update Here :)
 
  • Like
Reactions: tanierlyons

hiitsjb1

Active member
Aug 8, 2019
493
110
43
digitalive.world
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 @Tomz ,
Thanks Tomz 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:

hallotofayel

Member
Banned User
Apr 14, 2020
77
7
8
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 @Tomz :love:(y):love:
 
  • Like
Reactions: tanierlyons

hiitsjb1

Active member
Aug 8, 2019
493
110
43
digitalive.world
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:

hiitsjb1

Active member
Aug 8, 2019
493
110
43
digitalive.world
Hi Dear @Tomz
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 :(
 

codergirl93

Active member
Trusted Uploader
Jun 2, 2020
41
139
33
Hi Dear @Tomz
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 :(
I will update with latest version today
 

hiitsjb1

Active member
Aug 8, 2019
493
110
43
digitalive.world


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.
 

codergirl93

Active member
Trusted Uploader
Jun 2, 2020
41
139
33
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
 

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