|
发表于 2005-7-3 18:03:07
|
显示全部楼层
来自 中国–湖南–长沙
楼主请看下图:
说明:
我的服务器开了27015端口,请帮忙看看!
代码如下:
<?
$Server="广州新力量网吧CS1.6";
$HostIP="61.187.106.16:27015";
$ip="127.0.0.1:27015";
if(!empty($_GET['ip'])){
$ip = $_GET['ip'];
$HostIP=$ip;
}
?>
<?
function strcut($strx,$type){
$a=strpos($strx,":");
$port=substr($strx,$a+1,5);
if(empty($a)){
$a=strlen($strx);
$port="27015";
}
$ip=substr($strx,0,$a);
if(empty($ip))
$ip="127.0.0.1";
if ($type==1)
return $ip;
else
return $port;
}
?> |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|