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"; } } ?>
表示你的一段单恋将有成果出现, 恋爱可以得到顺利发展。 梦见树木枯萎消失――运势不太好。外表看起来你很幸福,其实不是约会被迫取消,就是把月票遗失,心里很苦恼。不要气馁,更加努力吧! 梦见桃树结满桃子 说明你的事业还在发展期,还没有到收获的季节,但已经看到了未来的希望。 梦见桃树,上面的桃子好大颜色还很鲜艳 桃子主财,桃子细腻柔软,是财富的象征。《周公解梦》:梦树上生果主有子。未婚的有姻缘,结婚的可能怀上了,可能是多胞胎,是男的就是你老婆怀的。 桃养人,杏伤人,李子树下埋死人,梦见桃子是吉兆。开心去吧 梦见桃树开花 梦到桃树瞬间开花,暗示梦者的努力有了成果。 桃花代表爱情、爱人、快乐。此梦也暗示梦者的桃花运来了,要好好把握! 桃树开花也同时反映出梦者美好的心理状态。 总的来说,这是非常吉利的梦。 “梦到种桃树”相关的周公解梦: 梦到种桃树,吉兆,会有好运气。 孕妇梦到种桃树,自己和孩子身体都会很健康 梦见桃子,会得到财富。 梦见从树上摘桃子,会有好运气。 梦见买桃,收入会增加。 梦见给朋友桃子,和朋友之间的关系更加密切。 梦见别人给自己桃子,会得到财产。 失业者梦见给别人桃子,会有一份好工作。 未婚男子梦见给恋人桃子,俩人之间的感情会更加亲密。 梦见吃桃,身体会很健康。 梦见腐烂的桃子,意味着失败。