📄 vote.php
字号:
<?
/* BMForum Plus! Bulletin Board Systems Version : Plus! This is a freeware, but don't change the copyright information. A SourceForge Project - GNU Licence project. Web Site: http://www.bmforum.com Copyright (C) Bluview Technology*/
require("datafile/config.php");
require("getskin.php");
require("post_global.php");
if (empty($forumid) || empty($filename) || !file_exists("{$idpath}forum$forumid/$filename.sta")) {
require("header.php");
navi_bar($gl[53],$gl[249],'','no');
msg_box($gl[53],"$gl[250]");
require("footer.php");
exit;
}
get_forum_info();
if ($canvote!="1") {
include("header.php");
navi_bar($navi_bar_des,$navi_bar_l2,"$gl[251]");
$status="* $gl[252]";
print_err();
include("footer.php");
exit;
}
if ($login_status==0) {
include("header.php");
navi_bar($navi_bar_des,$navi_bar_l2,"$gl[253]");
msg_box("$gl[253]",$gl[254]);
include("footer.php");
exit;
}
if ($mychoice=="") {
include("header.php");
navi_bar($navi_bar_des,"$gl[255]");
msg_box("$gl[255]",$gl[256]);
include("footer.php");
exit;
}
if(strtolower("璐靛
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -