Home / Last publications on the website / Page 10
December 07 2016
The problem: data filtering.

Error in version: 11.1 and below

Severity: high

To fix, open the file: /engine/classes/parse.class.php and find:
		if( preg_match( "/[?&;%<\[\]]/", $url ) ) {

			if( $align != "" ) return "[img=" . $align . "]" . $url . "[/img]";
			else return "[img]" . $url . "[/img]";

		}

replace with:
		if( preg_match( "/[?&;%<\[\]]/", $url ) ) {

			return $matches[0];

		}
December 06 2016
DataLife Engine v.11.2 Final Release

Dear friends,

Here is a new version of DataLife Engine v.11.2. This release includes Two-Factor Authentication, a new article text parser, optional display of automatic categories menu, a new safe password storage system, and many more. Now let’s have a closer look on all the new features of a new version...
DataLife Engine v.11.2 Press Release
Dear friends,

The main development stage of version 11.2 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 Two-Factor Authentication, a new article text parser, optional display of automatic categories menu, a new safe password storage system, and many more. Now let’s have a closer look on all the new features of a new version...
DataLife Engine v.11.1 Final Release

Dear friends,

Here is a new version of DataLife Engine v.11.1. This version brings image uploading in comments, ability to create and publish playlists of video and audio materials, new WYSIWYG editor for articles publishing, new "Image Gallery" type of article fields, and many more. Now let’s have a closer look on all the new features of a new version...
DataLife Engine v.11.1 Press ReleaseDear friends,

The main development stage of version 11.1 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 version brings image uploading in comments, ability to create and publish playlists of video and audio materials, new WYSIWYG editor for articles publishing, new "Image Gallery" type of article fields, and many more. Now let’s have a closer look on all the new features of a new version...

Calendar

«    December 2024    »
MonTueWedThuFriSatSun
 1
2345678
9101112131415
16171819202122
23242526272829
3031 

Voting On The Website

Please, rate the engine