dumpmsg.php

来自「bmb的论坛」· PHP 代码 · 共 28 行

PHP
28
字号
<?
/* 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*/
@set_time_limit(300);

include("datafile/config.php");
include("getskin.php");

if ($login_status==0) {
	exit;
}
$username=$bmforumerboardid;
$t=date("Y_m_d"); 
header("Content-disposition: filename=mymsg_$t.htm");
header("Content-type: application/octetstream");
header("Pragma: no-cache");
header("Expires: 0");

if (file_exists("$id_unique/$o_username.rec")) {
	$temp1=trim(readfromfile("$id_unique/$o_username.rec"));
	print "<b>璁哄潧鐢ㄦ埛鐭

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?