@source of chekcing levels.txt
来自「php写的论坛,代码精简到极点 请相看说明文件。是从英文翻译过来的:)」· 文本 代码 · 共 35 行
TXT
35 行
<!--*******************************************************************************************************
You can setup permissions on your website's page
with the n@board 3 member management program.
If you want to setup permissions on your website's page,
Please, input this following source on top of your website's page.
Explanations of each item
♂ Level : (1~9) levels that have permission of connect the website's page
♂ Error Message : Error Massage will appear when visitor who have no permission
trying to connect the website's page
♂ URL : Move to that Website's Page without showing the Message.
If you put "0" into URL, It will appeared Error Message, then,
it will move back.
You need to establish these files, "connect.php" & "lib.php" where
n@board is.
If the n@board is in different forder, you need to establish it suitably.
********************************************************************************************************-->
<?
include "connect.php";
include "lib.php";
chk_out_level(Level,"Error Message","URL");
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?