📄 crew-forum.php
字号:
<?php /* ------------------------- */
$UPDATE_DB = 1;
$OMNILOG = 1;
$banner = "no";
include("_include-config.php");
if(! check_login()) {
header("Location: login.php");
exit;
}
/* ------------------------- */ ?>
<html>
<head>
<title>[( Elite avengers )]</title>
</head>
<?php
if($data->clan == "")
echo "<font color=red>* Join a crew before you can show this forum!</font>";
else {
$dbres = mysql_query("SELECT * FROM `[clans]` WHERE `name`='{$data->clan}'");
$clan = mysql_fetch_object($dbres);
echo " <frameset cols=\"350,*\" framespacing=\"0\" frameborder=\"no\" border=\"0\">
<frame src=\"crew-topics.php?c={$clan->id}\" name=\"topics\">
<frame src=\"crew-messages.php?id={$clan->open}&c={$clan->id}\" name=\"vieuw\">
</frameset>";
}
?>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -