前辈们告诉我们要勤俭节约闹革命,所以我们要利用网络资源
不升级数据库,属于绿色产品,不想要删除即可
其实DZ论坛都可用
发在你站上连接别人的图片自动印上网址
图片不上传大自己的空间,避免空间的浪费,对于空间小的朋友是不错的选择
演示:http://www.kfyes.com/bbs/viewthread.php?tid=24095
到下面认准附件和需要安装
说明:一楼是为图片打上网址文字水印
二楼是为图片打上图片水印
一:上传附件kfpic.php到你论坛根目录(并修改附件把我的网址换成你的呵呵)
二:修改:include/discuzcode.func.php(最好备份一下,不能用马上可以替换)
查找- "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="" />')",
复制代码
替换:
- "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行
修改:- $fcolor=ImageColorAllocate($im,f,f,f);
复制代码
Eiffel提供了两种颜色
- $fcolor=ImageColorAllocate($im,255,255,255); //白色
- $fcolor=ImageColorAllocate($im,0,0,255); //藍色
复制代码
修改网址打印在图片的位置改下面的数字附件kfpic.php(自己看着改)
- if($width>150&&$height>40){
- $kf_px=20;
- $kf_py=$height-30;
复制代码
其它颜色自己找找,欢迎大家在研究研究,把你安装成功的网址发出来,大家分享一下,还有颜色
[ 本帖最后由 xise 于 2006-10-5 10:50 编辑 ] |