December 14 2022

We present you a new version of our DataLife Engine v.13.2 script. In this release, you will find new features for the plugin system, a significant increase in performance and a reduction in server load in a number of Datalife Engine usage scenarios, a delayed image loading to the browser has been added, a new reCAPTCHA v3 control system that does not require actions from visitors and much more, read more about this and other things...

The following changes were prepared and implemented:

DataLife Engine v13.2 NULLED

1. Added a wizard for transferring your site's address from one domain to another. You can quickly change the domain name of your site from the old one to the new one in one click. This wizard will automatically replace your domain in publications, comments, static pages, banners and avatars of users. This wizard is launched in the control panel, in the script settings, next to the address setting of your site.

DataLife Engine v13.2 NULLED

2. For the plugin system, the ability to specify executable PHP code has been added when installing the plugin, updating it, enabling, disabling and deleting it. Thus, when performing these actions, the plugin can perform any more complex actions if necessary.

DataLife Engine v13.2 NULLED

3. For the plugin system, the ability has been added to specify from which occurrence to perform actions with the desired strings. For example, there are several identical lines in the file, and you need to perform actions only starting from the second desired line, then you can specify this in the plugin.

DataLife Engine v13.2 NULLED

4. For the plugin system, the ability to specify the mandatory presence of another plugin for a plugin has been added. You can specify the name of another plugin in the plugin, which must be installed. At the same time, this plugin will be executed after the main plugin is executed. Thus, you can create add-ons not only for the standard DLE, but also for plugins. And create plugins for plugins.

5. For the plugin system, correct work has been added with the transfer to a new line, in the replaced code, if this transfer is at the very beginning of the code that needs to be replaced or that needs to be added.

6. For MySQL queries used in plugins, the use of the {engine} tag has been added, which indicates which MySQL engine uses DLE when creating tables in the database. It can take the values InnoDB or MyISAM.

7. Changes have been made to the system for installing and enabling plugins, in cases where the plugin does not meet the necessary requirements. In cases where, for example, the plugin requires a DLE version, and the installed DLE version does not correspond to this, the plugin will still be added to the site, but it will be added in the disabled state. Thus, the user will be able to edit the plugin independently in the future, and make the necessary changes to it directly in the admin panel. The same applies to other plugin requirements. It will be possible to enable the plugin on the site only if the inconsistencies with the requirements have been eliminated.

8. Added standardization of the order of execution of plugins in the system. Plugins will be executed strictly according to the principle: the first one added to the system will be executed earlier. Plugins will be executed regardless of whether the plugin was edited in the admin panel or not. Also, if a plugin has a dependency on another plugin, then the plugin it depends on will be executed first.

DataLife Engine v13.2 NULLED

9. Added support for deferred loading of images to the browser for publications. This feature is enabled in the script settings in the control panel. When this option is enabled, images in the news will not be loaded into the browser immediately when the page loads, but as the user scrolls through the page and directly views these images. This innovation allows you to speed up the loading of pages into the browser and reduce the consumption of server traffic.

DataLife Engine v13.2 NULLED

10. Added support for reCAPTCHA v3. When using this type of captcha, your users will no longer have to choose any pictures, and generally perform any additional actions on the site. Checking whether it is a robot or a person is carried out completely automatically in the background, unnoticed by visitors to your site. Attention! When enabling this type of captcha, you will need to generate new keys on the Google service website, directly for reCAPTCHA v3.

11. Support for manual file changes has been added to automatically update the script.htaccess located at the root of the site. When updating, this file will not be completely replaced with the original one, but only the necessary changes in standard functions will be made in it. Thus, all manual changes made in it by the site owner will remain unchanged. The same is done for the crown file, which you will configure to perform your actions on the crown.

12. Changes have been made to the operation of automatic script updates within a single version. When patches are released that fix any errors within one version of the script, only changes will be installed in the form of a patch, updating only the changed files, and not all files as a whole, as before.

13. Automatic recognition of the selected category has been added to preview publications, and if a separate template is assigned to it, the template for viewing that is assigned to this category will be loaded. Thus, if different templates are assigned to different categories, they will also be used during the preview.

DataLife Engine v13.2 NULLED

14. For the "Cross-references" module in the script control panel, the ability to use hints for links (the title attribute) has been added. This innovation allows you to improve the SEO optimization of the site, as well as more flexibly create websites for people with disabilities.

