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

Please Nulled -Ecom -Multi Vendor Ecommerce Shopping Script

use this index.php in install folder

PHP:
  <!doctype html>
  <html lang="en">
    <head>
      <!-- Required meta tags -->
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

      <!-- Bootstrap CSS -->
      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
      <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
      <title>THESOFTKING  INSTALLER</title>
      <style type="text/css">
        body{
          background-color: #292929;
          font-size: 1.3rem;
        }
        /*Section Header */
        .section-header{
          background-color: #2ecc71;
          color: #fff;
          padding: 20px 20px;
          overflow: hidden;
        }
        .section-header p{
          display: inline-block;
          float: left;
          text-transform: uppercase;
          font-size: 24px;
          margin-bottom: 0px;
          font-weight: 700;
        }
        .section-header a{
          float: right;
          text-transform:uppercase;
          font-size: 24px;
          padding: 5px 25px;
          background-color: #fff;
          color: #2ecc71;
          border-radius: 5px;
          text-align: center;
          text-decoration: none;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
        }
        .section-header a:hover{
          background-color: #404040;
          color: #fff;
        }
        .section-padding{
          padding:80px 0px;

        }
        .step-installer{
          overflow: hidden;
          background-color: #3a3a3a;
          min-width: 650px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          text-align: center;
          border:2px solid #2ecc71;
          padding: 20px 20px;
        }
        /*Second Installer*/
        .first-installer h1{
          margin:20px 0px;
          color: #fff;
          font-weight: 700;
        }

        .first-installer h4{
          margin:20px 0px;
          color: #fff;
          text-align: left;
        }
         .first-installer p{
          margin-bottom:30px;
          color: #fff;
        }
         .first-installer .form-check{
          float: left;
          margin-top:15px;
        }
         .first-installer .button {
          float: right;
        }
         .first-installer .button a{
          padding:10px 30px;
          font-size: 20px;
          text-transform: capitalize;
          text-decoration: none;
          background-color:#2ecc71;
          border:none;
        }
         .first-installer .form-check label{
          color: #fff;
        }
        /*Second Installer*/
        .second-installer .installer-content table{
          color: #fff;
        }
        /*Third Installer*/
        .third-installer .installer-content form button{
          background-color: #2ecc71;
          outline: none;
          border:none;
          font-size: 25px;
          padding:10px 20px;
          margin-top: 30px;
           -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
        }
        .third-installer .installer-content form button:hover{
          background-color: #292929;
        }
        .installer-header {
          border-bottom: 1px solid #2ecc71;
          margin-bottom: 24px;
        }

      </style>
    </head>
    <body>
      <header>
          <div class="section-header">
            <p>software setup wizard</p>
            <a href="http://portal.thesoftking.com/submitticket.php?step=2&deptid=4" target="_blank">Get Support</a>
          </div>
      </header>
      <!-- First Section Start -->
      <section class="section-padding" id="section-first">
        <div class="container">
          <div class="row">
            <div class="col-xl-12">



  <?php
  error_reporting(0);

  function extension_check($name){
  if (!extension_loaded($name)) {
  $response = false;
  } else {
  $response = true;
  }
  return $response;
  }

  function folder_permission($name){
  $perm = substr(sprintf('%o', fileperms($name)), -4);
      if ($perm >= '0775') {
        $response = true;
      } else {
         $response = false;
      }
  return $response;
  }

  function importDatabase($mysql_host,$mysql_database,$mysql_user,$mysql_password){
    $db = new PDO("mysql:host=$mysql_host;dbname=$mysql_database", $mysql_user, $mysql_password);
    $query = file_get_contents("database.sql");
    $stmt = $db->prepare($query);
    if ($stmt->execute())
       return true;
    else
       return false;
  }

  $base_url = home_base_url();
  if (substr("$base_url", -1=="/")) {
  $base_url = substr("$base_url", 0, -1);
  }

  function home_base_url(){   
    $base_url = (isset($_SERVER['HTTPS']) &&
    $_SERVER['HTTPS']!='off') ? 'https://' : 'http://';
    $tmpURL = dirname(__FILE__);
    $tmpURL = str_replace(chr(92),'/',$tmpURL);
    $tmpURL = str_replace($_SERVER['DOCUMENT_ROOT'],'',$tmpURL);
    $tmpURL = ltrim($tmpURL,'/');
    $tmpURL = rtrim($tmpURL, '/');
    $tmpURL = str_replace('install','',$tmpURL);
    $base_url .= $_SERVER['HTTP_HOST'].'/'.$tmpURL;
    return $base_url;
  }

  function createTable($name, $details, $status){
  if ($status=='1') {
  $pr = '<i class="fa fa-check"><i>';
  }else{
  $pr = '<i class="fa fa-times" style="color:red;"><i>';
  }
  echo "<tr><td>$name</td><td>$details</td><td>$pr</td></tr>";
  }

  ////####################################################
  $extensions = [
      'openssl' ,'pdo', 'mbstring', 'tokenizer', 'JSON', 'cURL', 'XML', 'fileinfo'
  ];

  $folders = [
  '../core/bootstrap/cache/', '../core/storage/', '../core/storage/app/', '../core/storage/framework/', '../core/storage/logs/'
  ];
  ////####################################################

  if (isset($_GET['action'])) {
  $action = $_GET['action'];
  }else {
  $action = "";
  }
  if ($action=='install') {
  ?>
  <div class="step-installer first-installer second-installer third-installer">
  <div class="installer-header"><h1 style="text-transform: uppercase;">Result</h1></div>
  <div class="installer-content">
  <?php
  if ($_POST) {
  $user = $_POST['user'];
  $code = $_POST['code'];
  $db_name = $_POST['db_name'];
  $db_host = $_POST['db_host'];
  $db_user = $_POST['db_user'];
  $db_pass = $_POST['db_pass'];
  //$api = "https://thesoftking.com/verify/api.php?code=$code&user=$user&domain=$base_url";

$ch = curl_init();
curl_setopt($ch, CURLOPT_AUTOREFERER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
//curl_setopt($ch, CURLOPT_URL, $api);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);       
$ac = curl_exec($ch);
curl_close($ch);

$status = json_decode($ac);

 // if ($status->status=='Success') {

  if(importDatabase($db_host,$db_name,$db_user,$db_pass)){
  echo '<div style="text-align:center; text-transform:uppercase;">
  <h1>Installed Successfully </h1><br>
  <a href="'.$base_url.'" class="btn btn-success btn-sm">Go to Website</a>
  <br><br><b style="color:red;">Please Delete The Install Folder</b><br><br><br></div>';
  ////////////////////// UPDATE CONFIG
  $key = base64_encode(random_bytes(32));
  $output = '
  APP_NAME=Laravel
  APP_ENV=production
  APP_KEY=base64:'.$key.'
  APP_DEBUG=false
  APP_LOG_LEVEL=debug
  APP_URL='.$base_url.'

  DB_CONNECTION=mysql
  DB_HOST='.$db_host.'
  DB_PORT=3306
  DB_DATABASE='.$db_name.'
  DB_USERNAME='.$db_user.'
  DB_PASSWORD='.$db_pass.'


  BROADCAST_DRIVER=log
  CACHE_DRIVER=file
  SESSION_DRIVER=file
  SESSION_LIFETIME=120
  QUEUE_DRIVER=sync


  PURCHASECODE ='.$code.'
  ';

  $file = fopen('../core/.env', 'w');
  fwrite($file, $output);
  fclose($file);
  }else{
  echo "<h2 class='text-center' style='color:red;'>Please Check Your Database Credential!<h2>";
  }
 // }else{
  //echo "<h2 class='text-center' style='color:red;'>$status->message<h2>";
  //}
  }
  ?>
  </div>
  </div>
  <?php
  }elseif($action=='config') {
  ?>
  <div class="step-installer first-installer second-installer third-installer">
  <div class="installer-header"><h1 style="text-transform: uppercase;">Information</h1></div>
  <div class="installer-content">
  <form action="?action=install" method="post">
 
 
 
 
<h4 style="text-transform: uppercase;">PURCHASE VERIFICATION</h4>
<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="user" placeholder="Username" value="Nulled" type="text" readonly><br>
 
<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="code" placeholder="Purchase Code" value="Nulled" type="text" readonly><br>
<hr style="background: #0F0; height: 1px;">
 
<h4>APP URL</h4>
<input class="form-control" style="background: #000; color: #0F0; border: 1px dotted lime;" name="app_url" value="<?php echo $base_url; ?>" type="text"><br>
<hr style="background: #0F0; height: 1px;">
 
 
<h4 style="text-transform: uppercase;">Database Details</h4>
<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="db_host" value="localhost" placeholder="Database Host" type="text" required=""><br>
 
<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="db_user" value="root" placeholder="Database User" type="text" required=""><br>
 
<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="db_pass" value="root" placeholder="Password" type="text" required=""><br>
 
<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="db_name" value="ecom" placeholder="Database Name" type="text" required=""><br>
 
<button class="btn btn-primary" style="background: #000; color: #0F0; border: 1px dotted lime;" type="submit">INSTALL</button>
</form>
  </div>
  </div>
  <?php
  }elseif ($action=='requirements') {
  ?>
  <div class="step-installer first-installer second-installer">
  <div class="installer-header" style="text-transform: uppercase;"><h1>Server Requirments</h1></div>
  <div class="installer-content table-responsive">
  <table class="table table-striped" style="text-align: left;">
  <tbody>
  <?php
  $error = 0;
  $phpversion = version_compare(PHP_VERSION, '7.1.3', '>=');
  if ($phpversion==true) {
  $error = $error+0;
  createTable("PHP", "Required PHP version 7.1.3 or higher",1);
  }else{
  $error = $error+1;
  createTable("PHP", "Required PHP version 7.1.3 or higher",0);
  }
  foreach ($extensions as $key) {
  $extension = extension_check($key);
  if ($extension==true) {
  $error = $error+0;
  createTable($key, "Required ".strtoupper($key)." PHP Extension",1);
  }else{
  $error = $error+1;
  createTable($key, "Required ".strtoupper($key)." PHP Extension",0);
  }
  }
  foreach ($folders as $key) {
  $folder_perm = folder_permission($key);
  if ($folder_perm==true) {
  $error = $error+0;
  createTable(str_replace("../", "", $key)," Required permission: 0775 ",1);
  }else{
  $error = $error+1;
  createTable(str_replace("../", "", $key)," Required permission: 0775 ",0);
  }
  }
  $envCheck = is_writable('../core/.env');
  if ($envCheck==true) {
  $error = $error+0;
  createTable('env'," Required .env to be writable",1);
  }else{
  $error = $error+1;
  createTable('env'," Required .env to be writable",0);
  }
  $database = file_exists('database.sql');
  if ($database==true) {
  $error = $error+0;
  createTable('Database',"  Required database.sql available",1);
  }else{
  $error = $error+1;
  createTable('Database'," Required database.sql available",0);
  }
  echo '</tbody></table><div class="button">';
  if ($error==0) {
  echo '<a class="btn btn-primary anchor" href="../install">Back <i class="fa fa-angle-double-left"></i></a>';
  echo '<a class="btn btn-primary anchor" href="?action=config">Next Step <i class="fa fa-angle-double-right"></i></a>';
  }else{
  echo '<a class="btn btn-info anchor" href="?action=requirements">ReCheck <i class="fa fa-sync-alt"></i></a>';
  }
  ?>
  </div>
  </div>
  </div>
  <?php
  }else{
  ?>
  <div class="step-installer first-installer">
  <div class="installer-header" style="text-transform: uppercase;"><h1> Terms of use</h1></div>
  <div class="installer-content">
  <p style="text-align: left;">
  <strong>License to be used on one (1) domain only!</strong> <br><br>
  The Regular license is for one website / domain only. If you want to use it on multiple websites / domains you have to purchase more licenses (1 website = 1 license).<br><br>
  <strong>YOU CAN:</strong><br><br>
  <i class="fa fa-check"></i>   Use on one (1) domain only.<br>
  <i class="fa fa-check"></i>   Modify or edit as you want.<br>
  <i class="fa fa-check"></i>   Translate language as you want.<br><br>
  <strong>YOU CANNOT:</strong><br><br>
  <i class="fa fa-times" style="color:red;"></i>  Resell, distribute, give away or trade by any means to any third party or individual without permission.<br>
  <i class="fa fa-times" style="color:red;"></i>  Include this product into other products sold on Envato market and its affiliate websites.<br>
  <i class="fa fa-times" style="color:red;"></i>  Use on more than one (1) domain.<br>
  <br><br>
  For more information, Please Check <a href="https://codecanyon.net/licenses/faq" target="_blank">Envato License FAQ </a>.
  </p>
  <div class="button">
  <a class="btn btn-primary anchor" href="?action=requirements">I Agree. Next Step <i class="fa fa-angle-double-right"></i></a>
  </div>
  </div>
  </div>
  <?php
  }
  ?>
  </div>
  </div>
  </div>
  </section>
  <!-- Optional JavaScript -->
  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
    </body>
  </html>
 
  • Love
Reactions: raqib
use this index.php in install folder

PHP:
  <!doctype html>
  <html lang="en">
    <head>
      <!-- Required meta tags -->
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

      <!-- Bootstrap CSS -->
      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
      <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
      <title>THESOFTKING  INSTALLER</title>
      <style type="text/css">
        body{
          background-color: #292929;
          font-size: 1.3rem;
        }
        /*Section Header */
        .section-header{
          background-color: #2ecc71;
          color: #fff;
          padding: 20px 20px;
          overflow: hidden;
        }
        .section-header p{
          display: inline-block;
          float: left;
          text-transform: uppercase;
          font-size: 24px;
          margin-bottom: 0px;
          font-weight: 700;
        }
        .section-header a{
          float: right;
          text-transform:uppercase;
          font-size: 24px;
          padding: 5px 25px;
          background-color: #fff;
          color: #2ecc71;
          border-radius: 5px;
          text-align: center;
          text-decoration: none;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
        }
        .section-header a:hover{
          background-color: #404040;
          color: #fff;
        }
        .section-padding{
          padding:80px 0px;

        }
        .step-installer{
          overflow: hidden;
          background-color: #3a3a3a;
          min-width: 650px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          text-align: center;
          border:2px solid #2ecc71;
          padding: 20px 20px;
        }
        /*Second Installer*/
        .first-installer h1{
          margin:20px 0px;
          color: #fff;
          font-weight: 700;
        }

        .first-installer h4{
          margin:20px 0px;
          color: #fff;
          text-align: left;
        }
         .first-installer p{
          margin-bottom:30px;
          color: #fff;
        }
         .first-installer .form-check{
          float: left;
          margin-top:15px;
        }
         .first-installer .button {
          float: right;
        }
         .first-installer .button a{
          padding:10px 30px;
          font-size: 20px;
          text-transform: capitalize;
          text-decoration: none;
          background-color:#2ecc71;
          border:none;
        }
         .first-installer .form-check label{
          color: #fff;
        }
        /*Second Installer*/
        .second-installer .installer-content table{
          color: #fff;
        }
        /*Third Installer*/
        .third-installer .installer-content form button{
          background-color: #2ecc71;
          outline: none;
          border:none;
          font-size: 25px;
          padding:10px 20px;
          margin-top: 30px;
           -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
        }
        .third-installer .installer-content form button:hover{
          background-color: #292929;
        }
        .installer-header {
          border-bottom: 1px solid #2ecc71;
          margin-bottom: 24px;
        }

      </style>
    </head>
    <body>
      <header>
          <div class="section-header">
            <p>software setup wizard</p>
            <a href="http://portal.thesoftking.com/submitticket.php?step=2&deptid=4" target="_blank">Get Support</a>
          </div>
      </header>
      <!-- First Section Start -->
      <section class="section-padding" id="section-first">
        <div class="container">
          <div class="row">
            <div class="col-xl-12">



  <?php
  error_reporting(0);

  function extension_check($name){
  if (!extension_loaded($name)) {
  $response = false;
  } else {
  $response = true;
  }
  return $response;
  }

  function folder_permission($name){
  $perm = substr(sprintf('%o', fileperms($name)), -4);
      if ($perm >= '0775') {
        $response = true;
      } else {
         $response = false;
      }
  return $response;
  }

  function importDatabase($mysql_host,$mysql_database,$mysql_user,$mysql_password){
    $db = new PDO("mysql:host=$mysql_host;dbname=$mysql_database", $mysql_user, $mysql_password);
    $query = file_get_contents("database.sql");
    $stmt = $db->prepare($query);
    if ($stmt->execute())
       return true;
    else
       return false;
  }

  $base_url = home_base_url();
  if (substr("$base_url", -1=="/")) {
  $base_url = substr("$base_url", 0, -1);
  }

  function home_base_url(){  
    $base_url = (isset($_SERVER['HTTPS']) &&
    $_SERVER['HTTPS']!='off') ? 'https://' : 'http://';
    $tmpURL = dirname(__FILE__);
    $tmpURL = str_replace(chr(92),'/',$tmpURL);
    $tmpURL = str_replace($_SERVER['DOCUMENT_ROOT'],'',$tmpURL);
    $tmpURL = ltrim($tmpURL,'/');
    $tmpURL = rtrim($tmpURL, '/');
    $tmpURL = str_replace('install','',$tmpURL);
    $base_url .= $_SERVER['HTTP_HOST'].'/'.$tmpURL;
    return $base_url;
  }

  function createTable($name, $details, $status){
  if ($status=='1') {
  $pr = '<i class="fa fa-check"><i>';
  }else{
  $pr = '<i class="fa fa-times" style="color:red;"><i>';
  }
  echo "<tr><td>$name</td><td>$details</td><td>$pr</td></tr>";
  }

  ////####################################################
  $extensions = [
      'openssl' ,'pdo', 'mbstring', 'tokenizer', 'JSON', 'cURL', 'XML', 'fileinfo'
  ];

  $folders = [
  '../core/bootstrap/cache/', '../core/storage/', '../core/storage/app/', '../core/storage/framework/', '../core/storage/logs/'
  ];
  ////####################################################

  if (isset($_GET['action'])) {
  $action = $_GET['action'];
  }else {
  $action = "";
  }
  if ($action=='install') {
  ?>
  <div class="step-installer first-installer second-installer third-installer">
  <div class="installer-header"><h1 style="text-transform: uppercase;">Result</h1></div>
  <div class="installer-content">
  <?php
  if ($_POST) {
  $user = $_POST['user'];
  $code = $_POST['code'];
  $db_name = $_POST['db_name'];
  $db_host = $_POST['db_host'];
  $db_user = $_POST['db_user'];
  $db_pass = $_POST['db_pass'];
  //$api = "https://thesoftking.com/verify/api.php?code=$code&user=$user&domain=$base_url";

$ch = curl_init();
curl_setopt($ch, CURLOPT_AUTOREFERER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
//curl_setopt($ch, CURLOPT_URL, $api);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);      
$ac = curl_exec($ch);
curl_close($ch);

$status = json_decode($ac);

// if ($status->status=='Success') {

  if(importDatabase($db_host,$db_name,$db_user,$db_pass)){
  echo '<div style="text-align:center; text-transform:uppercase;">
  <h1>Installed Successfully </h1><br>
  <a href="'.$base_url.'" class="btn btn-success btn-sm">Go to Website</a>
  <br><br><b style="color:red;">Please Delete The Install Folder</b><br><br><br></div>';
  ////////////////////// UPDATE CONFIG
  $key = base64_encode(random_bytes(32));
  $output = '
  APP_NAME=Laravel
  APP_ENV=production
  APP_KEY=base64:'.$key.'
  APP_DEBUG=false
  APP_LOG_LEVEL=debug
  APP_URL='.$base_url.'

  DB_CONNECTION=mysql
  DB_HOST='.$db_host.'
  DB_PORT=3306
  DB_DATABASE='.$db_name.'
  DB_USERNAME='.$db_user.'
  DB_PASSWORD='.$db_pass.'


  BROADCAST_DRIVER=log
  CACHE_DRIVER=file
  SESSION_DRIVER=file
  SESSION_LIFETIME=120
  QUEUE_DRIVER=sync


  PURCHASECODE ='.$code.'
  ';

  $file = fopen('../core/.env', 'w');
  fwrite($file, $output);
  fclose($file);
  }else{
  echo "<h2 class='text-center' style='color:red;'>Please Check Your Database Credential!<h2>";
  }
// }else{
  //echo "<h2 class='text-center' style='color:red;'>$status->message<h2>";
  //}
  }
  ?>
  </div>
  </div>
  <?php
  }elseif($action=='config') {
  ?>
  <div class="step-installer first-installer second-installer third-installer">
  <div class="installer-header"><h1 style="text-transform: uppercase;">Information</h1></div>
  <div class="installer-content">
  <form action="?action=install" method="post">




<h4 style="text-transform: uppercase;">PURCHASE VERIFICATION</h4>
<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="user" placeholder="Username" value="Nulled" type="text" readonly><br>

<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="code" placeholder="Purchase Code" value="Nulled" type="text" readonly><br>
<hr style="background: #0F0; height: 1px;">

<h4>APP URL</h4>
<input class="form-control" style="background: #000; color: #0F0; border: 1px dotted lime;" name="app_url" value="<?php echo $base_url; ?>" type="text"><br>
<hr style="background: #0F0; height: 1px;">


<h4 style="text-transform: uppercase;">Database Details</h4>
<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="db_host" value="localhost" placeholder="Database Host" type="text" required=""><br>

<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="db_user" value="root" placeholder="Database User" type="text" required=""><br>

<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="db_pass" value="root" placeholder="Password" type="text" required=""><br>

<input class="form-control input-lg" style="background: #000; color: #0F0; border: 1px dotted lime;" name="db_name" value="ecom" placeholder="Database Name" type="text" required=""><br>

<button class="btn btn-primary" style="background: #000; color: #0F0; border: 1px dotted lime;" type="submit">INSTALL</button>
</form>
  </div>
  </div>
  <?php
  }elseif ($action=='requirements') {
  ?>
  <div class="step-installer first-installer second-installer">
  <div class="installer-header" style="text-transform: uppercase;"><h1>Server Requirments</h1></div>
  <div class="installer-content table-responsive">
  <table class="table table-striped" style="text-align: left;">
  <tbody>
  <?php
  $error = 0;
  $phpversion = version_compare(PHP_VERSION, '7.1.3', '>=');
  if ($phpversion==true) {
  $error = $error+0;
  createTable("PHP", "Required PHP version 7.1.3 or higher",1);
  }else{
  $error = $error+1;
  createTable("PHP", "Required PHP version 7.1.3 or higher",0);
  }
  foreach ($extensions as $key) {
  $extension = extension_check($key);
  if ($extension==true) {
  $error = $error+0;
  createTable($key, "Required ".strtoupper($key)." PHP Extension",1);
  }else{
  $error = $error+1;
  createTable($key, "Required ".strtoupper($key)." PHP Extension",0);
  }
  }
  foreach ($folders as $key) {
  $folder_perm = folder_permission($key);
  if ($folder_perm==true) {
  $error = $error+0;
  createTable(str_replace("../", "", $key)," Required permission: 0775 ",1);
  }else{
  $error = $error+1;
  createTable(str_replace("../", "", $key)," Required permission: 0775 ",0);
  }
  }
  $envCheck = is_writable('../core/.env');
  if ($envCheck==true) {
  $error = $error+0;
  createTable('env'," Required .env to be writable",1);
  }else{
  $error = $error+1;
  createTable('env'," Required .env to be writable",0);
  }
  $database = file_exists('database.sql');
  if ($database==true) {
  $error = $error+0;
  createTable('Database',"  Required database.sql available",1);
  }else{
  $error = $error+1;
  createTable('Database'," Required database.sql available",0);
  }
  echo '</tbody></table><div class="button">';
  if ($error==0) {
  echo '<a class="btn btn-primary anchor" href="../install">Back <i class="fa fa-angle-double-left"></i></a>';
  echo '<a class="btn btn-primary anchor" href="?action=config">Next Step <i class="fa fa-angle-double-right"></i></a>';
  }else{
  echo '<a class="btn btn-info anchor" href="?action=requirements">ReCheck <i class="fa fa-sync-alt"></i></a>';
  }
  ?>
  </div>
  </div>
  </div>
  <?php
  }else{
  ?>
  <div class="step-installer first-installer">
  <div class="installer-header" style="text-transform: uppercase;"><h1> Terms of use</h1></div>
  <div class="installer-content">
  <p style="text-align: left;">
  <strong>License to be used on one (1) domain only!</strong> <br><br>
  The Regular license is for one website / domain only. If you want to use it on multiple websites / domains you have to purchase more licenses (1 website = 1 license).<br><br>
  <strong>YOU CAN:</strong><br><br>
  <i class="fa fa-check"></i>   Use on one (1) domain only.<br>
  <i class="fa fa-check"></i>   Modify or edit as you want.<br>
  <i class="fa fa-check"></i>   Translate language as you want.<br><br>
  <strong>YOU CANNOT:</strong><br><br>
  <i class="fa fa-times" style="color:red;"></i>  Resell, distribute, give away or trade by any means to any third party or individual without permission.<br>
  <i class="fa fa-times" style="color:red;"></i>  Include this product into other products sold on Envato market and its affiliate websites.<br>
  <i class="fa fa-times" style="color:red;"></i>  Use on more than one (1) domain.<br>
  <br><br>
  For more information, Please Check <a href="https://codecanyon.net/licenses/faq" target="_blank">Envato License FAQ </a>.
  </p>
  <div class="button">
  <a class="btn btn-primary anchor" href="?action=requirements">I Agree. Next Step <i class="fa fa-angle-double-right"></i></a>
  </div>
  </div>
  </div>
  <?php
  }
  ?>
  </div>
  </div>
  </div>
  </section>
  <!-- Optional JavaScript -->
  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
    </body>
  </html>
Thank You Bro😍😍😍😍😍
 
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