mardi 30 septembre 2014

MYANDROID Template For DLE 10.3 English

MYANDROID Template For DLE 10.3 English
MyAndroid template for DLE 10.3 English is designed primarily for mobile site or any other site. In principle, the pattern is universal and a little upgrading can be applied to almost any website. Introducing the attention light and strong pattern of mobile themes. Among the advantages should be noted that the design is not overloaded with multiple graphic elements. Pretty universal template suitable for analytical portals and firms serving the computer technology. A good choice for the individual user as well as for a successful company. Nothing extra on the page, you will no longer find. MyAndroid template for DLE 10.3 justifies its name, it is extremely simple and unobtrusive. However, in this lies its features and all the zest of a template. For now, web developers are struggling to outdo each other, creating more and more unexpected solutions, designer and programmer moves. However SanderArt, so known for its innovative approach, has decided to focus on the conciseness, rigor and simplicity.
Author: SanderArt
Template Type: Original
Version DLE: 10.3-10.1
Tested: IE, Opera, Chrome, Mozilla
Options: template, logo, fonts, user
Size: ~ 635 Kb


Download MYANDROID Template For DLE 10.3 English

To install, copy the desired folder in the directory of the templates on your server where the system is installed DLE. Then adminpaneli select desired template. Remember that this folder and all subfolders you want to assign rights CMOD 777 and all files - CMOD 666.

In the administration panel, create a separate category to which add the news with SEO-text for your site (shown to the right of the logo). Name of the news does not matter. Next, locate the file main.tpl
<div class="seotext">
{custom category="1" template="about" aviable="global" from="0" limit="1" cache="no"}
</div>

and instead of 1 indicate the number of categories created. Text will be displayed only the latest news (and therefore create a separate category).
In block
<div class="banner1"> <!-- Paste the code below the banner -->

</div>

You can insert a banner size 468x60.
To add an item in the horizontal menu with drop-down list to locate the file structure of the form main.tpl

<li><a href="#">Wallpapers</a></li>

and insert the same, where # - full link address and Wallpapers - its title (title).
For drop-down list:

<li class="drop"><a href="#" class="link1">Aplication</a>
<ul>
<li><a href="#">Internet</a></li>
</ul>
</li>

Near the main blocks are signature to facilitate the understanding of the structure of the main page.
In the design of the form
{custom category="40" template="custom-1" aviable="global" from="0" limit="14" cache="no" order="date"}
indicate the number of categories to display (category = "40"), the number of output news, you can also change (limit = "14"). Room categories inscribe pairs for each block applications, games, etc. If you specify 7 news, there will be a number of 1, 14 News - 2 rows, respectively.
The files and main.tpl offline.tpl in rows

<li><a href="#" class="twitter" title="Twitter" target="_blank"></a></li>
<li><a href="#" class="facebook" title="Facebook" target="_blank"></a></li>
<li><a href="#" class="vkontakte" title="Vkontakte" target="_blank"></a></li>
<li><a href="#" class="gplus" title="Google Plus" target="_blank"></a></li>


insert links to pages on social networks.
Also create 4 additional fields with the required name and type:
info - a few lines (for more information about the content - year, file size, version of the game, etc.);
download - one line (for the hyperlink to download the file, such http://site.com/game.rar)
qr - a few lines (for the qr-code image to be inserted as an image with the tag [img] in the editor);
shots - a few lines (for screenshots, images are loaded via the editor using the tag [img], the picture size in this field will be automatically reduced to a width of 134 pixels., the aspect ratio preserved). When downloading images, use left alignment, but between them, do not leave interline transfer, but just one picture after the other without a space.
For all the fields you specify "if you want to use (you can leave this field EMPTY)."
When you add the news poster-image and publication add to the brief / full news and additional information about the bundled download content - in an additional field of info (if necessary).
If you have any questions, please contact by ICQ 382843510 or email sanok_ps@mail.ru.

jeudi 25 septembre 2014

Haq Using tags declination [DLE 10.1 - 10.x] English


Using tags [declination = X] [/ declination] in all .tpl template files and a slight change in the Tag DLE 10.1 - 10.x

This hack allows you to use tags [declination = X] [/ declination] in all .tpl template files and makes a small but convenient change in the work of these tags.

Installation:

Open index.php in the root of the site and find:
echo $tpl->result['main'];


Insert above:
$tpl->result['main'] = preg_replace_callback ( "#\[declination=(d+)\](.+?)\[/declination\]#is", "declination", $tpl->result['main'] );


Open File engine/modules/functions.php and find:
return $matches[1]." ".$word;


Replace with:
return $word;


Finish.
Now talk about the change in the work of these tags.
If you use such a structure:
 You [declination={new-pm}]message|e|i|s[/declination]


The result on the page will look like this:
You [declination={new-pm}]message|e|i|s[/declination]


This hack removes the number and space between the word, leaving only the word declination, creating a need to write a numeric tag further. Thus allows the use of more complex structures like this:
You {new-pm} [declination={new-pm}]new|th|s|s[/declination] [declination={new-pm}]reported|s|th|s[/declination]


The result on the page will look like this:
You have 10 new messages


Who do not understand, without elaboration - it would look like this:
Do you 10 10 10 new posts


Hope will be useful in your own projects;)
Thank you for your attention!

