• 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
Only Admin Panel works, but Front page not working please help me gets resolve this issue
 
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
 
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";
    }
}
?>
 
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
 
  • Like
Reactions: fmchawki and Judge
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