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

📄 erenc_xiao_x.php

📁 This a free web game, animportantnote of this, "xia domain" for free software, follow the "general p
💻 PHP
字号:
<?
include "../inc/attest_lu.inc.php";
/*
===============================================================
=                 侠域(Ver 0.9.0) 使用规则版本(Ver 0.2)     =
 此程序所有版权归原作者所有. 此版权信息不得删除.
= Copyright (C) 2001-2002  WFoxd                              =
=                                                             =
=版权所有(C)2002,作者 田野(风狐) 未经许可 不得使用 传播    =
=E-MAIL:wfoxd@cnnetgame.com                                   =
=http://www.cnnetgame.com                                     =
===============================================================
*/
include "../inc/config.inc.php";
include "../inc/style.inc.php";
/*
==============
=恶人村小巷 (Ver 0.4.0)
=公元 2002年1月7日
==============
*/
?>
<?
	echo "<br>==============小路==============<br>";
	echo ("这是恶人村里一条小路,再往前面走就出村了。
	");
	
	if($here == 1){
		include "../include/area_now.inc.php";
		$way = array("ereng/erenc.php","ereng/erenc_xiao_x.php?here=1");
		area_now($way,$user_id);
		include "../include/location_lu.inc.php";
		up_location("恶人小路1","ereng/erenc_xiao_x.php?here=1","$user_id");
		$npc_org = "恶人小路1";
    		include "../include/list_npc.inc.php";
	}
	if($here == 2){
		include "../include/area_now.inc.php";
		$way = array("ereng/erenc.php","ereng/erenc_xiao_x.php?here=2");
		area_now($way,$user_id);
		include "../include/location_lu.inc.php";
		up_location("恶人小路2","ereng/erenc_xiao_x.php?here=2","$user_id");
		$npc_org = "恶人小路2";
    		include "../include/list_npc.inc.php";
	}
	if($here == 3){
		include "../include/area_now.inc.php";
		$way = array("ereng/erenc.php","ereng/erenc_xiao_x.php?here=3");
		area_now($way,$user_id);
		include "../include/location_lu.inc.php";
		up_location("恶人小路3","ereng/erenc_xiao_x.php?here=3","$user_id");
		$npc_org = "恶人小路3";
    		include "../include/list_npc.inc.php";
	}
	echo ("
	<br>
	这里可以返回==><br>	
	<a href=./erenc.php>【恶人村】<a/><br>
	");
?>

⌨️ 快捷键说明

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