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"; } } ?>
棺材是用来盛放尸体的匣子,装着尸体的棺材也叫灵柩。汉人有个习俗,人死了之后,放进棺材中再进行土葬。棺材多数用木材制造,也有使用铜、石制造的。中国人对于棺材的解释可以用一句俗话来解释,棺材棺材,升官发财。在梦中,棺材象征着财富和权力,当然最普遍的是事物的结束和新的开始的象征。
梦见木棺材,代表着自己将会交上好运,有什么想做的事情不妨思考一下适合做不。
梦见石棺材,代表着自己将会拥有难以被取缔的权力和财力。
梦见已经死去的人从棺材中走出来,代表着自己将会收到很久没有联系的好友的消息。
员工梦见棺材,代表着自己将会得到领导的赏识,将会得到升职加薪。
商人梦见棺材,代表着自己将会开发新的赚钱的项目,将会成为富翁。
梦见棺材从自己家中抬出,代表着自己将会因为交友不慎,蒙受金钱上的损失,借债、合伙等事情需要注意。
梦见棺材抬进自己的家中,代表着自己的财运来了,有什么赚钱的计划应该立即实施。
梦见棺材中的尸体说话,代表着自己将会和老友相逢。
梦见棺材盖子被打开,代表着自己将会发一笔意外之财,成为富翁。
梦见棺材盖子盖上,代表着将会有灾难降临在自己的身边,因为没有做好准备,自己会措手不及。
梦见棺材竖立着,代表着自己将会碰上棘手的问题。
梦见空棺材,代表着自己将会被对手陷害或攻击。受到损失。
从事业上说,棺材的梦,表明着近一时期,你出色的工作成绩得到上司的赏识。这个梦代表着你将有官运,职位会得到提升。
从经济上看,棺材的梦,表明近一时期你的财源滚滚、生意兴隆。这个梦表明你有财运,会获得很大一笔外财。