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

📄 index.php

📁 还是WEB游戏源码 Darkstep 还是WEB游戏源码 Darkstep
💻 PHP
字号:
<?php /* ------------------------- */

$banner = 'no';
  include("_include-config.php");

/* ------------------------- */ ?>

<html>
<head>             

<title>Dark-Step Version 1.3</title>

<base target="mainFrame">
<script type="text/javascript">
<!--
if (self.location != top.location)
	top.location.replace('index.php');

// -->
</script>
</head>

<?php
if($data) {
?>

	<FRAMESET COLS="170,*" BORDER="0">
		<FRAMESET rows="50,*" border="0">
			<FRAME SRC="jail1.php" FRAMEBORDER="0" NORESIZE scrolling=no NAME="jail">
			<FRAME SRC="menu.php" FRAMEBORDER="0" NORESIZE scrolling=auto NAME="MenuFrame">
		</FRAMESET>
			<FRAME src="news.php" FRAMEBORDER="0" NORESIZE NAME="main">
	</FRAMESET><noframes></noframes>

<?php

} else 
echo "<script type=\"text/javascript\">
top.location.replace('login.php');
</script>";
?>

</html>

⌨️ 快捷键说明

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