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

UniTheme 2 - Premium CS-Cart Theme Pre-Licensed

UniTheme 2 - Premium CS-Cart Theme Pre-Licensed 4.17.1c

No permission to download
An original WhatsApp add, please make it removed
 

Attachments

  • srx_whatsapp_icon-1.1.1-1696669510.zip
    53.7 KB · Views: 10
Hey, I'm back to this. So, when we use this 'ab_addons_manager,' can we install all related add-ons and 'unitheme2' as well?
Does anyone here have something good to exchange with the script to make the PHP code more readable?
 
Hey, I'm back to this. So, when we use this 'ab_addons_manager,' can we install all related add-ons and 'unitheme2' as well?
What stopping you from answering yourself? if you have them — try installing and see if it works with
 
What stopping you from answering yourself? if you have them — try installing and see if it works with
Sure, just give it a try. I'm sorry I didn't have time to check this thread earlier. It works like a charm; I'm just curious about how it works. Thank you for providing this useful resource!
 
  • Like
Reactions: naat
Sure, just give it a try. I'm sorry I didn't have time to check this thread earlier. It works like a charm; I'm just curious about how it works. Thank you for providing this useful resource!
All thanks goes to @xuyenviet
It works like a clone of Alexbranding server with own licensing server and demodata store for new installations.
 
Yes i understand very well but if anyone share installed with theme version (already for work with all theme & addons) i so much glad it
Dear, Snekhers:
I suggest you to propose some coffee $$$ for someone who is not lazy to spent some time to make your life easier.

Let me pay attention on what you wrote:
Not work. Have anyone CS-CART 4.17.x nulled version (cs nulled) ???
There is no members with telepathy capabilities on this topic... Describe more detailed what doesn't work on your installation? Any screenshot of error you've seen or what you do step by step — some description of problem to reproduce.
Please, manifest some respect for those who maintain this resource and spend a lot o time to read all kind of such requests / asks for help without any relevant information.
 
  • Like
Reactions: xuyenviet
I have created a script that transforms obscure PHP strings into more readable and editable ones. ;) With just a single click, voila... we're finished!

Now, it's time to relish in the freedom. I wanted to share with you all that we can now thoroughly understand the code. Any thoughts on this?
Watch how!
 
Last edited:
func.php

PHP:
// Kullanılan sınıflar
use Tygh\Registry;
use Tygh\Languages\Languages;

// Erişim kontrol
if (!defined('BOOTSTRAP')) {
  die('Erişime izin verilmedi');
}

// Stringi tersine çevirme fonksiyonu
function ab_____($_) {
  // ...
}

// Belli alanda çalıştır
if (AREA == 'localhost') {

  // eklenti yükle
  fn_ab__am_install();
 
  // eklenti güncelle
  fn_ab__ab_migrate_v250_v240();

}

// eklenti kurulum fonksiyonları 
function fn_ab__am_install(){

  // menü ekle
  fn_ab__am_install_add_ab_quick_menu();
 
  // veritabanını güncelle
  fn_ab__ab_migrate_v250_v240();

}

// veritabanı güncelleme
function fn_ab__ab_migrate_v250_v240(){

  // SQL sorgusu çalıştır
  db_query(
    "CREATE TABLE ..."
  );

}

// menü ekleme
function fn_ab__am_install_add_ab_quick_menu(){

  // kullanıcı yetkisi kontrol et
  $auth = Tygh::$app['user_info']['user_type'];

  // menü var mı kontrol et
  $isset_menu = db_get_field( ... );

  if(!$isset_menu) {
 
    // yeni menü verisi oluştur
    $data = [];
    
    // menüyü kaydet
    db_query( ... );
 
  }

}

// menü verisini al
function fn_ab__am_get_menu($addon) {

  // menü şemasından ilgili eklenti için veriyi al

  // menüyü döndür
 
}

// temayı ata
function fn_ab__addons_manager_dispatch_assign_template() {

  // cihaz tipini al
  $device = fn_ab__am_get_device_type();

  // kaydet
  Registry::set('settings.ab__device', $device);

  // cookie'ye ekle
  fn_set_cookie('ab__device', $device);

}

// cihaz tipini al
function fn_ab__am_get_device_type() {

  // tarayıcı user agent vb. kontrol et

  // cihaz tipini döndür

}

// eklenti dillerini güncelle
function fn_ab__am_update_languages($addon, $content_path) {

  // kurulu dilleri al

  // eklenti için dilleri güncelle

}


Can you decode with paided version at https://claude.ai/ (ChatGPT clone site) very clear decode all files... Who decode full ? :D
 
func.php

PHP:
// Kullanılan sınıflar
use Tygh\Registry;
use Tygh\Languages\Languages;

// Erişim kontrol
if (!defined('BOOTSTRAP')) {
  die('Erişime izin verilmedi');
}

// Stringi tersine çevirme fonksiyonu
function ab_____($_) {
  // ...
}

// Belli alanda çalıştır
if (AREA == 'localhost') {

  // eklenti yükle
  fn_ab__am_install();
 
  // eklenti güncelle
  fn_ab__ab_migrate_v250_v240();

}

