放到e目录下
修改第16行
$r=$empire->fetch1("select dianhua,chuanzhen,dianziyouxiang from phome_ecms_zhaopin where id='$id'");
$r=$empire->fetch1("select 你要图片化的字段名 from 你要调用的数据表名 where id='$id'");
然后模板添加
<img src="[!--news.url--]e/key/zhaopin.php?key=dianziyouxiang&id=[!--id--]" /></img>
<img src="[!--news.url--]e/key/zhaopin.php?key=你要图片化的字段名&id=[!--id--]" /></img>
可以复制PHP文件改名来达到多个数据库的调用
<?php
@require("../class/connect.php");
if(!defined('InEmpireCMS'))
{
exit();
}
include("../class/db_sql.php");
include("../class/config.php");
$link=db_connect();
$empire=new mysqlquery();
//取得号码
function number($keys)
{
global $empire,$dbtbpre;
$id=$_GET[id];
$r=$empire->fetch1("select dianhua,chuanzhen,dianziyouxiang from phome_ecms_zhaopin where id='$id'");
$r[$keys]?$number=trim($r[$keys]):$number='No write..';
return $number;
}
//显示号码为图片
function ShowKey()
{
$keys=$_GET[key];
$number=number($keys);
$strlen=strlen($number);
$key=strtolower($number);
$imgW=$strlen*10;
$key=strtolower(number($keys));
$set=setcookie("checkplkey",$key,0,"/","");
//支持gd库
if (function_exists("imagejpeg")) {
header ("Content-type: image/jpeg");
$img=imagecreate($imgW,24);
$black=imagecolorallocate($img,51,51,51);
$gray=imagecolorallocate($img,255,255,255);
imagefill($img,0,0,$gray);
imagestring($img,5,5,3,$key,$black);
imagejpeg($img);
imagedestroy($img);
}
elseif (function_exists("imagegif")) {
header ("Content-type: image/gif");
$img=imagecreate(140,24);
$black=imagecolorallocate($img,51,51,51);
$gray=imagecolorallocate($img,255,255,255);
imagefill($img,0,0,$gray);
imagestring($img,5,5,3,$key,$black);
imagegif($img);
imagedestroy($img);
}
elseif (function_exists("imagepng")) {
header ("Content-type: image/png");
$img=imagecreate($imgW,24);
$black=imagecolorallocate($img,51,51,51);
$gray=imagecolorallocate($img,255,255,255);
imagefill($img,0,0,$gray);
imagestring($img,5,5,3,$key,$black);
imagepng($img);
imagedestroy($img);
}
elseif (function_exists("imagewbmp")) {
header ("Content-type: image/vnd.wap.wbmp");
$img=imagecreate($imgW,24);
$black=imagecolorallocate($img,51,51,51);
$gray=imagecolorallocate($img,255,255,255);
imagefill($img,0,0,$gray);
imagestring($img,5,5,3,$key,$black);
imagewbmp($img);
imagedestroy($img);
}
else {
include("../class/functions.php");
$set=setcookie("checkplkey","ecms",0,"/","");
echo ReadFiletext("../data/images/ecms.jpg");
}
}
ShowKey();
?>
- 上一篇: 帝国cms分类信息电话号码查询
- 下一篇: 帝国cms删除分类信息密码
- 最新文章
-
- phpcms v9无法更新url
- phpcms注册会员操作失败
- phpcms怎么修改模板
- phpcms添加内容报500错误的原因及解决方法
- linux服务器下phpcms提示hash数据验证失败的解决方法
- phpcms与phpsso通信失败的解决方法
- phpcms上传图片提示服务器安全认证错误的原因及解决方法
- phpcms v9更新栏目缓存失败的原因及解决方法
- phpcms v9后台登录提示验证码错误
- phpcms可以做什么?
- phpcms v9安装失败
- phpcms会员登录失败
- phpcms前台js获取不到cookie用户信息
- phpcms控制器不存在
- phpcms v9 php7可以运行吗
- phpcms js乱码怎么解决
- phpcms提示服务器安全认证错误
- phpcms php.ini在哪里
- phpcms phpsso验证码错误
- phpcms v9参数传递错误
- 热门文章
- 热门tag
- 随机tag