datalife Mobile Module 2.5

zzbang [dle]

2011.08.21

Mobile Module 2.5

What’s new in 2.5:

1. The long-awaited design.
2. Polls are now working in the news (and with a choice of single-variant, and with a choice of several).
3. Editing avatars are now separate from the profile, and there is no button to delete if you do not.
4. Targeting the transition to a commentary (with vyschityvaniem page address)
5. Appears in the administrative panel, there is less fuss with his hands:
6. Rate (currently only version 1 -1, then do the second and the choice of the admin)

DLE Thanks Module 1.5

zzbang [dle]

2011.08.21

DLE Thanks Module 1.5

DLE Thanks Module 1.5 Version DLE: 8.3-9.3 The module allows you to organize a system of thanks on the site. What is so interesting about this module? – Module is connected to a single file pattern, without requiring changes to the basic script engine – Use AJAX – The author has no opportunity to thank [...]

DataLife Engine 7.3 全英文版bug修正

zzbang [漏洞bug]

2009.01.14

部分用7.3的用户有下面问题 : 用户组管理出错 Warning: mysql_fetch_assoc(): 13 is not a valid MySQL result resource in /usr/home/xxxxx/public_html/engine/classes/mysql.class.php on line 100 或者存在falsh文件上传和演示bug. 下面是解决方案. 下载补丁文件: http://www.downforall.com/file.php?file=6b59a821a060429885a48656596e762b 上传覆盖: engine/inc/usergroup.php engine/inc/files.php engine/classes/swfupload/swfupload.js engine/classes/swfupload/swfupload.swf 方法来自国外

保护备份的数据库

zzbang [漏洞bug]

2009.01.14

Step 1: – The .htaccess doesn’t provide a protection to anyone from downloading the backups. – The .htaccess doesn’t prevent search engines from entering this folder so: – Open .htaccess which in your backup folder and enter this code: <Files “*.sql”> Deny from all </Files> <Files “*.gz”> Deny from all </Files> Now you prevent the [...]

利用.htaccess保护你的.tpl模板、images文件夹、css文件

zzbang [php编程,漏洞bug]

2009.01.14

如何保护你的.tpl模板: – 打开一个文本编辑器,我通常用gedit ,复制下面文本: Order Deny,Allow Allow from all <Files “*.tpl”> Deny from all </Files> – 另存为 .htaccess – 上传到你的模板目录. -保护图片被盗链用下列代码保存为.htaccess传到图片目录 Order Deny,Allow Allow from all <Files “*.gif”> Deny from all </Files> <Files “*.jpg”> Deny from all </Files> – 方法同上,保护css用下面代码 <Files “*.css”> Deny from all </Files>

如何解决”Warning: Division by zero in /tagscloud.php on line xx”

zzbang [漏洞bug]

2009.01.14

作者:dle-support 翻译:站长帮 我们很多人在用datalife时会发前端现网页头部出现下面一行: warning: Division by zero in /home/xxxx/public_html/engine/modules/tagscloud.php on line xx XX 是数字 这是一个空tag的结果. 这里告诉你如何改善。 感谢 Apotikos 和 gjizaqi -打开engine目录下  engine/modules/tagscloud.php – 找到: foreach ($tags as $tag => $value) { $list[$tag]['tag'] = $tag; $list[$tag]['size'] = $sizes[sprintf("%d", ($value-$min)/$range*4)]; } – 把下面字符串: range*4 换成: range*2 好了。 站长测试了。

DLE7.2 版Xss跨站漏洞被发现(Exploit)

zzbang [漏洞bug]

2009.01.14

Author : Hadi Kiamarsi ——————————————- Discovered by : Hadi Kiamarsi ——————————————- Exploited By : Hadi Kiamarsi ——————————————- E-Mail : hadikiamarsi[at]hotmail.com ——————————————- CMS: Datalife Engine ( version 7.2 ) ——————————————- XSS Exploit : query : http://[www.example.com]/admin.php/%3E%22%3E%3CScRiPt%3Ealert(‘Hadi-Kiam arsi’)%3C/ScRiPt%3E

站长帮正式开展datalife engine的汉化和二次开发

zzbang [dle]

2009.01.14

以前写的汉化包不幸丢失,遗憾,现在要好好保存到blog上,这一次可不能丢了啊。 主要是程序难免有bug,需要一些零碎的补丁,所以blog的作用还是很大的啊