Questions tagged [datalife-engine]

DataLife Engine (DLE) is a commercial content management system written in PHP and MySQL aimed primarily at news distribution and blogs.

DataLife Engine (DLE) is a commercial content management system written in PHP and MySQL aimed primarily at news distribution and blogs. The software is licensed by a Russian vendor however is touted as offering multilingual support.

The following feature set is a direct Google translation from their documentation.

Official Website
Persian Support Site

General features

  • Uses MySQL for data storage
  • Minimum load on the database
  • Using advanced technology AJAX
  • Output news, articles, and generally just anything
  • Support NC (human-friendly URL) allows you to use the theme of an article or any other text in the browser URL, thanks to this site indexing in search engines will be better (required modrewrite)
  • Ability to disable NC
  • The total site statistics
  • Support for additional fields (the ability to use not only brief and complete news site, but it is possible to create any number of custom fields of different types of input information)
  • Ability to write articles that contain multiple pages
  • Flood control
  • Auto Filter words in comments
  • Support categories
  • Ability to install any number of nested categories
  • Each category can be assigned a separate template
  • Auto crop of long words in comments
  • Top News
  • Calendar
  • Search for articles including additional fields (illumination of the found text)
  • Review of the unread news since last visit
  • Ability to view how many times was read news
  • Ability to add articles to the "Favorites"
  • Sending messages to users through a form on the site
  • Output page using gzip compression
  • Support for personal messages between users
  • Support for multiple languages
  • Output popular articles in a separate block
  • Ability to create pages directly through statistical adminpanel
  • Ability to choose between a simplified registration and expanded, when the expanded registration user will be registered only after you activate your account. Activation is sent by mail.
  • Ability to upload and attach files to news
  • Built-in protection from unauthorized downloading of files (antileech)
  • Import RSS news
  • RSS Widgets
  • Multilingual support news site
  • Support Tag Cloud
  • Automatic support for smartphones

Opportunities for visitors to the site

  • Register online
  • Adding comments
  • Change and delete users their own comments
  • Ability to add news from visitors
  • Moderating news
  • statistics on the specific user (including rating and profile)
  • Displays various information for registered users and there is no
  • Ability to upload photos to user's profile
  • Ability to recover a forgotten password
  • Ability to edit the news directly on the site
  • Change skins on the site at its own discretion
  • Keeping tabs for news, and quick access to them.
  • Bulk upload pictures to the server
  • View and add video to website
  • Personalization O advertising for certain groups
  • Ability to upload large numbers of images and files in one click
  • complaints system "one-click" on the error, news, commentary, personal messages

Opportunities the Extension

  • To add, edit and delete news
  • Fully customizable admin panel for different user groups
  • Ability to use two editors (BBCODES or WYSIWYG)
  • Anti-Virus scans the file status for possible hacking
  • Editing users
  • You can use smileys and HTML code
  • Unlimited user groups with fine tuning different access rights
  • Possibility of putting a ban for visitors
  • Tools to create and edit templates directly in the ACP
  • Ability to adjust the time
  • Ability to change the date of publication
  • Automatic publishing articles when the set time
  • Ability to turn off the calendar and archives (to conserve resources)
  • Ability to snap news (to be always at the top, regardless of date)
  • Disable visitor registration
  • Automatic temporary suspension of registration when the maximum number of registered users
  • Automatic reduction of downloaded images proportionally to the specified dimensions
  • Automatically remove users who have not visited the site specified time
  • Overlay watermark on images
  • Ability to upload pictures for each news (when deleting news, pictures will also be deleted)
  • Convenient manager uploaded images
  • optimization, repair, backup and restore the database can be made ​​directly from the script
  • Search users by IP addresses
  • Convenient management of advertising materials.
  • Quick search and replace in the database
  • Publication of the "rules" on the site
  • Creating a site map to Google
  • Creating Filters for Lookup words and meanings
25 questions
2
votes
1 answer

How to understand the path in DLE?

I would like to know how works the path in DataLife Engine '; i have a slider with 4 videos, and this path direct this videos on slider, how can i change the path? videopath|video path…
user11349415
2
votes
1 answer

How to get text inside a div/class from another website using JS or jQuery?

