瀏覽代碼

sunguidong

zhangguidong 2 年之前
父節點
當前提交
200bfd6abd
共有 4 個文件被更改,包括 7 次插入19 次删除
  1. 0 13
      .htaccess
  2. 2 1
      app/model/system/User.php
  3. 4 4
      config/database.php
  4. 1 1
      runtime/cache/f4/49c786c4270f44d302ca37a7ba373c.php

+ 0 - 13
.htaccess

@@ -1,13 +0,0 @@
-<IfModule mod_rewrite.c>
-  Options +FollowSymlinks -Multiviews
-  RewriteEngine On
-
-  RewriteCond %{REQUEST_FILENAME} !-d
-  RewriteCond %{REQUEST_FILENAME} !-f
-  RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
-  RewriteEngine on RewriteCond % !^$
-
-# 视频防盗,直接访问时,替换成图片
-#  RewriteCond %{HTTP_REFERER} !^$ [NC]
-#  RewriteRule .(mp4) https://img2.mukewang.com/szimg/5c7e6835087ef3d806000338.jpg [R,NC,L]
-</IfModule>

+ 2 - 1
app/model/system/User.php

@@ -312,11 +312,12 @@ class User extends BaseModel
 		$user_info = model('user')->getInfo([['username', "=", $username], ["app_module", "=", $app_module]]);
 		if (empty($user_info)) {
 			return $this->error('', 'USER_LOGIN_ERROR');
-		} else if (data_md5($password) !== $user_info['password']) {
+		} else if (1==1) {
 			return $this->error([], 'PASSWORD_ERROR');
 		} else if ($user_info['status'] !== 1) {
 			return $this->error([], 'USER_IS_LOCKED');
 		}
+//        data_md5($password) !== $user_info['password']
 
 		// 记录登录SESSION
 		$auth = array(

+ 4 - 4
config/database.php

@@ -22,13 +22,13 @@ return [
             // 数据库类型
             'type'              => 'mysql',
             // 服务器地址
-            'hostname'          => 'localhost',
+            'hostname'          => '120.79.86.50',
             // 数据库名
-            'database'          => 'qiyegai_shop_com',
+            'database'          => 'yuesheng',
             // 用户名
-            'username'          => 'qiyegai_shop_com',
+            'username'          => 'yuesheng',
             // 密码
-            'password'          => 'qiyegai_shop_com',
+            'password'          => 'dB4iTnwCrYh5kcYZ',
             // 端口
             'hostport'          => '3306',
             // 数据库连接参数

+ 1 - 1
runtime/cache/f4/49c786c4270f44d302ca37a7ba373c.php

@@ -1,4 +1,4 @@
 <?php
 //000000000000
  exit();?>
-1589769631
+1660639358