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"; } } ?>
跌落有灾
位置的高低主地位,突然地跌落则意味着意外的变故。
梦见从坐骑上摔下来,是不祥之兆。
梦见从屋顶上摔下来,会被驱逐出境,意味着要被赶出家门。
梦见从马背上摔下来,要去参加战争。
梦见从大象背上跌下来,意味着受穷或受辱。
梦见掉进水沟里,生意会亏损。
老年人梦见从床上掉到地上,意味着病情的恶化,死期要临头。
女人梦见自己的孩子不小心跌倒,孩子要生重玻
梦见自己从云端掉落,将有不测之祸到临。
梦见从高空向不知名的深渊坠落,说明你非常恐怖,为什么会做这样的噩梦,是不是因为睡姿不正确才这样?或者是其他原因呢??周公解梦破解大全遭受损失。
如果缓慢地落下,说明你寻求一种新的生活秩序或者代表着你终于要做出决定了。
如果当你梦见重重地坠落在地面上,随即就醒来了,说明你的内心充满着统着,不信任自己和周遭煌人。向往充满冒险的爱情,但是又犹豫不定。非常恐怖,为什么会做这样的噩梦,是不是因为睡姿不正确才这样?或者是其他原因呢??周公解梦破解大全男友觉得你不再有吸引力,离你而去!你需要找回自信,赢得别人的尊重。
梦见自己从天上掉落,将有不测之祸。