代码拉取完成,页面将自动刷新
<?php
require_once("include/bittorrent.php");
dbconn();
require_once(get_langfile_path());
if (!mkglobal("type"))
die();
if ($type == "adminactivate")
{
stdhead($lang_ok['head_user_signup']);
stdmsg($lang_ok['std_account_activated'],
$lang_ok['account_activated_note']);
}
elseif ($type == "inviter")
{
stdhead($lang_ok['head_user_signup']);
stdmsg($lang_ok['std_account_activated'],
$lang_ok['account_activated_note_two']);
}
elseif ($type == "signup" && mkglobal("email"))
{
stdhead($lang_ok['head_user_signup']);
stdmsg($lang_ok['std_signup_successful'],
$lang_ok['std_confirmation_email_note']. htmlspecialchars($email) . $lang_ok['std_confirmation_email_note_end']);
stdfoot();
}
elseif ($type == "sysop") {
stdhead($lang_ok['head_sysop_activation']);
print($lang_ok['std_sysop_activation_note']);
if (isset($CURUSER))
print($lang_ok['std_auto_logged_in_note']);
else
print($lang_ok['std_cookies_disabled_note']);
stdfoot();
}
elseif ($type == "confirmed") {
stdhead($lang_ok['head_already_confirmed']);
print($lang_ok['std_already_confirmed']);
print($lang_ok['std_already_confirmed_note']);
stdfoot();
}
elseif ($type == "confirm") {
if (isset($CURUSER)) {
stdhead($lang_ok['head_signup_confirmation']);
print($lang_ok['std_account_confirmed']);
print($lang_ok['std_auto_logged_in_note']);
print($lang_ok['std_read_rules_faq']);
stdfoot();
}
else {
stdhead($lang_ok['head_signup_confirmation']);
print($lang_ok['std_account_confirmed']);
print($lang_ok['std_cookies_disabled_note']);
stdfoot();
}
}
else
die();
?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。