帝国cms

推荐列表 站点导航

当前位置:首页 > 建站教程 > 帝国cms >

帝国CMS 给TAG添加首字母自动获取首字母

来源:网络整理  作者:网络  发布时间:2020-12-09 19:56
帝国CMS模板网下面的帝国CMS教程栏目为您提供了帝国CMS 给TAG添加首字母自动获取首字母...

</tr>

在69行后添加:

自己获取TAG首字母教程

202行后增加:$tagzm=getfirstchar(RepPostVar($_POST['tagname']));

if($asc >= -20283 and $asc <= -19776) return "B";

if($s2 == $s0){$s = $s1;}else{$s = $s0;}

if($asc >= -14914 and $asc <= -14631) return "P";

$numstr['八']='8';

$numstr['8']='8';

if($asc >= -19775 and $asc <= -19219) return "C";

$numstr['2']='2';

第一步:在表enewstags增加字段zm(建议用phpmyadmin或直接SQL:ALTER TABLE `phome_enewstags` ADD `zm` CHAR(2) NOT NULL AFTER `tagname`;)

<td> <input type="text" value="<?=$r[zm]?>" size="42">

修改为:$r=$empire->fetch1("select tagid,tagname,zm,cid from {$dbtbpre}enewstags where tagid='$tagid'");

if($asc >= -17417 and $asc <= -16475) return "J";

if($asc >= -20319 and $asc <= -20284) return "A";

<td>TAG首字母:</td>

------------------------------

$numstr['五']='5';

--------------------------------------------------------------------

if($asc >= -11055 and $asc <= -10247) return "Z";

$numstr['7']='7';

return $numstr[$s0];

$s1 = iconv("UTF-8","gb2312", $s0);

return null;

}

查找:$sql=$empire->query("update {$dbtbpre}enewstags set tagname='$tagname',cid='$cid' where tagid='$tagid'");

if($asc >= -14922 and $asc <= -14915) return "O";

if($asc >= -18526 and $asc <= -18240) return "F";

$asc = ord($s{0}) * 256 + ord($s{1}) - 65536;

if($asc >= -14090 and $asc <= -13319) return "S";


if($asc >= -14630 and $asc <= -14150) return "Q";

$numstr['6']='6';

