All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
SQL实现其他进制到十进制的转换_[SQL Server教程]
SQL,Server,2005,Express,Edition安装步骤详解_mssql学习_编程技术
解析 SQL Server 2008 的精妙之处_[SQL Server教程]
asp.net2.0中GridView控件应用实例
XSL教程:测试模式的实例学习_[XML教程]
ASP.NET自动检测用户名是否注册(利用AJAX技术)_[Asp.Net教程]
PHP数组的定义、初始化和数组元素的显示_[PHP教程]
深入ASP.NET数据绑定(中)——数据双向绑定机理_[Asp.Net教程]
Asp.net给站点某目录增加Aspnet用户_[Asp.Net教程]
.net中错误日志的写入_[Asp.Net教程]
Reading number is top 10 pictures
美女和狗狗1
一千块钱如何创业
Terrorist smile the largest human history an explosion1
Breasts woman big set 2
梦幻的风景
The dog buy the ham oneself
Azusa Yamamoto1
Hunan province aizhai super-large suspension bridge open to traffic and 4 world first1
Sell the barbecue as says father du breul5
Photographed the passion of the clients and prostitutes in the sex trade picture2
Download software ranking
SQL2000 For 4IN1
linux高级编程
matrix3
Proficient in Eclipse
Red cliff
matrix2
Boxer's Top ten classic battle2
株洲本地在线棋牌游戏
The Bermuda triangle2
Detective task-the top secret prostitution files
delv published in(发表于) 2013/12/29 4:41:43 Edit(编辑)
PHP实例:email,address,生成图片程序_php资料_编程技术

PHP实例:email,address,生成图片程序_php资料_编程技术

PHP实例:email address 生成图片程序_php资料_编程技术-你的首页-uuhomepage.com

把下面的文件保存为index.php

/*
MailX Managment System 0.8 Beta
*/
header("Content-type:image/png");
$mailaddress=$_GET['mailname'];
$mailaddresslen=strlen($mailaddress);
$mailaddressimages=imagecreate($mailaddresslen*10,25);
$lenadd=$mailaddresslen;
$fontsize="4";
$center=(imagesx($mailaddressimages)-8.3*strlen($mailaddress))/2;
$mailimagesbackground=ImageColorAllocate($mailaddressimages,231,196,43);
$mailimagesfacecolor=ImageColorAllocate($mailaddressimages,0,0,0);
ImageString($mailaddressimages,$fontsize,$center,5,$mailaddress,$mailimagesfacecolor);
Imagepng($mailaddressimages);
ImageDestroy($mailaddressimages);
?>


把下面的文件保存为index.html

http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
http://www.w3.org/1999/xhtml" />





webmaster@domain.com,US" name="author" />

www.domain.com,Reprint from then webseits" name=Copyright />















webmaster@domain.com" />










You email:Webmaster@domain.com" />


然后把两个文件放在同一个目录就可以了.

这个程序主要是.
通过get获取值后生成.
一个图片格式的email地址.
主要是为了防止email搜索软件抓取email地址.





添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.