蓝雨 发表于 2008-6-3 09:39:55

DZ6.1这样修改默认帖内上方和帖内下放广告位更赚钱 提高Google广告点击



具体修改办法:
第一步,打开viewthread.htm
第二步,修改上部
查找:
<!--{if $admode && empty($insenz[\'hardadstatus\']) && !empty($advlist[\'thread2\'][$post[\'count\']])}--><div class=\"ad_textlink2\" id=\"ad_thread2_$post\">$advlist[$post]</div><!--{else}--><div id=\"ad_thread2_$post\"></div><!--{/if}-->

删除这段代码

继续查找:
                <!--{if $post[\'subject\']}-->
                <h2>$post</h2>
                <!--{/if}-->

在下面添加如下代码:
<!--{if $admode && empty($insenz[\'hardadstatus\']) && !empty($advlist[\'thread2\'][$post[\'count\']])}--><div class=\"ad_textlink2\" id=\"ad_thread2_$post\">$advlist[$post]</div><!--{else}--><div id=\"ad_thread2_$post\"></div><!--{/if}-->

第三步,修改下部
查找
<!--{if $admode && empty($insenz[\'hardadstatus\']) && !empty($advlist[\'thread1\'][$post[\'count\']])}--><div class=\"ad_textlink1\" id=\"ad_thread1_$post\">$advlist[$post]</div><!--{else}--><div id=\"ad_thread1_$post\"></div><!--{/if}-->

删除掉

继续查找
<!--{if !empty($post[\'ratelog\'])}-->
          <fieldset>

在这段代码的上一行添加:
<!--{if $admode && empty($insenz[\'hardadstatus\']) && !empty($advlist[\'thread1\'][$post[\'count\']])}--><div class=\"ad_textlink1\" id=\"ad_thread1_$post\">$advlist[$post]</div><!--{else}--><div id=\"ad_thread1_$post\"></div><!--{/if}-->

修改完毕

修改好的文件在附件里面,可以直接下载覆盖
页: [1]
查看完整版本: DZ6.1这样修改默认帖内上方和帖内下放广告位更赚钱 提高Google广告点击