class Login { static $username; //用户名 static $userpass; //密码 static $userid; //用户id static $authtable="account"; //验证用数据表 static $usecookie=true; //使用cookie保存sessionid static $cookiepath='/'; //cookie路径 static $cookietime=108000; //cookie有效时间 static $err_mysql="mysql error"; //mysql出错提示 static $err_username="用户名无效"; //用户名无效提示 static $err_user="用户无效"; //用户无效提示(被封禁) static $err_password="密码错误提示"; //密码错误提示 static $err; //出错提示 static $errorreport=false; //显示错误 public static function isLoggedin() //判断是否登录 { if(isset($_COOKIE['user_name'])) //如果cookie中保存有user_name { return true; } else //如果cookie中未保存user_name,则直接检查session { return false; } } public static function userAuth($username,$userpass) //用户认证 { self::$username=$username; self::$userpass=$userpass; $query="select * from `users` where `user_name`='".$username."'"; $result = db::get_one($query); $reset=array(); if($result['user_name']!="") //找到此用户 { if(md5($userpass)==$result['userpwd']) //密码匹配 { self::$userid=$result['uid']; setcookie('user_name',$result['user_name'],time()+self::$cookietime,self::$cookiepath); setcookie("usermore", 1, time()+self::$cookietime,self::$cookiepath); $reset['userlog']=true; return $reset; } else //密码不匹配 { $reset['userlog']=false; $reset['usererr']=self::$err_password; return $reset; } } else //没有找到此用户 { $reset['userlog']=false; $reset['usererr']=self::$err_username; return $reset; } } public static function setSession() //置session { $sid=uniqid('sid'); //生成sid session_id($sid); session_start(); $_SESSION['user_name']=self::$username; //给session变量赋值 $_SESSION['uid']=self::$userid; //.. if(self::$usecookie) //如果使用cookie保存sid { if(!setcookie('sid',$sid,time()+self::$cookietime,self::$cookiepath)) self::$errReport("set cookie failed"); } else{ setcookie('sid','',time()-3600); //清除cookie中的sid } } public static function userLogout() //用户注销 { if(setcookie('user_name','',time()-3600))//清除cookie中的sid return true; else return false; } function errReport($str) //报错 { if(self::$error_report) echo "ERROR: $str"; } } ?>
倾听是件好事情,但是作为一个女人去倾听其他已婚男人的心声,就显得有点说不过去了,这种女人一般都经不住诱惑,极其容易发生出轨事件。梦中的总是倾听其他已婚男人的心声,在提醒梦中得注意自己的言行,不然会影响到自己的家庭。
总是梦见倾听其他已婚男人的心声
女人梦见总是倾听其他已婚男人的心声,在人的意识里,当遇到在某一个方面显得弱势,或者不开心的人时,很容易为自己创建一个拯救者的角色,希望自己能够真的帮助到他。但现实毕竟是现实,已婚男人在倾述,必然不是倾述自己的美满幸福的婚姻,往往与别的女人所倾述的都是自己失败的不幸福的婚姻。而太多的爱情故事,也给予了爱情一个假设美好的爱情是需要磨难的。于是,梦中倾听已婚男人的悲剧心声,赚得满脸泪水的同时,却也是偷情情节的开始,现实中此种情况非常多。好做这种梦的女人,心理和身体的抵抗力度都是差的,上瘾是因为将自己放置在救世主的位置,往往最后把握不住的话,就成为了一种献身式的救赎了。