本帖最后由 jinsling 于 2010-12-20 18:50 编辑
要使用【附件预览】功能需要修改 source\class\class_upload.php 这个文件
查找这个函数
- function get_target_extension($ext) {
复制代码 替换为
- function get_target_extension($ext) {
- static $safeext = array('attach','jpg', 'jpeg', 'gif', 'png', 'swf', 'bmp', 'txt', 'zip', 'rar', 'doc', 'mp3', 'wps', 'et', 'dps', 'pdf', 'docx', 'ppt', 'pptx', 'pot', 'potx', 'xls', 'xlsx', 'vsd', 'rtf', 'mpp', 'pdw', 'pxl', 'psw');
- return strtolower(!in_array(strtolower($ext), $safeext) ? 'attach' : $ext);
- }
复制代码
帖子点击广告显示附件下载链接转换与推广
如图:
不要金币的地址
http://bbs.ngjyw.com/thread-780-1-1.html
|