|
此帖已经非常详细展示了代码插入教程,希望帮助到你
如果需要客服帮助请联系微信:17839737605(20元/次)
打开文件:网站根目录/source/plugin/tom_tczhaopin/pay.inc.php
1.大概在1396行插入代码

- //专业招聘购买刷新再次转发------开始
- $tom_tongcheng_dic = DB::fetch_first("SELECT * FROM %t WHERE (tczhaopin_id=%d)", array('tom_tongcheng',$tczhaopin_id));
- if($tom_tongcheng_dic['id'] != ""){
- DB::update('tom_tongcheng', array('zhuan'=>0),array('id'=>$tom_tongcheng_dic['id']));
- }
- //专业招聘购买刷新再次转发------结束
复制代码
2.大概在1566行插入代码

- //专业招聘购买刷新再次转发------开始
- $tom_tongcheng_dic = DB::fetch_first("SELECT * FROM %t WHERE (tczhaopin_id=%d)", array('tom_tongcheng',$tczhaopin_id));
- if($tom_tongcheng_dic['id'] != ""){
- DB::update('tom_tongcheng', array('zhuan'=>0),array('id'=>$tom_tongcheng_dic['id']));
- }
- //专业招聘购买刷新再次转发------结束
复制代码
3.大概在2670行插入代码
 - //专业招聘购买刷新再次转发------开始
- $tom_tongcheng_dic = DB::fetch_first("SELECT * FROM %t WHERE (tczhaopin_id=%d)", array('tom_tongcheng',$tczhaopin_id));
- if($tom_tongcheng_dic['id'] != ""){
- DB::update('tom_tongcheng', array('zhuan'=>0),array('id'=>$tom_tongcheng_dic['id']));
- }
- //专业招聘购买刷新再次转发------结束
复制代码
4.最后重点:点击右下角将编码改成utf-8再保存文件

|
|