Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] Dz.5给你站上连接别人的图片打上水印(图片不会上传到自己空间节俭型)

[复制链接]
xise 发表于 2006-10-1 18:20:46 | 显示全部楼层 |阅读模式
前辈们告诉我们要勤俭节约闹革命,所以我们要利用网络资源
不升级数据库,属于绿色产品,不想要删除即可

其实DZ论坛都可用

发在你站上连接别人的图片自动印上网址

图片不上传大自己的空间,避免空间的浪费,对于空间小的朋友是不错的选择

演示:http://www.kfyes.com/bbs/viewthread.php?tid=24095

到下面认准附件和需要安装


说明:一楼是为图片打上网址文字水印

      二楼是为图片打上图片水印

一:上传附件kfpic.php到你论坛根目录(并修改附件把我的网址换成你的呵呵)


二:修改:include/discuzcode.func.php(最好备份一下,不能用马上可以替换)
查找
  1. "bbcodeurl('\\1', '<img src="%s" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor=\'hand\'; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onclick="if(!this.resized) {return true;} else {window.open(\'%s\');}" onmousewheel="return imgzoom(this);" alt="" />')",
复制代码


替换:
  1. "bbcodeurl('\\1', '<img src="kfpic.php?id=%s" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor=\'hand\'; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onclick="if(!this.resized) {return true;} else {window.open(\'%s\');}" onmousewheel="return imgzoom(this);" alt="" />')",
复制代码


三。恭喜你已经安装成功

下面的是根据自己需要修改

如何修改打印在图片网址颜色是附件kfpic.php第19行
修改:
  1. $fcolor=ImageColorAllocate($im,f,f,f);
复制代码

Eiffel提供了两种颜色
  1. $fcolor=ImageColorAllocate($im,255,255,255);  //白色
  2. $fcolor=ImageColorAllocate($im,0,0,255);  //藍色
复制代码


修改网址打印在图片的位置改下面的数字附件kfpic.php(自己看着改)
  1. if($width>150&&$height>40){
  2. $kf_px=20;
  3. $kf_py=$height-30;
复制代码


其它颜色自己找找,欢迎大家在研究研究,把你安装成功的网址发出来,大家分享一下,还有颜色

[ 本帖最后由 xise 于 2006-10-5 10:50 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| xise 发表于 2006-10-1 18:22:31 | 显示全部楼层
Eiffel作品上传外连图片加图片水印

一:上传附件nkpic.php到你论坛根目录(并修改附件把我的网址换成你的呵呵)

二:修改:include/discuzcode.func.php(最好备份一下,不能用马上可以替换)

  1. "bbcodeurl('\\1', '<img src="%s" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor=\'hand\'; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onclick="if(!this.resized) {return true;} else {window.open(\'%s\');}" onmousewheel="return imgzoom(this);" alt="" />')",
复制代码


改成

  1. "bbcodeurl('\\1', '<img src="nkpic.php?%s" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor=\'hand\'; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onclick="if(!this.resized) {return true;} else {window.open(\'%s\');}" onmousewheel="return imgzoom(this);" alt="" />')",
复制代码


三、完成

[ 本帖最后由 xise 于 2006-10-5 10:36 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

豬頭豬腦 发表于 2006-10-1 18:34:02 | 显示全部楼层
白金广告位招租

一月XXXX元

注意X的取值,由本人心情决定   

[ 本帖最后由 豬頭豬腦 于 2006-10-2 00:35 编辑 ]
回复

使用道具 举报

bvtc 发表于 2006-10-1 18:38:13 | 显示全部楼层
..........
回复

使用道具 举报

I521 发表于 2006-10-1 18:39:49 | 显示全部楼层
正找这个呢 给图片加文字的 可以修改成其他作用
回复

使用道具 举报

 楼主| xise 发表于 2006-10-1 18:45:32 | 显示全部楼层
原帖由 豬頭豬腦 于 2006-10-1 18:34 发表
和动获取贴图到本地服务器并加水印 FOR 5.0 正式版  有什么区别?

这个不会上传到本地
回复

使用道具 举报

hongbo520 发表于 2006-10-1 18:47:54 | 显示全部楼层
是不是真的哦,我用哈,可以的话回来顶死你,哈哈
回复

使用道具 举报

☆阿满☆ 发表于 2006-10-1 18:49:11 | 显示全部楼层
不错 用上了!!!!!!!
回复

使用道具 举报

缘亦如此 发表于 2006-10-1 18:53:54 | 显示全部楼层
这么好的东西呀,!!!
难道我改退休了!!!
回复

使用道具 举报

折翼の天使♂ 发表于 2006-10-1 18:57:49 | 显示全部楼层
NO BAD!!

UP
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 10:43 , Processed in 0.022573 second(s), 2 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表