<?php !defined('R_P') && exit('Forbidden'); $USCR = 'space_info'; $isGM = S::inArray($windid, $manager); !$isGM && $groupid == 3 && ($isGM = 1); require_once R_P . 'u/lib/space.class.php'; $newSpace = new PwSpace($uid); if (!($space =& $newSpace->getInfo())) { Showmsg('用户不存在!'); } $indexRight = $newSpace->viewRight('index'); $indexValue = $newSpace->getPrivacyByKey('index'); $infoRight = $indexRight == true ? $newSpace->viewRight('info') : false; $infoValue = $indexValue != 2 ? $newSpace->getPrivacyByKey('info') : '2'; //* include_once pwCache::getPath(D_P . 'data/bbscache/level.php'); pwCache::getData(D_P . 'data/bbscache/level.php'); $newSpace->getDetailInfo(); $newSpace->initSet(); $isSpace = true; $customerService = L::loadClass('CustomerFieldService', 'user'); $customerValues = $customerService->getCustomerValues($uid); require_once uTemplate::printEot('user_info'); pwOutPut(); function getOptions($options) { if (!$options) { return array(); } $array = array(); $options = explode("\n", $options);
} require_once R_P . 'u/lib/space.class.php'; $newSpace = new PwSpace($uid); if (!($space =& $newSpace->getInfo())) { Showmsg('您访问的空间不存在!'); } $inv_config = L::config(null, 'inv_config'); if (GetCookie('userads') && $inv_linkopen && $inv_linktype == '0') { list($uid, $a) = explode("\t", GetCookie('userads')); if (is_numeric($uid) || $a && strlen($a) < 16) { require_once R_P . 'require/userads.php'; } } $newSpace->initSet(); $indexRight = $newSpace->viewRight('index'); $indexValue = $newSpace->getPrivacyByKey('index'); if ($indexRight) { $data = $newSpace->layout(); //var_dump($data); } else { $data = array(0 => $newSpace->getSpaceData(array('info' => 1))); } $siteName = getSiteName('o'); $uSeo = USeo::getInstance(); $uSeo->set($space['name'] . ' - ' . $siteName, $space['name'], $space['name'] . ',' . $siteName); if ($winduid && !$space['isMe']) { //邀请处理 if (GetCookie('o_invite') && $db_modes['o']['ifopen'] == 1) { list($o_u, $hash, $app) = explode("\t", GetCookie('o_invite')); if (is_numeric($o_u) && strlen($hash) == 18) { require_once R_P . 'require/o_invite.php';