Author: vir2oz
Version DLE: 10.1 - 10.x

mercredi 17 septembre 2014

Module CatFace 2.3 Eng

Module CatFace 2.3 english

Module CatFace 2.3 english version for SEO optimization of the main page and categories engine DLE Datalife Engine.
Displays on the main page and categories seo-optimized text description and header H1.

Purpose: Output tekstovovogo description and H1 header on the category pages and the home page.
Features: Ability to control the display of the title and description on different pages. Opportunity to ask for a description of each category 2 and 2 header - for the first (main) page and for everyone else. Flexible adjustment through a separate tpl-pattern using special tags.

Opportunities - complete control output text descriptions in different situations through the admin panel.

Features: 
- Intuitive control panel interface and visual text editor;
- Module is fully cached;
- Module uses API DLE;
- The ability to activate the module only in certain categories;
- The ability to activate the module only on the first page of the category;
- The ability to output different descriptions and title to the home page and section pages for pagination;
- Availability of detailed tips to all settings in the admin panel.

Installation of the module: 
- Unpack the archive with the module;
- Copy the contents of the folder uploads (in addition to / templates /) to the server;
- Contents of the folder uploads/templates/Default/ put in a folder of your template;
- Run http://yoursite.com/catface_installer.php and follow the instructions;
- Remove a file from the server catface_installer.php;
- Open the file main.tpl your template and in the right place, add the following code:
[aviable=cat|main]{include file="engine/modules/catface.php"}[/aviable]

The installation process is complete, proceed to configure the module.

Removing the module: 
- Download the file catface_uninstaller.php to the server in the folder where you installed DLE;
- Run the file and follow the instructions http://yoursite.com/catface_uninstaller.php;
- Remove all module files downloaded during the installation;
- Do not forget to delete the file catface_uninstaller.php.

Current version 2.3 (from 23.05.2014) 
- Completely updated and redesigned the look of the module.
- Fixed switching editors (BBCODES, WYSIWYG) for new versions of DLE.
- Fixed a bug in PHP version 5.4 and above.

Version DLE: 8.2-10.x
Website: alaev.info


Download Module CatFace 2.3 english version

mardi 16 septembre 2014

DLETUBE Template For DLE 10.3 English

DLETUBE Template For Datalife Engine 10.3 English

Chic movie template for the resource DLETube for DLE 10.3, English a bit like a social networking service (VK Vkontakte) colors and a simple clear design, where the foreground go minipostery news in the form of pictures.
Download movie template for DLE 10.3 DLETube to create an Internet portal is now offered to all comers, master work is an excellent example performed at a high level for entertaining online theater news or media resource.


Author: Unknown
Template Type: Original
Version DLE: 10.1 / 10.2
Tested: IE, Mozilla, Opera
Options: tpl, jpg, css, js
Size: 230 Kb
Download DLETUBE Template For DLE 10.3 English
Password: dle-guides.blogspot.com

lundi 15 septembre 2014

SOFTSTORAGE Template For DLE 10.3 English

SOFTSTORAGE RED Themes For Datalife Engine 10.3 English

