⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.php

📁 Mini File Host 是国外一款优秀的、免费的文件存储程序
💻 PHP
字号:
<?php
//  ___  ____       _  ______ _ _        _   _           _
//  |  \/  (_)     (_) |  ___(_) |      | | | |         | |
//  | .  . |_ _ __  _  | |_   _| | ___  | |_| | ___  ___| |_
//  | |\/| | | '_ \| | |  _| | | |/ _ \ |  _  |/ _ \/ __| __|
//  | |  | | | | | | | | |   | | |  __/ | | | | (_) \__ \ |_
//  \_|  |_/_|_| |_|_| \_|   |_|_|\___| \_| |_/\___/|___/\__|
//
// by GalaxyScripts.com                version 1.5
// original source code by Jim (j-fx.ws)
////////////////////////////////////////////////////////

require_once("./config.php");

if(in_array($language, $LANGUAGE_LIST)) {
  include('./lang/'.$language.'.php');
} else {
  include('./lang/'.$LANGUAGE_LIST[0].'.php');
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title><? echo $compname . " - " . $slogan ;?></title>
<meta name="description" content="Free File Hosting Script">
<meta name="author" content="Inekai">
<meta name="keywords" content="File, Hosting, Script, Free">
<meta name="expire" content="never">
<link rel="stylesheet" type="text/css" href="css/<? echo $style ?> ">
</head><body>
<center><table style="margin-top:10px;width:790px;height:2;">
<tr><td style="padding-bottom:10px;" height="1">
<a class="headlink" href="index.php">
<p style="margin:0px;">
<span style="font-size:32px;color:#FFFFFF;"><? echo $compname ?></span></p></a></td>
<td align=right valign=bottom style="padding-bottom:10px;color:#ffffff" height="1">
<a class="toplinks" href="index.php"><? echo $lang[top_upload];?></a>&nbsp;|&nbsp;
<a class="toplinks" href="index.php?page=img"><? echo $lang[top_imageup];?></a>&nbsp;|&nbsp;
<a class="toplinks" href="files.php"><? echo $lang[top_files];?></a>&nbsp;|&nbsp;
<a class="toplinks" href="index.php?page=tos"><? echo $lang[top_tos];?></a> &nbsp;|&nbsp;
<a class="toplinks" href="index.php?page=faq"><? echo $lang[top_faq];?></a>&nbsp;|&nbsp;
<a class="toplinks" href="top.php"><? echo $lang[top_top];?></a> &nbsp;|&nbsp;
<a class="toplinks" href="admin.php"><? echo $lang[top_admin];?></a>
</td></td></tr></center>

⌨️ 快捷键说明

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