// eklenti kurulum fonksiyonları
function fn_ab__am_install(){

  // menü ekle
  fn_ab__am_install_add_ab_quick_menu();
 
  // veritabanını güncelle
  fn_ab__ab_migrate_v250_v240();

}

// veritabanı güncelleme
function fn_ab__ab_migrate_v250_v240(){

  // SQL sorgusu çalıştır
  db_query(
    "CREATE TABLE ..."
  );

}

// menü ekleme
function fn_ab__am_install_add_ab_quick_menu(){

  // kullanıcı yetkisi kontrol et
  $auth = Tygh::$app['user_info']['user_type'];

  // menü var mı kontrol et
  $isset_menu = db_get_field( ... );

  if(!$isset_menu) {
 
    // yeni menü verisi oluştur
    $data = [];
   
    // menüyü kaydet
    db_query( ... );
 
  }

}

// menü verisini al
function fn_ab__am_get_menu($addon) {

  // menü şemasından ilgili eklenti için veriyi al

  // menüyü döndür
 
}

// temayı ata
function fn_ab__addons_manager_dispatch_assign_template() {

  // cihaz tipini al
  $device = fn_ab__am_get_device_type();

  // kaydet
  Registry::set('settings.ab__device', $device);

  // cookie'ye ekle
  fn_set_cookie('ab__device', $device);

}

// cihaz tipini al
function fn_ab__am_get_device_type() {

  // tarayıcı user agent vb. kontrol et

  // cihaz tipini döndür

}

// eklenti dillerini güncelle
function fn_ab__am_update_languages($addon, $content_path) {

  // kurulu dilleri al

  // eklenti için dilleri güncelle

}


Can you decode with paided version at https://claude.ai/ (ChatGPT clone site) very clear decode all files... Who decode full ? :D
And then does it get anything, other than the decoded code?
 
I have created a script that transforms obscure PHP strings into more readable and editable ones. ;) With just a single click, voila... we're finished!

Now, it's time to relish in the freedom. I wanted to share with you all that we can now thoroughly understand the code. Any thoughts on this?
Watch how!
And then does it get anything, other than the decoded code?
 
\app\addons\ab__addons_manager\controllers\backend\ab_am.php


PHP:
<?php

use Tygh\Registry;
use Tygh\ABAManager;

if (!defined('BOOTSTRAP')) {
  die('Access denied');
}

if ($_SERVER['REQUEST_METHOD'] == 'POST') {

  $r = $_REQUEST;

  if (!empty($r)) {

    fn_set_notification('W', __('notice'), 'Your changes have been saved');

    $d = ABAManager::ch_a(Registry::get('config'));

    Registry::get('config')->assign('demo', $d);

    Registry::get('config')->assign('demo_live_editor', !empty($d['demo_live_editor']) ? $d['demo_live_editor'] : array());

  }

}

if (!Registry::get('config.demo_live_editor') and fn_allowed_for('ULTIMATE') and fn_check_permissions('manage', 'admin', 'demo', '', array('admin', 'demo'), $auth['user_type'], 'A')) {

  Registry::get('view')->assign('live_editor_objects', true);

} elseif ($mode == 'manage') {

  $d = ABAManager::ch_a(Registry::get('config.demo_live_editor'));

  if ($d == '' or !defined('DEMO_LIVE_EDITOR_CONTACT_US_TAG')) {
    die('Your license is invalid or expired');
  }

  Registry::get('config')->assign('demo', $d);

  Registry::get('config')->assign('demo_live_editor', !empty($d['demo_live_editor']) ? $d['demo_live_editor'] : array());

}


PHP:
auth.post.php


<?php
/*******************************************************************************************
*   ___  _          ______                     _ _                _                        *
*  / _ \| |         | ___ \                   | (_)              | |              © 2023   *
* / /_\ | | _____  _| |_/ /_ __ __ _ _ __   __| |_ _ __   __ _   | |_ ___  __ _ _ __ ___   *
* |  _  | |/ _ \ \/ / ___ \ '__/ _` | '_ \ / _` | | '_ \ / _` |  | __/ _ \/ _` | '_ ` _ \  *
* | | | | |  __/>  <| |_/ / | | (_| | | | | (_| | | | | | (_| |  | ||  __/ (_| | | | | | | *
* \_| |_/_|\___/_/\_\____/|_|  \__,_|_| |_|\__,_|_|_| |_|\__, |  \___\___|\__,_|_| |_| |_| *
*                                                         __/ |                            * 
*                                                        |___/                             *
* ---------------------------------------------------------------------------------------- *
* This is commercial software, only users who have purchased a valid license and accept    *
* to the terms of the License Agreement can install and use this program.                  *
* ---------------------------------------------------------------------------------------- *
* website: https://cs-cart.alexbranding.com                                                *
*   email: [email protected]                                                           *
*******************************************************************************************/
 
if (!defined('BOOTSTRAP')) {
  die('Access denied');
}
 
if ($mode == 'auth') {

  if (!empty($_SESSION['auth'])) {
    
    unset_auth();
    
  }
 
}
 
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