Bright pattern Softstorage for DLE 10.3 English for sites of any subject, engaged in the development of design ELCREATIVO. It should also be noted the purity and validity of the code, and the correct operation of the template in all popular browsers. It should also be noted that there was an adaptation of the template to the latest version of the DLE 10.3, and for this reason the correct display on earlier versions is not guaranteed. We recommend that you upgrade your engine and get site template for DataLife Engine. Softstorage template for DLE adapted to the latest version of the script, and you can now download it for free. Among the advantages should be noted that the design is not overloaded with multiple graphic elements. It is important to take into account the fact that the template will look perfect in any browser, because the pattern is universal and width, you can customize yourself. Easy and simple template Softstorage for DLE, made ​​in the light, universal pattern, it can be applied to any subject. The first thing that comes to my mind is on this template will look great sites warez theme.

Author: ELCREATIVO
Template Type: RIP
Version DLE: 10.3
Tested: Mozilla, IE, Opera
Options: img, css, tpl, js
Size: ~ 500 Kb

Download SOFTSTORAGE RED Template For DLE 10.3 English

dimanche 14 septembre 2014

SITE-PORTAL Template For DLE 10.3 English

SITE-PORTAL RED Template For Datalife Engine 10.3 English

SITE-PORTAL GREEN Template For Datalife Engine 10.3 English

The design is lightweight, well perceived, colors chosen correctly, and the whole site looks harmonious. Very creative and interesting template for Site-Portal DLE 10.3 English, if you plan to portal with lots of information on different categories and sub categories. The first thing that comes to my mind is on this template will look great sites warez, music, movies, template Site-Portal for sites of any subject. This is an adaptation from the ninth version. The template has been fully adapted to the latest version of the news and the engine on older versions will not work correctly. The template is suitable for portals or news sites. The rest, as always, a nice easy pattern. In addition to the stylish logo and a brief description of what is presented on the site, there is plenty of space for a large banner and side, a site map and a link to add to your bookmarks. Cap separated from the main part of another beautifully decorated bar. Well, then it is clear that the layout of the website in two columns. It should also be noted the purity and validity of the code, and the correct operation of the template in all popular browsers. It should also be noted that there was an adaptation of the template to the latest version of the DLE 10.3 English, and for this reason the correct display on earlier versions is not guaranteed. We recommend that you upgrade your engine and get site template for DataLife Engine English.

Author: CentroArts
Template Type: RIP
Version DLE: 10.3
Tested: IE, Opera, Mozilla
Options: tpl, css, img
Size: ~ 600 Kb


Download SITE-PORTAL RED Template For DLE 10.3 English
Download SITE-PORTAL GREEN Template For DLE 10.3 English
Password: dle-guides.blogspot.com

samedi 13 septembre 2014

HEN Template For DLE 10.3 English

Hen Template For DLE 10.3 English

If you want a high quality site with an attractive design, this work Hen for DLE 10.3 English you will be most welcome. This template was designed CentroArts, and now this work is adapted to the current version of the engine DLE. Unique and unrepeatable visual design of the main page only spur the interest of users to view publications. It is important to take into account the fact that the template will look perfect in any browser, because the pattern is universal and width, you can customize yourself. If you want to create your creative and modern site is your best choice would be a template for DLE. The width of the universal template for DLE fixed, making it much easier to work on monitors of different screen resolutions. This is an adaptation from the ninth version of me was made a couple of nice little changes
Author: CentroArts
Template Type: RIP
Version DLE: 10.3
Tested: Opera, Mozilla, Safari, IE 6-7-8
Options: tpl, css, img
Size: ~ 750 Kb


Download Hen Template For DLE 10.3 English


Passwors Rar: dle-guides.blogspot.com

FilmShare Template For DLE 10.3 English



