phpcms v9后台删除验证码方法_PHP技巧_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

phpcms v9后台删除验证码方法

作者:黑客防线网安SEO优化网 来源:黑客防线网安phpMyAdmi教程网 浏览次数:0

本篇关键词:phpcmsv9后台验证码
黑客防线网安网讯: 

    
        
            \phpcms\modules\admin\index.php
            
            
            
            
                
                //不为口令卡验证
 
\phpcms\modules\admin\index.php

  1. //不为口令卡验证

    if (!isset($_GET['card'])) {

    $username = isset($_POST['username']) ? trim($_POST['username']) : showmessage(L('nameerror'),HTTP_REFERER);

    $code = isset($_POST['code']) && trim($_POST['code']) ? trim($_POST['code']) : showmessage(L('input_code'), HTTP_REFERER);

    if ($_SESSION['code'] != strtolower($code)) {

    showmessage(L('code_error'), HTTP_REFERER);

    }

将上面那段代码修改为:


  1. //不为口令卡验证

    if (!isset($_GET['card'])) {

    $username = isset($_POST['username']) ? trim($_POST['username']) ;

     showmessage(L('nameerror'),HTTP_REFERER);

     

    if ($_SESSION['code'] != strtolower($code)) {

     

    }


 

\phpcms\modules\admin\templates\login.tpl.php 模板


删除以下代码:

  1.  

    <label><?php echo L('security_code')?>:</label><input name="code" type="text" class="ipt ipt_reg" onfocus="document.getElementById('yzm').style.display='block'" />
        <div id="yzm" class="yzm"><?php echo form::checkcode('code_img')?><br /><a href="javascript:document.getElementById('code_img').src='<?php echo SITE_PROTOCOL.SITE_URL.WEB_PATH;?>api.php?op=checkcode&m=admin&c=index&a=checkcode&time='+Math.random();void(0);"><?php echo L('click_change_validate')?></a></div>

     

     

     


ok啦~~
    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-19746-1.html
网站维护教程更新时间:2015-10-04 23:05:23  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer