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

📄 nh_9.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";
/*
==============
=
=公元 2002年月日
==============
*/
//判断瞬移
include "../include/area_now.inc.php";
$way = array("bhc/nh_8.php","bhc/nh_9.php","bhc/nh_hdai.php","bhc/nh_hbei.php");
area_now($way,$user_id);
//记录位置
include "../include/location_lu.inc.php";
up_location("渔场","bhc/nh_9.php","$user_id");
?>
<?
	
	echo "<br>=============渔场===============<br>";
	echo ("这里就是【南海渔场】,这里由于潮汐合适,盛产各种海洋资源。<br>
	");
	
	include "../include/tianqi.inc.php";
	
	$damage = weather_info(10);
	include "../include/xiaohao.inc.php";
	xiaohao($damage,$user_id);
	

	$npc_org = "渔场";
    	include "../include/list_npc.inc.php";  
    	$time = time();
	$date = getdate($time);
	
	$my_zd = mysql_query("SELECT zd FROM misc WHERE id='$user_id'");
	$my_zd = mysql_result($my_zd,0,"zd");
	
	$use_time = $date["hours"].$date["minutes"];
	if($use_time > 1950 && $use_time < 2000 && $my_zd == 'Y'){
		mysql_query("UPDATE misc SET location_id='xy_city.php' WHERE zd='Y' AND location_id='bhc/nh_hdai.php'");
		mysql_query("UPDATE misc SET zd='N' WHERE id='$user_id'");
		mysql_query("INSERT INTO chat VALUES ('$time','','〖系统〗','渔场总管:渔场夺即将开始,请各组织做好准备。','all')");
	}
	mysql_close();
	echo ("
	<br>
	这里可以通往==><br>	
	<a href=./nh_8.php>【海滩】<a/>
	<a href=./nh_hdai.php>【海带养殖场】<a/>
	<a href=./nh_hbei.php>【海贝养殖场】<a/>
	");
?>

⌨️ 快捷键说明

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