15. Added automatic rebuilding of similar publications for news in case of its editing. When editing a news item, a search for similar news will be automatically performed for it. Previously, to re-search for similar publications, it was necessary to reset the cache of similar news in the corresponding section of the admin panel.

16. Added automatic synchronization of user bookmarks in case of deletion of a publication from the site. If the news is deleted from the site, then everything for all users who have added it to their bookmarks will automatically delete it from bookmarks and synchronize the bookmark counter for these users.

17. Added support for the magnet protocol: for links published on the site using BB tags and in visual editors.

18. Added support for uploading and processing images in WEBP format. Now images in this format can be directly uploaded using the DataLife Engine, while it will create smaller copies and apply watermarks if necessary.

19. Added full support for MySQL line 8.x.

20. Added full support for PHP line 7.3.x.

21. For the tag [ifxfvalue tagname="tagvalue"] Text [/ifxfvalue] that outputs text if the tag value matches the specified value, added support for listing multiple values separated by commas. For example, the tag [ifxfvalue gorod="Moscow, Kazan, Yekaterinburg"] Text [/ifxfvalue] will output the specified text if an additional field named gorod contains one of the specified values. This greatly simplifies the layout of the template in various scenarios.

DataLife Engine v13.2 NULLED

22. For the advertising materials management system in the admin panel, the ability to search for them has been added. You can search by names, by descriptions and by the advertising code used in them.

23. In the admin panel, in the banner management section, a more informative visualization of whether the banner is displayed on the site or not has been added. For example, if a banner has restrictions on display by time or by views, or by clicks, and according to them, the banner is already disabled from display, then in the banner editing section it will also be displayed that the banner is currently disabled.

24. Added the ability to search for news and static pages on mobile devices (smartphones, tablets) in the script control panel.

DataLife Engine v13.2 NULLED

25. For advanced search on static pages, the ability to select the search area has been added. You can either search through all fields, or separately by the name, description, and text of a static page.

26. Search algorithms for static pages have been significantly improved. Thanks to this, the search for static pages is carried out more accurately, and allows you to search for the necessary pages more correctly, according to the specified search criteria.

27. The performance of the DataLife Engine has been significantly improved and the load on the database has been reduced when using multicategories on the site. Queries to the database were rewritten in such a way that they no longer use regular expressions when accessing the database, thereby significantly improving the performance of the script and reducing the load on the server.

28. The performance of the DataLife Engine has been significantly improved and the load on the database has been reduced when displaying publications by keywords from the tag cloud.

29. The performance of the DataLife Engine has been significantly improved and the load on the database has been reduced when displaying publications found using additional fields with the "use as cross-references" property.

DataLife Engine v13.2 NULLED

30. For advanced search by news and static pages, the ability to quickly reset the search parameters to default values has been added.

31. The limit on the number of characters of the Description meta tag for static pages has been increased to 300 characters. The maximum length now corresponds to the maximum length set by the Google search engine for displaying this information in search results.

Information

Visitors who are in the group Guests they can't download files.
Log in to the site under your login and password or if you are a new user go through the process registrations on the website.

Comments:

This publication has no comments yet. You can be the first!

Information the publication:

Related News

14 December 2022
DLE Releases
DataLife Engine v13.3

We present you a new version of our DataLife Engine v.13.3 script. In this release, you will find new features for

Read more
14 December 2022
DLE Releases
DataLife Engine v14.3

We present you a new version of our DataLife Engine v.14.3 script. In this release, you will find new features

Read more
14 December 2022
DLE Releases
DataLife Engine v14.0

We present you a new version of our DataLife Engine v.14.0 script. In this release, you will find new features for

Read more
14 December 2022
DLE Releases
DataLife Engine v15.2

We present to you a new version of our DataLife Engine v.15.2 script. In this release, you will find new

Read more
14 December 2022
DLE Releases
DataLife Engine 13.0

A new version of DataLife Engine 13.0 has been released - it is a multifunctional site management system. Thanks

Read more

Information

Users of visitor are not allowed to comment this publication.

Site Search

Site Menu


☑ Scripts Software

Calendar

«    May 2024    »
MonTueWedThuFriSatSun
 12345
6789101112
13141516171819
20212223242526
2728293031 

Advertisement

Survey on the website

Evaluate the work of the site
 

Statistics

  • +4 Total articles 5578
  • +14 Comments 3149
  • +33 Users : 4130