vote.php
来自「bmb的论坛」· PHP 代码 · 共 49 行
PHP
49 行
<?
/* 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 + =
减小字号Ctrl + -
显示快捷键?