欢迎您光临爱尚资源网,本站秉承服务宗旨 履行“站长”责任,销售只是起点 服务永无止境!
  • 正文概述
  • 更新记录
  • 第一步:在表enewstags增加字段zm(建议用phpmyadmin或直接SQL:

    ALTER TABLE `phome_enewstags` ADD `zm` CHAR(2) NOT NULL AFTER `tagname`;)

    第二步:

    找到:eadmintagsAddTags.php

    查找:

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

    修改为:

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

    在69行后添加:

    <tr>
    <td width="18%" height="25">TAG首字母:</td>
    <td width="82%" height="25"> <input name="zm" type="text" id="zm" value="<?=$r[zm]?>" size="42">
    </td>
    </tr>

    第三步:

    修改文件:eadmintagsListTags.php

    ——————————————————————–

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

    查找:

    $tagname=RepPostVar($add['tagname']);

    202行后增加:

    $tagzm=getfirstchar(RepPostVar($_POST['tagname']));

    ——————————————————————–

    查找:

    //修改TAGS

    函数里添加:

    $zm=RepPostVar($add['zm']);

    查找:

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

    修改为:

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

    —————————————————————————————————————————

    查找:

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

    修改为:

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

    第四步:

    打开:/e/class/userfun.php

    添加函数:

    function getfirstchar($s0){
       $fchar = ord($s0{0});
       if($fchar >= ord("A") and $fchar <= ord("z") )return strtoupper($s0{0});
       $s1 = iconv("UTF-8","gb2312", $s0);
       $s2 = iconv("gb2312","UTF-8", $s1);
       if($s2 == $s0){$s = $s1;}else{$s = $s0;}
       $asc = ord($s{0}) * 256 + ord($s{1}) - 65536;
       if($asc >= -20319 and $asc <= -20284) return "A";
       if($asc >= -20283 and $asc <= -19776) return "B";
       if($asc >= -19775 and $asc <= -19219) return "C";
       if($asc >= -19218 and $asc <= -18711) return "D";
       if($asc >= -18710 and $asc <= -18527) return "E";
       if($asc >= -18526 and $asc <= -18240) return "F";
       if($asc >= -18239 and $asc <= -17923) return "G";
       if($asc >= -17922 and $asc <= -17418) return "I";
       if($asc >= -17417 and $asc <= -16475) return "J";
       if($asc >= -16474 and $asc <= -16213) return "K";
       if($asc >= -16212 and $asc <= -15641) return "L";
       if($asc >= -15640 and $asc <= -15166) return "M";
       if($asc >= -15165 and $asc <= -14923) return "N";
       if($asc >= -14922 and $asc <= -14915) return "O";
       if($asc >= -14914 and $asc <= -14631) return "P";
       if($asc >= -14630 and $asc <= -14150) return "Q";
       if($asc >= -14149 and $asc <= -14091) return "R";
       if($asc >= -14090 and $asc <= -13319) return "S";
       if($asc >= -13318 and $asc <= -12839) return "T";
       if($asc >= -12838 and $asc <= -12557) return "W";
       if($asc >= -12556 and $asc <= -11848) return "X";
       if($asc >= -11847 and $asc <= -11056) return "Y";
       if($asc >= -11055 and $asc <= -10247) return "Z";
       if(!trim($s0)) {
             return null;
         }
         $s0=esub($s0,1);
         $numstrs='123456789一二三四五六七八九';
         $numstr['1']='1';
         $numstr['2']='2';
         $numstr['3']='3';
         $numstr['4']='4';
         $numstr['5']='5';
         $numstr['6']='6';
         $numstr['7']='7';
         $numstr['8']='8';
         $numstr['9']='9';
         $numstr['一']='1';
         $numstr['二']='2';
         $numstr['三']='3';
         $numstr['四']='4';
         $numstr['五']='5';
         $numstr['六']='6';
         $numstr['七']='7';
         $numstr['八']='8';
         $numstr['九']='9';
         if(strstr($numstrs,$s0))
         {
             return $numstr[$s0];
         }
    }
    1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长!
    2. 分享目的仅供大家学习和交流,请不要用于商业用途!
    3. 如果你也有好源码或者教程,可以到用户中心发布,分享有积分奖励和额外收入!
    4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
    5. 如有链接无法下载、失效或广告,请联系管理员处理!
    6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
    7. 如遇到加密压缩包,默认解压密码为"dtmb.taobao.com",如遇到无法解压的请联系管理员!
    8. 因为资源和程序源码均为可复制品,所以不支持任何理由的退款兑现,请斟酌后支付下载
    声明如果标题没有注明"已测试"或者"测试可用"等字样的资源源码均未经过站长测试.特别注意没有标注的源码不保证任何可用性

    尚艺源码网 » 帝国CMS自动获取TAG首字母教程

    常见问题FAQ

    免费下载或者VIP会员专享资源能否直接商用?
    本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
    提示下载完但解压或打开不了?
    最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。 若排除这种情况,可在对应资源底部留言,或 联络我们.。
    你们有qq群吗怎么加入?
    当然有的,如果你是帝国cms、易优cms、和pbootcms系统的爱好者你可以加入我们的QQ千人交流群160457583

    发表评论

    开通VIP 享更多特权,建议使用 QQ 登录