代码拉取完成,页面将自动刷新
同步操作将从 cppcoder/mymps 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
define('IN_SMT',true);
define('IN_MYMPS', true);
define('CURSCRIPT','space');
require_once dirname(__FILE__)."/include/global.php";
require_once dirname(__FILE__)."/data/config.php";
require_once MYMPS_DATA."/config.db.php";
require_once MYMPS_INC."/db.class.php";
$user = isset($user) ? checkhtml($user) : '';
$id = isset($id) ? intval($id) : '';
ifsiteopen();
$where = "WHERE a.userid = '$user'";
$space = $db -> getRow("SELECT a.* FROM `{$db_mymps}member` AS a LEFT JOIN `{$db_mymps}area` AS b ON a.areaid = b.areaid $where");
if(!$space || empty($user)) write_msg("您所指定的会员不存在,或者尚未通过审核");
$space['if_corp'] = $mymps_global['cfg_if_corp'] != 1 ? 0 : $space['if_corp'];
$space['storeuri'] = $space['if_corp'] == 1 ? Rewrite('store',array('uid'=>$space['id'])) : '';
$space['uri'] = Rewrite('space',array('user'=>$user,'part'=>'index'));
$space['prelogo'] = $space['prelogo'] ? $space['prelogo'] : '/images/noavatar_small.gif';
$info = mymps_get_infos(30,1,'',$user);
/*当前位置*/
$loc = get_location('space','',$user);
$location = $loc['location'];
$page_title = $loc['page_title'];
globalassign();
include mymps_tpl('index');
is_object($db) && $db->Close();
?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。