Home / Last publications on the website / Page 10
DataLife Engine v.12.0 Press Release
Dear friends,

The main development stage of version 12.0 is completed. The version is now on testing and preparation stages but for now we suggest that you read information about some new features of the upcoming version. This release includes completely new redesigned control panel of the engine, a new Meta Tags module, improved engine performance and site load speed, function of export users in CSV or Exel format, function of setting passwords to articles and many more. Now let’s have a closer look on all the new features of a new version...
DataLife Engine v.11.3 Final Release

Dear friends,

Here is a new version of DataLife Engine v.11.3. This release includes new Redirects module, new improved Memcache cache system, attachment of files in feedback letters, an improved comments editing system in the Control Panel and many more. Now let’s have a closer look on all the new features of a new version...
DataLife Engine v.11.3 Press Release
Dear friends,

The main development stage of version 11.3 is completed. This version is now on testing and preparation stages but for now we suggest that you read the information about some new features of the upcoming version. This release includes new Redirects module, new improved Memcache cache system, attachment of files in feedback letters, an improved comments editing system in the Control Panel and many more. Now let’s have a closer look on all the new features of a new version...
March 06 2017

Security patch

celsoft 6 March 2017 Information 4 138
The problem: data filtering.

Error in version: 11.2 and below

Severity: high

To fix, open the file: /engine/go.php and find:
$url = @str_replace ( "&", "&", $url );

add below:
$url = htmlspecialchars( $url, ENT_QUOTES, $config['charset'] );
$url = str_replace ( "&", "&", $url );

Open the file:: /engine/ajax/typograf.php and find:
$txt = trim( convert_unicode( $_POST['txt'], $config['charset'] ) );

add below:
require_once ENGINE_DIR . '/classes/parse.class.php';
$parse = new ParseFilter();
$txt = $parse->process( $txt );
$txt = preg_replace( "/javascript:/i", "jаvascript:", $txt );
$txt = preg_replace( "/data:/i", "dаta:", $txt );

Calendar

«    October 2025    »
MonTueWedThuFriSatSun
 12345
6789101112
13141516171819
20212223242526
2728293031 

Voting On The Website

Please, rate the engine