<rp id="vegky"><wbr id="vegky"></wbr></rp>
<video id="vegky"><ins id="vegky"><table id="vegky"></table></ins></video>

    1. <progress id="vegky"></progress><wbr id="vegky"><ins id="vegky"><rt id="vegky"></rt></ins></wbr>
      <acronym id="vegky"><bdo id="vegky"></bdo></acronym><i id="vegky"><strike id="vegky"></strike></i>
      1. <video id="vegky"></video>
      熱門搜索:網頁游戲 火箭球賽 熱門音樂 2011世界杯 亞運會 黃海軍演
      您現在的位置:首頁 >> 互聯網新聞 >> 內容

      YourPHP、易思CMS等后臺登陸驗證碼不顯示問題解決方法

      時間:2015/1/19 9:29:19 點擊:

       

       

      驗證碼不現實解決方法:

      清除BOM即可!
      附上BOM清除工具 bom.php 放到你的網站根目錄下運行即可。ㄗ龇ǎ盒陆ㄓ浭卤,把下面代碼粘貼到新建記事本,然后把記事本文件名改為bom.php,上傳到根目錄,運行http://你的網站/bom.php 即可)

       

      <?php
      /*檢測并清除BOM*/ 
      if(isset($_GET['dir'])){  

      $basedir=$_GET['dir'];  

      }else{  

      $basedir = '.';  

      }   

      $auto = 1;   

      checkdir($basedir);  

      function checkdir($basedir){  

      if($dh = opendir($basedir)){  

      while(($file = readdir($dh)) !== false){  

      if($file != '.' && $file != '..'){  

      if(!is_dir($basedir."/".$file)){  

      echo "filename: $basedir/$file ".checkBOM("$basedir/$file")." <br>";  

      }else{  

      $dirname = $basedir."/".$file;  

      checkdir($dirname);  

      }  

      }  

      }//end while  

      closedir($dh);  

      }//end if($dh  

      }//end function  

      function checkBOM($filename){  

      global $auto;  

      $contents = file_get_contents($filename);  

      $charset[1] = substr($contents, 0, 1);   

      $charset[2] = substr($contents, 1, 1);   

      $charset[3] = substr($contents, 2, 1);   

      if(ord($charset[1]) == 239 && ord($charset[2]) == 187 && ord($charset[3]) == 191){  

      if($auto == 1){  

      $rest = substr($contents, 3);  

      rewrite ($filename, $rest);  

      return "<font color=red>BOM found, automatically removed.</font>";  

      }else{  

      return ("<font color=red>BOM found.</font>");  

      }  

      }   

      else return ("BOM Not Found.");  

      }//end function  

      function rewrite($filename, $data){  

      $filenum = fopen($filename, "w");  

      flock($filenum, LOCK_EX);  

      fwrite($filenum, $data);  

      fclose($filenum);  

      }//end function  

      ?>

      作者:信宜人 錄入:信宜人 來源:原創
      信息來自網絡,如有版權問題請聯系客服!QQ:501734467
      相關文章
      相關評論
      發表我的評論
      • 大名:
      • 內容:
    2. 關于我們 | 服務條款 | 法律聲明 | 文章發布 | 在線留言 | 法律支援 | 人員認證 | 投訴建議 | 合作聯盟 | 版權所有 | 本站wap手機訪問
    3. 廣州新聞網(www.yidianjiayuan.com.cn) © 2024 版權所有 All Rights Reserved.
    4. 有害短信息舉報 | 陽光·綠色網絡工程 | 版權保護投訴指引 | 網絡法制和道德教育基地 | 廣東省通管局

    5. 廣州新聞網 版 權 所 有 ,信息來自網絡,如有疑問請聯系客服!QQ:501734467
    6. 3
    7. 国产麻豆福利在线观看,久久精品国产精品青草,蜜芽AV无码精品国产午夜,中文字幕人妻不在线无码视频
      <rp id="vegky"><wbr id="vegky"></wbr></rp>
      <video id="vegky"><ins id="vegky"><table id="vegky"></table></ins></video>

      1. <progress id="vegky"></progress><wbr id="vegky"><ins id="vegky"><rt id="vegky"></rt></ins></wbr>
        <acronym id="vegky"><bdo id="vegky"></bdo></acronym><i id="vegky"><strike id="vegky"></strike></i>
        1. <video id="vegky"></video>