doujiu8479 2013-05-22 05:14
浏览 8

SkaDate管理面板锁定

I have installed SkaDate, but it's creating auth.php creating error. I am getting the error:

bruce attack account is locked.

Its having auth.php file for validating login details. Although in MySQL database value for admin username and password same I enter then also getting this error.
SkaDate is a dating software package.

  • 写回答

2条回答 默认 最新

  • dtqqq24248 2013-12-09 07:30
    关注

    To remove this notification, go through $internal_c/lang/config.php file

    find the code around line number 7469 this code looks something similar to this.

    'try_number' => 
          SK_ConfigDtoObject::__set_state(array(
             'config_id' => '208',
             'config_section_id' => '63',
             'name' => 'try_number',
             'value' => 5,
             'presentation' => 'integer',
             'description' => NULL,
             'php_validation' => NULL,
             'js_validation' => NULL,
          )),
    

    Here, set the value to zero, like

         'try_number' => 
          SK_ConfigDtoObject::__set_state(array(
             'config_id' => '208',
             'config_section_id' => '63',
             'name' => 'try_number',
             'value' => 0,
             'presentation' => 'integer',
             'description' => NULL,
             'php_validation' => NULL,
             'js_validation' => NULL,
          )),
    

    Also set the lock_stamp attribute to zero, like

    'lock_stamp' => 
      SK_ConfigDtoObject::__set_state(array(
         'config_id' => '206',
         'config_section_id' => '63',
         'name' => 'lock_stamp',
         'value' => 0,
         'presentation' => 'integer',
         'description' => NULL,
         'php_validation' => NULL,
         'js_validation' => NULL,
      )
    

    And the last step is, in the config table, search the config_section_id (here it's 63, see above code) and change the values of 'try_number' and 'lock_stamp' attributes to zero.

    This should solve your problem....

    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度