"\t", "\r", "\n"), '', $referer); // 干掉特殊字符 strip special chars if( !preg_match('#^(http|https)://[\w\-=/\.]+/[\w\-=.%\#?]*$#is', $referer) || strpos($referer, 'user-login.htm') !== FALSE || strpos($referer, 'user-logout.htm') !== FALSE || strpos($referer, 'user-create.htm') !== FALSE || strpos($referer, 'user-setpw.htm') !== FALSE || strpos($referer, 'user-resetpw_complete.htm') !== FALSE ) { $referer = './'; } return $referer; } function user_auth_check($token) { global $time; $auth = param(2); $s = decrypt($auth); empty($s) AND message(-1, lang('decrypt_failed')); $arr = explode('-', $s); count($arr) != 3 AND message(-1, lang('encrypt_failed')); list($_ip, $_time, $_uid) = $arr; $_user = user_read($_uid); empty($_user) AND message(-1, lang('user_not_exists')); $time - $_time > 3600 AND message(-1, lang('link_has_expired')); return $_user; } ?> 性息网-全国性息-免费楼凤论坛
首页 发现 发布 消息 我的
以任何名义让先交钱的请勿相信,以防被骗

Fatal error: Uncaught Error: Call to undefined function clih_link_get_links_cache() in /www/wwwroot/xiuno/tmp/view_htm_index.htm:462 Stack trace: #0 /www/wwwroot/xiuno/tmp/route_index.php(158): include() #1 /www/wwwroot/xiuno/tmp/index.inc.php(106): include('/www/wwwroot/xi...') #2 /www/wwwroot/xiuno/index.php(52): include('/www/wwwroot/xi...') #3 {main} thrown in /www/wwwroot/xiuno/tmp/view_htm_index.htm on line 462