(function() {
var form = $('#fastpostform');
$('#needmessage').on('focus', function() {
var obj = $(this);
if(obj.attr('color') == 'gray') {
obj.removeClass('grey');
obj.attr('color', 'black');
$('#fastpostsubmitline').css('display', 'block');
}
})
.on('blur', function() {
var obj = $(this);
if(obj.attr('value') == '') {
obj.addClass('grey');
obj.attr('color', 'gray');
}
});
$('#fastpostsubmit').on('click', function() {
if(typeof comiis_prevent_post === "function") {
comiis_prevent_post('#fastpostsubmit', 1);
}
popup.open('<img src="' + IMGDIR + '/imageloading.gif" class="comiis_loading">');
var msgobj = $('#needmessage');
$.ajax({
type:'POST',
url:form.attr('action') + '&handlekey=fastpost&loc=1&inajax=1',
data:form.serialize(),
dataType:'xml'
})
.success(function(s) {
evalscript(s.lastChild.firstChild.nodeValue);
})
.error(function() {
window.location.href = form.attr('action');
popup.close();
});
return false;
});
$('#replyid').on('click', function() {
$(document).scrollTop($(document).height());
$('#needmessage')[0].focus();
});
})();
function succeedhandle_fastpost(locationhref, message, param) {
var pid = param['pid'];
var tid = param['tid'];
if(pid) {
$.ajax({
type:'POST',
url:'forum.php?mod=viewthread&tid=' + tid + '&viewpid=' + pid + '&mobile=2',
dataType:'xml'
})
.success(function(s) {
$('.comiis_sofa').css('display', 'none');
$('#post_new').append(s.lastChild.firstChild.nodeValue);
popup.open('回复成功', 'alert');
$('.sec_code_img').click();
comiis_openrebox(0);
popup.init();
if(typeof comiis_prevent_post === "function") {
comiis_prevent_post('#fastpostsubmit', 0);
}
if(replyreload) {
var reloadpids = replyreload.split(',');
for(var i = 1;i < reloadpids.length;i++) {
$.ajax({
type:'POST',
url:'forum.php?mod=viewthread&tid=' + tid + '&viewpid=' + reloadpids[i] + '&mobile=2',
dataType:'xml'
})
.success(function(s) {
if(s.lastChild.firstChild.nodeValue.indexOf('id="pid') > 0){
var repidss = s.lastChild.firstChild.nodeValue.match(/id="pid(\S*)">/)[1];
$('#pid' + repidss)[0].innerHTML = s.lastChild.firstChild.nodeValue;
}
});
}
}
})
.error(function() {
window.location.href = 'forum.php?mod=viewthread&tid=' + tid;
popup.close();
});
} else {
if(!message) {
message = '本版回帖需要审核,您的帖子将在通过审核后显示';
}
popup.open(message, 'alert');
if(typeof comiis_prevent_post === "function") {
comiis_prevent_post('#fastpostsubmit_btn', 0);
}
}
$('#needmessage').attr('value', '');
$("#imglist li[class!='up_btn']").remove();
comiis_picnum();
if(param['sechash']) {
$('.sec_code_img').click();
}
}
function errorhandle_fastpost(message, param) {
popup.open(message, 'alert');
if(typeof comiis_prevent_post === "function") {
comiis_prevent_post('#fastpostsubmit', 0);
}
}
</script></div>
<div>
<div class="comiis_share_box bg_e b_t comiis_showleftbox">
<div id="comiis_share" class="bdsharebuttonbox"></div>
<h2 class="bg_f f_g b_t comiis_share_box_close"><a href="javascript:;">取消</a></h2>
</div>
<div class="comiis_share_tip"></div>
<script src="https://cdn.bbs.binmt.cc/template/comiis_app/comiis/js/comiis_nativeShare.js" type="text/javascript"></script>
<script>
var share_obj = new nativeShare('comiis_share', {
img:'',
url:'https://bbs.binmt.cc/forum.php?mod=viewthread&tid=23670',
title:$('#comiis_wx_title_box').html(),
desc:'本帖最后由 liwenwu1058 于 2019-9-13 14:52 编辑 看书的软件,小书亭,想去掉广告,反射大师脱壳了,不会 ...',
from:'MT论坛'
});
function comiis_postre() {
comiis_prevent_post('#fastpostsubmit_btn', 1);
$.ajax({
type:'POST',
url:$('#postforms').attr('action') + '&handlekey=fastposts&loc=1&inajax=1',
data:$('#postforms').serialize(),
dataType:'xml'
})
.success(function(s) {
evalscript(s.lastChild.firstChild.nodeValue);
})
.error(function() {
window.location.href = obj.attr('action');
popup.close();
});
return false;
}
function succeedhandle_fastposts(locationhref, message, param) {
var pid = param['pid'];
var tid = param['tid'];
if(pid) {
$.ajax({
type:'POST',
url:'forum.php?mod=viewthread&tid=' + tid + '&viewpid=' + pid + '&mobile=2',
dataType:'xml'
})
.success(function(s) {
$('.comiis_sofa').css('display', 'none');
$('#post_new').append(s.lastChild.firstChild.nodeValue);
popup.open('回复成功', 'alert');
popup.init();
comiis_prevent_post('#fastpostsubmit_btn', 0);
if(replyreload) {
var reloadpids = replyreload.split(',');
$.ajax({
type:'POST',
url:'forum.php?mod=viewthread&tid=' + tid + '&viewpid=' + reloadpids[i] + '&mobile=2',
dataType:'xml'
})
.success(function(s) {
if(s.lastChild.firstChild.nodeValue.indexOf('id="pid') > 0){
var repidss = s.lastChild.firstChild.nodeValue.match(/id="pid(\S*)">/)[1];
$('#pid' + repidss)[0].innerHTML = s.lastChild.firstChild.nodeValue;
}
});
}
})
.error(function() {
window.location.href = 'forum.php?mod=viewthread&tid=' + tid;
popup.close();
});
} else {
if(!message) {
message = '本版回帖需要审核,您的帖子将在通过审核后显示';
}
popup.open(message, 'alert');
comiis_prevent_post('#fastpostsubmit_btn', 0);
}
}
function errorhandle_fastposts(message, param) {
popup.open(message, 'alert');
$('#fastpostsubmit_btn').attr("disabled", false);
}
</script>
<div class="comiis_vfgohome bg_e"><a href="./" class="comiis_btn bg_0 f_f cl">进入网站首页,查看更多精彩内容</a></div><script>
function comiis_user_share() {
if (navigator.userAgent.indexOf("MTBBSAPP") !== -1) {
document.location = "/share";
isusershare = 1;
}}
</script>

<style>
.comiis_lookfulltext_bg {position:absolute;width:100%;height:150px;bottom:0;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#FFFFFF);}
.comiis_lookfulltext_key {width:100%;height:34px;line-height:34px;text-align:center;margin:10px auto 40px;}
.comiis_lookfulltext_key a {display:inline-block;padding-right:20px;border-radius:20px;font-size:16px;color:#FF705E;background:url(source/plugin/comiis_lookfulltext/image/comiis_ico.png) no-repeat right;background-size:16px auto;}
.comiis_lookfulltext_style1 a {background:#FF705E;color:#FFF;padding:0 25px;}

</style>
<script>
$(window).load(function(){
var comiis_lookfulltext_box = $('.view_one .comiis_messages,div.display:first,.view_body');
var comiis_lookfulltext_height = comiis_lookfulltext_box.height();

Prev | Next
Pg.: 1 2 3 4 5 6 7 8 9 10


Back to home | File page

Subscribe | Register | Login | N