Template was 3 x variations, but I just stumbled on the blue, he told me do not really like so I redrew everything in red. The template has a couple of joints and imperfections, because I do not have the experience to rip and this is my first rip, but I think galavastye find and solve the problem. Template structurally simple and suitable for warez resources, but still the old pattern is unlikely that someone has now uses is a very good template to show the search engine that you have a unique resource with a unique design. All his work is performed at a high level, and they use a minimum image, the code is clean and fully literate. The width of the pattern is static. The template can be easily put on the sites with the subject kinoportal (movie), gaming, in order to design a template allows you to do it. Excellent example could serve as a template FilmShare for DLE 10.3 English on the subject of cinema.
Author: Alex768
Template Type: RIP
Version DLE: 10.3
Tested: Opera, IE, Mozilla
Options: tpl, css, img, js
Size: ~ 220 Kb
Password: dle-guides.blogspot.com

Download FilmShare Template For DLE 10.3 English


mercredi 10 septembre 2014

Protection links in comments DLE English

Protection links in comments DLE English
Hack Protection links in comments DLE
After applying this hack if a user leaves a comment with a link, the comment will be sent for moderation with proper notification user, otherwise it will be added soon. For moderation will not go away on users with 1-3 groups (administrators, editors and journalists).

Installation:
1 Open File engine/modules/addcomments.php and find:
 
if( $update_comments ) {
$comments = $db->safesql( $row['text'] ) . "<br /><br />" . $db->safesql( $comments );

....


Add above:
 
if( preg_match ("/href|url|http|www|\.ru|\.com|\.net|\.info|\.org|\.ua/i", $comments) AND ($member_id['user_group'] > 3) ) {
if( $update_comments ) {
if( $row['approve'] ) $update_comments = false;
}
$where_approve = 0;
$stop[] = $lang['news_err_31'];
$CN_HALT = TRUE;
msgbox( $lang['all_info'], implode( "<br />", $stop ) . "<br /><br /><a href=\"javascript:history.go(-1)\">" . $lang['all_prev'] . "</a>" );
}
}


Version DLE: 9.x-10.x
Author: Vitnet
Source: dle-faq.ru

dimanche 7 septembre 2014

Upgrade Templates from DLE 10.2 to 10.3

In this tutorial we will show you step by step to upgrade Templates from DLE 10.2 to 10.3

1) Download package and upload to your server /templates/YOUR-templates/images/ folder
2) Open your templates files: comments.tpl, pm.tpl, registration.tpl, searchresult.tpl, userinfo.tpl and remove the tag {icq} from those theme files
3) Open your-templates/frame.css

Find and remove:

 
#file-uploader {
min-height: 50px;
}
#flash-uploader {
min-height: 50px;
}

Find:
 
.qq-upload-drop-area {
position:absolute; top:0; left:0; width:100%; height:100%; min-height: 50px; z-index:2;
background:#FF9797; text-align:center;
}
REPLACE with:
 
.qq-upload-drop-area {
position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;
background:#FF9797; text-align:center;
}
4) Open your-theme/login.tpl
Find:
 
<li class="lfield lfchek"><input type="checkbox" name="login_not_save" id="login_not_save" value="1"/><label for="login_not_save"> Do not save me</label></li>

Add below:
 
<li class="lfield lfchek">
<div class="sociallogin">
[vk]<a href="{vk_url}" target="_blank"><img src="{THEME}/images/social/vkontakte.gif" /></a>[/vk]
[odnoklassniki]<a href="{odnoklassniki_url}" target="_blank"><img src="{THEME}/images/social/odnoklassniki.gif" /></a>[/odnoklassniki]
[facebook]<a href="{facebook_url}" target="_blank"><img src="{THEME}/images/social/facebook.gif" /></a>[/facebook]
[mailru]<a href="{mailru_url}" target="_blank"><img src="{THEME}/images/social/mailru.gif" /></a>[/mailru]
[yandex]<a href="{yandex_url}" target="_blank"><img src="{THEME}/images/social/yandex.gif" /></a>[/yandex]
[google]<a href="{google_url}" target="_blank"><img src="{THEME}/images/social/google.gif" /></a>[/google]
</div>
</li>

5) Open theme file poll.tpl
Find:
 
doPoll('vote'); return false;
REPLACE with:
 
doPoll('vote', '{news-id}'); return false;
Find:
 
doPoll('results'); return false;
REPLACE with:
 
doPoll('results', '{news-id}'); return false;
6) Open theme file userinfo.tpl
Find:
 

