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

📄 explorer.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                                     =
===============================================================
*/
/*
================================
=探险 (Ver 0.2.1)
=公元2001年12月1日
================================
*/
include "./inc/config.inc.php";
include "./inc/style.inc.php";
include "./include/area_now_ct.inc.php";
$way = array("explorer.php","xy_city.php","ereng/lu_1.php","bhc/lu_1.php","org_zt/dgjp_1.php");
area_now($way,$user_id);
include "./include/location.inc.php";
up_location("大路口","explorer.php","$user_id");

echo ("
<p align=center><img src=".$pic3_url."/xiake/xiake16.jpg border=0></img><br>
</p>
");
?>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
  <tr>
    <td width="100%" colspan="6">
    这里是通往各地的一个大路口,你可以看到这里来来往往的人十分多,周围也十分热闹。
    <?
    $npc_org = "大路口";
    include "./include/list_npc.inc.php";   
    ?>
    </td>
  </tr>
  <tr>
    <td width="100%" colspan="6"> </td>
  </tr>
  <tr>
    <td width="25%">这里可以通往==><br><a href=./ereng/lu_1.php><font color=#977E6A>※西南驿道※</font><a/>  </td>
    <td width="25%"><br><a href=./bhc/lu_1.php><font color=#977E6A>※南驿道※</font><a/> </td>
    <td width="25%"> </td>
    <td width="25%"><br><a href=./org_zt/dgjp_1.php><font color=#977E6A>※独孤剑派※</font><a/> </td>
  </tr>
  <tr>
    <td width="100%" colspan="6" align=center><a href=xy_city.php>【进入侠域城】<a/></td>
  </tr>
</table>

⌨️ 快捷键说明

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