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

📄 xiao_x.php

📁 This a free web game, animportantnote of this, "xia domain" for free software, follow the "general p
💻 PHP
字号:
<?
include "./inc/attest.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月2日
==============
*/
?>
<?
	echo "<br>==============小巷==============<br>";
	echo ("这是城里一条小巷,你可以看到两旁有不少店铺,还可以听到从中央大街上传来的喧嚣声。
	");
	
	if($here == 1){
		include "./include/area_now_ct.inc.php";
		$way = array("xiao_x.php?here=1","xy_city.php");
		area_now($way,$user_id);
		include "./include/location.inc.php";
		up_location("小巷1","xiao_x.php?here=1","$user_id");
		$npc_org = "小巷1";
    		include "./include/list_npc.inc.php";  
	}
	if($here == 2){
		include "./include/area_now_ct.inc.php";
		$way = array("xiao_x.php?here=2","xy_city.php");
		area_now($way,$user_id);
		include "./include/location.inc.php";
		up_location("小巷2","xiao_x.php?here=2","$user_id");
		$npc_org = "小巷2";
    		include "./include/list_npc.inc.php";  
	}
	if($here == 3){
		include "./include/area_now_ct.inc.php";
		$way = array("xiao_x.php?here=3","xy_city.php");
		area_now($way,$user_id);
		include "./include/location.inc.php";
		up_location("小巷3","xiao_x.php?here=3","$user_id");
		$npc_org = "小巷3";
    		include "./include/list_npc.inc.php";  
	}
	if($here == 4){
		include "./include/area_now_ct.inc.php";
		$way = array("xiao_x.php?here=4","xy_city.php");
		area_now($way,$user_id);
		include "./include/location.inc.php";
		up_location("小巷4","xiao_x.php?here=4","$user_id");
		$npc_org = "小巷4";
    		include "./include/list_npc.inc.php";  
	}
	if($here == 5){
		include "./include/area_now_ct.inc.php";
		$way = array("xiao_x.php?here=5","xy_city.php");
		area_now($way,$user_id);
		include "./include/location.inc.php";
		up_location("小巷5","xiao_x.php?here=5","$user_id");
		$npc_org = "小巷5";
    		include "./include/list_npc.inc.php";  
	}
	include "./include/back_xy.inc.php";
?>

⌨️ 快捷键说明

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