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

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

No permission to download

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You

Devmaxx

Member
Jan 28, 2021
35
8
8
Only Admin Panel works, but Front page not working please help me gets resolve this issue
 

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You

caca

Member
Jun 10, 2019
69
10
8
brothers, can anyone help with the installation of the latest version?

In the history of the subject, the installation is explained scattered, I would be very happy if someone compiles.

@tuton012
 

szalony

New member
Feb 26, 2019
21
19
3
brothers, can anyone help with the installation of the latest version?

In the history of the subject, the installation is explained scattered, I would be very happy if someone compiles.

@tuton012
Go to install\application\models\ and edit the file Licenceoperations.php and replace all its contents with::
PHP:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
include("assets/db/connect.php");

ini_set('max_execution_time', '0'); // for infinite time of execution

class Licenceoperations extends CI_Model
{
    public $error_detected=0;
    public $error_details=null;

    public function getDomain($url)
    {
        if(preg_match("#https?://#", $url) === 0)
        {
            $url = 'http://' . $url;
        }
        return strtolower(str_ireplace('www.', '', parse_url($url, PHP_URL_HOST)));
    }

    public function protocol()
    {
        $protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) ? "https://" : "http://";
  
        return $protocol;
    }

    public function getFullUrl()
    {
        $basePathValue=  $this->protocol() . (isset($basePath) ? $basePath : $this->getDomain($_SERVER['SERVER_NAME']) . str_replace(        "/install","",dirname($_SERVER['SCRIPT_NAME'])));   
        return $basePathValue;
    }

    public function SubmitLicenceData()
    {
        return "Congratulations, License is Verified and ready to use!";
        $demo_page_class="alert alert-success";
    }
}
?>
 

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You

epro

New member
Oct 4, 2022
3
1
3
wao....... i just installed the script and it is working perfectly . All the script are working but there is a problem with the install folder
 

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You
  • Like
Reactions: fmchawki and Judge

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