{eval
function tpl_register_input_output() {
global $_G;
$periodofvalidity = $_G['cache']['plugin']['smstong']['periodofvalidity'];
$periodofvalidity = empty($periodofvalidity)?0:$periodofvalidity;
$verifycodes = DB::fetch_first("SELECT mobile,getip,dateline FROM ".DB::table('common_verifycode')." WHERE getip='$_G[clientip]' AND status=1 AND dateline>'$_G[timestamp]'-$periodofvalidity order by id desc");
$regsendtime = intval($verifycodes['dateline']);
$mobilegap = intval($_G['cache']['plugin']['smstong']['mobilegap']);
$interval = time() - $regsendtime;
$lastsecond = $mobilegap - $interval;
$sendedmobile = substr($verifycodes['mobile'], 0, 4).'****'.substr($verifycodes['mobile'], 8, 3);
$_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0;
$sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi'];
require_once libfile('function/misc');
$iparea = trim(trim(convertip($_G['clientip']),'-'));
$flag = $_G['cache']['plugin']['smstong']['nonlocalcheck']?strstr($_G['cache']['plugin']['smstong']['areavalue'], $iparea)?true:false:false;
require_once DISCUZ_ROOT.'./source/discuz_version.php';
}
|
$_G['cache']['plugin']['smstong']['openregnotifymsg'] |
{eval
}
function tpl_logging_input() {
global $_G;
}
{eval
}
function tpl_global_login_mobile_autoselect() {
global $_G;
}
{eval
}
function tpl_spacecp_profile_bottoms() {
global $_G;
$_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0;
$sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi'];
}
{eval
}
function tpl_index_bottom_output() {
global $_G;
$_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0;
$sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi'];
}
{eval
}
function tpl_post_btn_extra_output() {
global $_G;
$_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0;
$sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi'];
$mobile = DB::result_first("SELECT mobile FROM ".DB::table('common_member_profile')." WHERE uid=$_G[uid]");
}
{eval
}
function tpl_forumdisplay_fastpost_btn_extra_output() {
global $_G;
$_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0;
$sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi'];
$mobile = DB::result_first("SELECT mobile FROM ".DB::table('common_member_profile')." WHERE uid=$_G[uid]");
}
{eval
}
function tpl_post_infloat_btn_extra_output() {
global $_G;
$_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0;
$sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi'];
$mobile = DB::result_first("SELECT mobile FROM ".DB::table('common_member_profile')." WHERE uid=$_G[uid]");
}
{eval
}
function tpl_viewthread_fastpost_content_output() {
global $_G;
$_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0;
$sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi'];
$mobile = DB::result_first("SELECT mobile FROM ".DB::table('common_member_profile')." WHERE uid=$_G[uid]");
}
{eval
}
function index_top_output() {
global $_G;
$_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0;
$sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi'];
$mobile = DB::result_first("SELECT mobile FROM ".DB::table('common_member_profile')." WHERE uid=$_G[uid]");
$content = $_G['cache']['plugin']['smstong']['customecontent'];
$rp = array('$username');
$sm = array($_G['username']);
$content = str_replace($rp, $sm, $content);
}
$_G['cache']['plugin']['smstong']['customecontenttitle']
$_G['cache']['plugin']['smstong']['customecontenttitle']
$_G['cache']['plugin']['smstong']['customecontenttitle']
{eval
}
}