Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 刚才在应用中心传了个天气预报小插件

[复制链接]
火狼王子 发表于 2015-10-4 16:58:27 | 显示全部楼层 |阅读模式
本帖最后由 火狼王子 于 2015-10-4 16:59 编辑

刚才在应用中心传了个天气预报小插件,好不容易通过审核,在修改文件过程,load.inc.php 不小心多了个空格,导致不正常显示,刚上传的应用又不能马上上传更新文件,只好在这里发个帖了, 如果有下载的 可以自行修改一下
  1. <?php

  2. !defined('IN_DISCUZ') && exit('Access Denied');

  3. new dx_wload;

  4. class dx_wload
  5. {
  6.         function dx_wload(){
  7.                 $referer = parse_url($_SERVER['HTTP_REFERER']);
  8.                 $serverhost = $_SERVER['HTTP_HOST'];
  9.                 if(($pos = strpos($serverhost, ':')) !== false){
  10.                         $serverhost = substr($serverhost, 0, $pos);
  11.                 }
  12.                 if($referer['host'] != $serverhost) return;

  13.                 $clientip = getglobal('clientip');

  14.                 if(getgpc('city','g')){
  15.                         $pluginurl = 'http://i.tianqi.com/index.php?c=code&id=19&icon=1&py='.getgpc('city','g').'&temp=1&num=7&time='.time();
  16.                 }else{
  17.                         $pluginurl = 'http://i.tianqi.com/index.php?c=code&id=1&icon=4&wind=1&num=1&time='.time();
  18.                         if(trim($settings['weather']['city'])){
  19.                                 if(preg_match('/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.([0-9]{1,3}|\*)/', $settings['weather']['city'])){
  20.                                         $clientip = <strong><font color="red">str_repl ace</font></strong>('*', random(3, 1), $settings['weather']['city']);
  21.                                 }else{
  22.                                         $pluginurl .= '&py='.$settings['weather']['city'];
  23.                                 }
  24.                         }
  25.                 }
复制代码
就是代码25行位置str_repl ace 多了一个空格, 把它改成 str_replace

活宝聚乐部 发表于 2015-10-5 11:24:57 | 显示全部楼层
感谢         
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 17:31 , Processed in 0.020633 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表