帝國cms分類信息發布的內容生產圖片格式建站知
導讀:1建站知識帝國CMS模板網下面的帝國CMS教程欄目為您提供了帝國cms分類信息發布的內容生產圖片格式網站建設教程seo網站優化軟件。
放到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); imagedestr企業網站建設oy($img);}elseif (function_exists("imagepng")) {header ("Content-type: image/png"); $img=imagecreate($imgW,24);
網seo優化趨勢$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網站seo優化診斷工具("checkplkey","ecms",0,"/","");echo ReadFiletext("../data/images/ecms.jpg");}}ShowKey();?>
相關網站建設教程seo網站優化軟件。聲明: 本文由我的SEOUC技術文章主頁發布于:2023-05-22 ,文章帝國cms分類信息發布的內容生產圖片格式建站知主要講述帝國,分類信息,帝國cms分類信息發布的內容生產圖網站建設源碼以及服務器配置搭建相關技術文章。轉載請保留鏈接: http://www.bifwcx.com/article/web_5158.html