sandandkush
Member
- Nov 25, 2019
- 44
- 7
- 8
Bypass all resource restrictions, passwords, and keys? Read here!
Yes, but as we do not have the release notes, we follow only what we have which is the official changelog. Let's wait.
HI, Could you please upload/share that updated php file here. Thanksthis update is from the init.php file that was giving an error with the recurring payment system, it was not an application update, just a correction.
Could you please share the corrected file here.this update is from the init.php file that was giving an error with the recurring payment system, it was not an application update, just a correction.
<?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 [freenulled submitted a new resource:
SocialProofo - 14+ Social Proof & FOMO Notifications for Growth (SaaS Ready) - Extended License
Read more about this resource...
Still, the update has not come, today I contacted the developer.. He might update it max today end of the day..Any one have this new updated version of 3 August?
Already tried that. Doesn't work. Seems to be broken.in the documentation explains how to install with nginx
Documentation - 66socialproof
socialproofo.com
Any one have the new Update 1.8.0 – 4 August, 2020 ??
Any one have the new Update 1.8.0 – 4 August, 2020 ??
Still, the update has not come, today I contacted the developer.. He might update it max today end of the day..