function getfirstchar($s0){

$numstr['二']='2';

第三步:

--------------------------------------------------------------------

{

{

$fchar = ord($s0{0});

修改为:$sql=$empire->query("insert into {$dbtbpre}enewstags(tagname,num,zm,isgood,cid) values('$tagname',0,'$tagzm',0,'$cid');");

打开/e/class/userfun.php

if($asc >= -15165 and $asc <= -14923) return "N";

$numstr['九']='9';

if($fchar >= ord("A") and $fchar <= ord("z") )return strtoupper($s0{0});

$numstr['4']='4';

第二步:

查找:$sql=$empire->query("insert into {$dbtbpre}enewstags(tagname,num,isgood,cid) values('$tagname',0,0,'$cid');");

if(!trim($s0))

if($asc >= -17922 and $asc <= -17418) return "I";

$numstr['1']='1';

if($asc >= -16474 and $asc <= -16213) return "K";

添加函数:

if($asc >= -14149 and $asc <= -14091) return "R";

$s2 = iconv("gb2312","UTF-8", $s1);

if($asc >= -19218 and $asc <= -18711) return "D";

$numstr['七']='7';

if($asc >= -15640 and $asc <= -15166) return "M";

if($asc >= -12838 and $asc <= -12557) return "W";

if($asc >= -18710 and $asc <= -18527) return "E";

修改文件:eadmintagsListTags.php

<tr bgcolor="#FFFFFF">

$s0=esub($s0,1);

$numstr['四']='4';

$numstr['9']='9';

查找:$r=$empire->fetch1("select tagid,tagname,cid from {$dbtbpre}enewstags where tagid='$tagid'");

if($asc >= -13318 and $asc <= -12839) return "T";

if($asc >= -16212 and $asc <= -15641) return "L";

$numstr['六']='6';

$numstrs='123456789一二三四五六七八九';

if($asc >= -11847 and $asc <= -11056) return "Y";

找到 eadmintagsAddTags.php

if(strstr($numstrs,$s0))

$numstr['一']='1';

第四步:

查找:$tagname=RepPostVar($add['tagname']);

if($asc >= -12556 and $asc <= -11848) return "X";

require("../../class/userfun.php");

---------------------------------------------------------------------------------------------------------------------------

$numstr['三']='3';

修改为:$sql=$empire->query("update {$dbtbpre}enewstags set tagname='$tagname',cid='$cid',zm='$zm' where tagid='$tagid'");

</td>

查找://修改TAGS 函数里添加:$zm=RepPostVar($add['zm']);

$numstr['5']='5';

if($asc >= -18239 and $asc <= -17923) return "G";

$numstr['3']='3';

相关热词: 帝国cms

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://www.juheyunku.com/jz/ecms/1911.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

帝国CMS 给TAG添加首字母自动获取首字母

2020-12-09 编辑:网络

</tr>

在69行后添加:

自己获取TAG首字母教程

202行后增加:$tagzm=getfirstchar(RepPostVar($_POST['tagname']));

if($asc >= -20283 and $asc <= -19776) return "B";

if($s2 == $s0){$s = $s1;}else{$s = $s0;}

if($asc >= -14914 and $asc <= -14631) return "P";

$numstr['八']='8';

$numstr['8']='8';

if($asc >= -19775 and $asc <= -19219) return "C";

$numstr['2']='2';

第一步:在表enewstags增加字段zm(建议用phpmyadmin或直接SQL:ALTER TABLE `phome_enewstags` ADD `zm` CHAR(2) NOT NULL AFTER `tagname`;)

<td> <input type="text" value="<?=$r[zm]?>" size="42">

修改为:$r=$empire->fetch1("select tagid,tagname,zm,cid from {$dbtbpre}enewstags where tagid='$tagid'");

if($asc >= -17417 and $asc <= -16475) return "J";

if($asc >= -20319 and $asc <= -20284) return "A";

<td>TAG首字母:</td>

------------------------------

$numstr['五']='5';

--------------------------------------------------------------------

if($asc >= -11055 and $asc <= -10247) return "Z";

$numstr['7']='7';

return $numstr[$s0];

$s1 = iconv("UTF-8","gb2312", $s0);

return null;

}

查找:$sql=$empire->query("update {$dbtbpre}enewstags set tagname='$tagname',cid='$cid' where tagid='$tagid'");

if($asc >= -14922 and $asc <= -14915) return "O";

if($asc >= -18526 and $asc <= -18240) return "F";

$asc = ord($s{0}) * 256 + ord($s{1}) - 65536;

if($asc >= -14090 and $asc <= -13319) return "S";


if($asc >= -14630 and $asc <= -14150) return "Q";

$numstr['6']='6';

function getfirstchar($s0){

$numstr['二']='2';

第三步:

--------------------------------------------------------------------

{

{

$fchar = ord($s0{0});

修改为:$sql=$empire->query("insert into {$dbtbpre}enewstags(tagname,num,zm,isgood,cid) values('$tagname',0,'$tagzm',0,'$cid');");

打开/e/class/userfun.php

if($asc >= -15165 and $asc <= -14923) return "N";

$numstr['九']='9';

if($fchar >= ord("A") and $fchar <= ord("z") )return strtoupper($s0{0});

$numstr['4']='4';

第二步:

查找:$sql=$empire->query("insert into {$dbtbpre}enewstags(tagname,num,isgood,cid) values('$tagname',0,0,'$cid');");

if(!trim($s0))

if($asc >= -17922 and $asc <= -17418) return "I";

$numstr['1']='1';

if($asc >= -16474 and $asc <= -16213) return "K";

添加函数:

if($asc >= -14149 and $asc <= -14091) return "R";

$s2 = iconv("gb2312","UTF-8", $s1);

if($asc >= -19218 and $asc <= -18711) return "D";

$numstr['七']='7';

if($asc >= -15640 and $asc <= -15166) return "M";

if($asc >= -12838 and $asc <= -12557) return "W";

if($asc >= -18710 and $asc <= -18527) return "E";

修改文件:eadmintagsListTags.php

<tr bgcolor="#FFFFFF">

$s0=esub($s0,1);

$numstr['四']='4';

$numstr['9']='9';

查找:$r=$empire->fetch1("select tagid,tagname,cid from {$dbtbpre}enewstags where tagid='$tagid'");

if($asc >= -13318 and $asc <= -12839) return "T";

if($asc >= -16212 and $asc <= -15641) return "L";

$numstr['六']='6';

$numstrs='123456789一二三四五六七八九';

if($asc >= -11847 and $asc <= -11056) return "Y";

找到 eadmintagsAddTags.php

if(strstr($numstrs,$s0))

$numstr['一']='1';

第四步:

查找:$tagname=RepPostVar($add['tagname']);

if($asc >= -12556 and $asc <= -11848) return "X";

require("../../class/userfun.php");

---------------------------------------------------------------------------------------------------------------------------

$numstr['三']='3';

修改为:$sql=$empire->query("update {$dbtbpre}enewstags set tagname='$tagname',cid='$cid',zm='$zm' where tagid='$tagid'");

</td>

查找://修改TAGS 函数里添加:$zm=RepPostVar($add['zm']);

$numstr['5']='5';

if($asc >= -18239 and $asc <= -17923) return "G";

$numstr['3']='3';

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://www.juheyunku.com/jz/ecms/1911.shtml

相关文章

风云图片

推荐阅读

返回帝国cms频道首页