<tr>
<td class="label">Avatar:</td>
<td>Upload from your computer: <input type="file" name="image" class="f_input" /><br /><br />
Use avatar from <a href="http://www.gravatar.com/" target="_blank">Gravatar</a>: <input type="text" name="gravatar" value="{gravatar}" class="f_input" /> (Enter your E-mail on gravatar.com)
<br /><br /><div class="checkbox"><input type="checkbox" name="del_foto" id="del_foto" value="yes" /> <label for="del_foto">Delete current avatar</label></div>
</td>
</tr>

REPLACE with:
 

<tr>
<td class="label">My Local Time Zone:</td>
<td>{timezones}</td>
</tr>


samedi 6 septembre 2014

DOWNLOAD DATALIFE ENGINE 10.3 FINAL ENGLISH

Datalife Engine 10.3  English
Datalife Engine 10.3 Final English

Here is the new version of our script DataLife Engine v.10.3. In this release, the possibility of waiting for you to login using social networks, new opportunities to create multiple thumbnails of uploaded images, new possibilities for the time zone settings for both the server and for each individual user, and much more, but everything more
Download Datalife Engine 10.3 Final English_utf8
Download Datalife Engine 10.3 Final English_windows-1251
Rar Password:  dle-guides.blogspot.com

lundi 1 septembre 2014

Hack statistics for DataLife Engine using Google Charts



New graphic statistics for DataLife Engine using Google Charts.

Installation:

Open the file templates / stats.tpl and paste anywhere:
 
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("visualization", "1", {packages:["corechart"]});
google.setOnLoadCallback(drawChart);
function drawChart() {
var data = google.visualization.arrayToDataTable([
['Element', 'Number'],
['Total', {news_num}],
['Home', {news_main}],
['Moderated', {news_moder}],
['Month', {news_month}],
['Week', {news_week}],
['One day', {news_day}]
]);

var options = {
legend: 'none',
title: 'News',
width: 715,
height: 400
};

var chart = new google.visualization.ColumnChart(document.getElementById('news-stats'));
chart.draw(data, options);
}

google.load("visualization", "2", {packages:["corechart"]});
google.setOnLoadCallback(drawChart2);
function drawChart2() {
var data = google.visualization.arrayToDataTable([
['Element', 'Number'],
['Total', {user_num}],
['Banned', {user_banned}],
['Month', {user_month}],
['Week', {user_week}],
['One day', {user_day}]
]);

var options = {
legend: 'none',
title: 'Community',
width: 715,
height: 400
};

var chart = new google.visualization.ColumnChart(document.getElementById('user-stats'));
chart.draw(data, options);
}

google.load("visualization", "3", {packages:["corechart"]});
google.setOnLoadCallback(drawChart3);
function drawChart3() {
var data = google.visualization.arrayToDataTable([
['Element', 'Number'],
['Total', {comm_num}],
['Month', {comm_month}],
['Week', {comm_week}],
['One day', {comm_day}]
]);

var options = {
legend: 'none',
title: 'Comments',
width: 715,
height: 400
};

var chart = new google.visualization.ColumnChart(document.getElementById('comm-stats'));
chart.draw(data, options);
}


</script>
<div id="news-stats"></div>
<div id="user-stats"></div>
<div id="comm-stats"></div>

FilmShare Template For DLE 10.2 English



Template was 3 x variations, but I just stumbled on the blue, he told me do not really like so I redrew everything in red. The template has a couple of joints and imperfections, because I do not have the experience to rip and this is my first rip, but I think galavastye find and solve the problem. Template structurally simple and suitable for warez resources, but still the old pattern is unlikely that someone has now uses is a very good template to show the search engine that you have a unique resource with a unique design. All his work is performed at a high level, and they use a minimum image, the code is clean and fully literate. The width of the pattern is static. The template can be easily put on the sites with the subject kinoportal (movie), gaming, in order to design a template allows you to do it. Excellent example could serve as a template FilmShare for DLE 10.2 English on the subject of cinema.
Author: Alex768
Template Type: RIP
Version DLE: 10.1 / 10.2
Tested: Opera, IE, Mozilla
Options: tpl, css, img, js
Size: ~ 220 Kb
Translate: Mika
Password: dle-guides.blogspot.com

Download FilmShare Template For DLE 10.2 English