LET ME CHECKHi @codergirl93 ,
have you successfully install update 2.0 Version ?
Go To : slippa\install\application\models\Licenceoperations.phpThanks![]()
$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 ";
}
}
return "Congratulations, License is Verified and ready to use!";
$demo_page_class="alert alert-success";
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:
![]()
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:
![]()
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:
![]()
I will update with latest version todayHi 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![]()
Latest version.
codergirl93 updated Slippa - Domains & Website Marketplace PHP Script with a new update entry:
Slippa - Domains & Website Marketplace PHP Script
Read the rest of this update entry...
I have just uploaded very latest version please check and downloadDear @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.
need verification email and licenceI have just uploaded very latest version please check and download
You should be able to write anything it is nulledneed verification email and licence