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

66SocialProofo - Social Proof & FOMO Widgets Notifications (SAAS)

66SocialProofo - Social Proof & FOMO Widgets Notifications (SAAS) Update 34.0.0 - Untouched

No permission to download
Hi. The last version is Update 1.7.7 – 20 June, 2020

Hi. If you check the sidebar of the product page on CodeCanyon, you will see that there is a new update.

The seller just has not added the version information to the changelog section yet.

Screen Shot 2020-07-03 at 1.08.39 AM.png
 
Hi. If you check the sidebar of the product page on CodeCanyon, you will see that there is a new update.

The seller just has not added the version information to the changelog section yet.

Screen Shot 2020-07-03 at 1.08.39 AM.png
Yes, but as we do not have the release notes, we follow only what we have which is the official changelog. Let's wait.
 
Sorry for the delay!
I don't have the files, more on the script page on codecanyon, in the comments tab the author showed the files to be replaced

a correção rápida do bug é acessar o arquivo app / init.php e substituir o conteúdo
Nota: substitua apenas se estiver com problemas.

PHP:
<?php
define('ALTUMCODE', 1);
define('ROOT_PATH', realpath(__DIR__ . '/..') . '/');
define('APP_PATH', ROOT_PATH . 'app/');
define('THEME_PATH', ROOT_PATH . 'themes/altum/');
define('THEME_URL_PATH', 'themes/altum/');
define('ASSETS_PATH', THEME_PATH . 'assets/');
define('ASSETS_URL_PATH', THEME_URL_PATH . 'assets/');
define('UPLOADS_PATH', ROOT_PATH . 'uploads/');
define('UPLOADS_URL_PATH', 'uploads/');

/* Config file */
require_once APP_PATH . 'config/config.php';

/* Establish cookie / session on this path specifically */
define('COOKIE_PATH', preg_replace('|https?://[^/]+|i', '', SITE_URL));

/* Determine if we should set the samesite=strict */
$samesite_strict = isset($_GET['altum']) && in_array($_GET['altum'], ['pixel', 'pixel-track']);

if (PHP_VERSION_ID >= 70300) {
    session_set_cookie_params([
        'lifetime' => null,
        'path' => COOKIE_PATH,
        'samesite' => $samesite_strict ? 'Strict' : 'Lax'
    ]);
} else {
    session_set_cookie_params(null, COOKIE_PATH . '; samesite=' . ($samesite_strict ? 'Strict' : 'Lax'));
}

session_start();

/* Starting to include the required files */
require_once APP_PATH . 'includes/debug.php';
require_once APP_PATH . 'includes/product.php';

/* Load the traits */
require_once APP_PATH . 'traits/Paramsable.php';

/* Require the core files */
require_once APP_PATH . 'core/App.php';
require_once APP_PATH . 'core/Router.php';
require_once APP_PATH . 'core/Controller.php';
require_once APP_PATH . 'core/Model.php';
require_once APP_PATH . 'core/View.php';
require_once APP_PATH . 'core/Middleware.php';
require_once APP_PATH . 'core/Language.php';
require_once APP_PATH . 'core/Title.php';
require_once APP_PATH . 'core/Database.php';
require_once APP_PATH . 'core/Logger.php';

/* Load the middlewares */
require_once APP_PATH . 'middlewares/Authentication.php';
require_once APP_PATH . 'middlewares/Csrf.php';

/* Load the models */
require_once APP_PATH . 'models/Package.php';
require_once APP_PATH . 'models/Page.php';
require_once APP_PATH . 'models/User.php';
require_once APP_PATH . 'models/Settings.php';

/* Load some helpers */
require_once APP_PATH . 'helpers/Cache.php';
require_once APP_PATH . 'helpers/ThemeStyle.php';
require_once APP_PATH . 'helpers/Event.php';
require_once APP_PATH . 'helpers/Notification.php';
require_once APP_PATH . 'helpers/Date.php';
require_once APP_PATH . 'helpers/Captcha.php';
require_once APP_PATH . 'helpers/Response.php';
require_once APP_PATH . 'helpers/DataTable.php';
require_once APP_PATH . 'helpers/links.php';
require_once APP_PATH . 'helpers/strings.php';
require_once APP_PATH . 'helpers/email.php';
require_once APP_PATH . 'helpers/notifications.php';
require_once APP_PATH . 'helpers/others.php';
//require_once APP_PATH . 'helpers/Paginator.php';

/* Autoload for vendor */
require_once ROOT_PATH . 'vendor/autoload.php';
 
anyone guide how to install the socialproofo. when I try to instal after putting database details in config.php. it says [
This page isn’t working
localhost is currently unable to handle this request.


HTTP ERROR 500
]

check screen shots


 
  • Like
Reactions: savagepresents
Doesn't work on NGINX. It got installed successfully using easyengine but can't reach login page even after adding the line in nginx.conf
 
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