I got a website where I do movie reviews. The website is made using datalife engine and as little as I know about DLE, there are no way to use plug-ins. I'm trying to build simple code that gets the text inside a DIV on the IMDB website, and prints…
Pedro Lino
  • 601
  • 1
  • 9
  • 18
1
vote
3 answers

Replace word with link in php

I need to replace this html code: Actors: Mamoru Miyano, Kappei Yamaguchi, Aya Hirano with this code: Actors: Mamoru Miyano, Kappei…
Nevermind23
  • 375
  • 1
  • 4
  • 14
1
vote
2 answers

TinyMCE FileManager and ImageManager Stopped Working After PHP 5.4 Upgrade

I recently upgraded a server for my client, and the new server runs PHP 5.4.4 instead of 5.3.x as the old one did. Lots of things changed and I had to go around and fix htmlspecialchars(), session_register() and other problems, but one problem…
Ynhockey
  • 3,845
  • 5
  • 33
  • 51
1
vote
3 answers

Datalife Engine Rewrite URL Without ID

I want to change rewrite url to remove id number, so site/2-post.html --> Normally site/post.html --> That I want Is it possible ? I've checked modules php files and changed codes where was necessary, but in .htaccess couldn't unable to set. my…
0
votes
0 answers

How to add a button to the TinyMCE editor in Datalife Engine?

To add a button in the TinyMCE editor, I have read a lot of things, they were good guides, but none of them specified exactly what files I should add the codes to and to! Please guide me if anyone has information about this. If I want to say exactly…
0
votes
1 answer

Html compression by means php of code, does this code cause any load and is there any benefit from it?

I found the html minification code on the Internet. I would like to ask the knowledgeable, is there any sense from such a code? I am also interested in the possible load from using this code. I would also like to know which of the three options is…
dJoni .D
  • 25
  • 1
  • 5
0
votes
2 answers

DataLife Engine auto posting

I'm working on a DLE autoposter for a customer. I wrote this code: function postit($url, $postdata ="", $header = false, $follow = 0, $headers = "") { global $cookie; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); …
Jacer Omri
  • 1,723
  • 22
  • 37
0
votes
0 answers

datalife engine - upload file to the server and the file name cut down

I use Data life engine CMS and when I upload a file to the server the file names are cut. For example: I upload a file to the server with the name: php-fusion-v7-nusirasinek.lt-template and after the upload the file name is cut like…
kiritas9
  • 9
  • 3
0
votes
1 answer

Datalife CMS file upload form not working pls

I am DLE not uploading. My upload form no showing, chrome firebug: Load denied by X-Frame-Options: url does not permit cross-origin framing. Pls help me!
DasturchiUZ
  • 69
  • 1
  • 12
0
votes
2 answers

How to compare date in datalife engine

Since two days I'm trying to add some condition in which I compare the date-expiration of my promotion added with the date of today. If it's expired then I want to display on the text of promotion: "promo expired.." So something like this: $today =…
0
votes
1 answer

508 Resourse Limited on DLE, rss error in Logs

My hosting COmpany wrote me that they will off my site if I will not improve this issue. I looked in logs error and so many time written mod_hostinglimits:Error on LVE enter: LVE(628) HANDLER(x-httpd-php5) HOSTNAME(mevicer.com) URL(/engine/rss.php)…
0
votes
1 answer

(Datalife Engine) PHP Random Image Rotation picture is not showing up

i have a problem with this roate.php. I did everything like described here PHP Random Image Rotation .But there picture showing up. This is how my code look like. style.css .header_img { overflow: hidden; width: 1010px; margin: 0 auto; height:…
0
votes
1 answer

Pop up to display a video with datalife engine tags

i need some help with javascript and datalife engine. I have a youtube video on my posts, that are displayed calling on the .tpl files(template files) the tag [xfvalue_treyler] Basicly this fetches the info that is on the field "treyler" on that…
Pedro Lino
  • 601
  • 1
  • 9
  • 18
0
votes
2 answers

How to display a div in certain categories in datalife engine?

Datalife engine template are build with .tpl files. What i want to do, is to display a div only on a certain category. So if category ID is == 2 then display the block... Datalife engine has a tag that automaticly does this, but for some reason it's…
Pedro Lino
  • 601
  • 1
  • 9
  • 18
1
2