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"; } } ?>
"星星"相关的:
·梦见一颗星闪烁发亮 —— 达成大愿。表示几年来的愿望将得以实现。不过,这个梦绝对不可告诉别人。得意洋洋告诉别人,幸运将消失。
·梦见流星 —— 爱情停滞的可能性很大。也许对方的心已向着第三者,或为了小事,两人的心已背道而驰。尤其在梦见流星群时,这种可能性更强。
·梦见发亮的星星忽然消失 —— 身体方面可能会出问题。上体育课时受伤、或出门时发生交通事故等,凡事都要小心。
·梦见骑在慧星上 —— 可以期待意想不到的乐事。你的心情将因此而非常快乐。
·梦见星星跳进皮包中 —— 财运将好转。如果你喜欢听歌,本来每月买一张新唱片,现可以增加到两张;如果爱聊天,本来每周两次逛快餐店,现可以增加到三次。不过,不要浪费喔!
·梦见灿烂的星星布满天空 —— 财运将好转。如果你喜欢听歌,本来每月买一张新唱片,现可以增加到两张;如果爱聊天,本来每周两次逛快餐店,现可以增加到三次。不过,不要浪费喔!
梦见黑夜里闪亮星星,要交好运。
已婚女人梦见夜晚闪烁的星星,夫妻生活会幸福。
未婚女子梦见黑夜里天空闪亮的星星,不论走到哪里,都会有很多支持者。
病人梦见夜晚里闪烁的星星,不久会恢复健康。
梦见月光之夜里闪烁的星星,能降服敌人。
梦见夜晚闪亮的星星被乌云遮住,会生病。
梦见流星,会生病或遭厄运。