文件名称:asp版ewebeditor,基于5.5戒聊修改水印功能,增加文本框调用图片上传水印功能
文件大小:1016KB
文件格式:RAR
更新时间:2012-08-08 04:16:08
水印,ewebeditor
基于ewebeditor 5.5 Asp戒聊版修改。取消了水印位置随机功能,可以固定水印的位置,左-上中下,中-上中下,右-上中下。在原版中如果ewebeditor 后台设置了 “水印前台用户选择”的时候,使用文本框调用图片上传时 不提供是否添加水印选项,特此修改。 后台设置 用户名admin 密码 admin 修改 eWebEditor\asp\upload.asp 去掉,水印随机位置 'randomize 'nSYTPPosition = int(rnd()*9 1) 'If nSYTPPosition = nSYWZPosition then 'nSYTPPosition = nSYTPPosition -1 'If nSYTPPosition = 0 Then 'nSYTPPosition = 2 'End If 'End If