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"; } } ?>
梦见乞丐,倒霉的日子要到来。
梦见乞讨,要交好运。
梦见自己成了乞丐,是进财聚宝的吉兆。
梦见乞丐:
梦见遇到一名乞丐,表示梦者希望帮助遭遇不幸或遭受困难的人;
梦到自己成为一个乞丐,暗示着梦者在现实生活中对情感、欲望和思想等感到了匮乏,还可能暗示梦者自我的失败感和对自我价值的否定。
如果在梦中遇见乞丐,表明梦者富有同情心,意味着能得到别人的真心祝梦见自己成了乞丐,代表梦者将发大财
一位留学生这样说:“梦中的我仿佛又回到了在国外求学的日子。我走在回家的路上,说是家,其实只是我租的房子。这时一个乞丐走过来向我乞讨,我想不到这么富裕的国家也有乞丐,梦中的我还是给了他一点儿钱”。这位留学生显然富有同情心,后来他果然有许多知心朋友。
以下是梦见乞丐的心理学解释:
梦中的乞丐,是帮助与施舍的象征。梦见乞讨,要交好运,梦见自己成了乞丐,沿街乞讨,表明梦者在现实生活中对事业和爱情等各方面感到力不从心,还可能暗示梦者自我的失败感和对自我价值的否定,如果及时振作起来,奋发图强,有发财的机遇。