[不指定 2007/08/10 11:20 | by 孤城浪子 ]
收集了一些电信IP段,据说是网上最全的
把下面的内容保存为 dx.bat,替换“网关” 为你自己的网关IP


route add 58.32.0.0 MASK 255.248.0.0 网关
route add 58.40.0.0 MASK 255.254.0.0 网关
route add 58.42.0.0 MASK 255.255.0.0 网关
route add 58.43.0.0 MASK 255.255.0.0 网关
route add 58.44.0.0 MASK 255.252.0.0 网关
route add 58.48.0.0 MASK 255.248.0.0 网关
route add 58.56.0.0 MASK 255.254.0.0 网关
route add 58.58.0.0 MASK 255.255.0.0 网关
route add 58.59.0.0 MASK 255.255.128.0 网关
route add 58.59.128.0 MASK 255.255.128.0 网关
route add 58.60.0.0 MASK 255.252.0.0 网关
route add 58.208.0.0 MASK 255.240.0.0 网关
route add 59.32.0.0 MASK 255.248.0.0 网关
route add 59.40.0.0 MASK 255.254.0.0 网关
route add 59.42.0.0 MASK 255.255.0.0 网关
方法如下:

1、先把你的域名解析了(如我的 gclz.cn 解析到电信IP上  www.gclz.cn  解析到网通IP上)

2、然后在网站根目录建立一个index.asp文件(index.asp这个文件要在[修改默认首页]中设置最优先,
我的顺序是index.asp,default.asp,index.php,default.php,index.aspx,index.htm,default.htm,你只要填入你自己常用的默认首页就可以)

3、index.asp文件的内容为以下代码(把里面的网址和网站名称改成你自己的就可以了),这样它会选择访客访问速度最快的站点了(页面非常简单,自己可以美工一下):

<html>
<head>
<META  HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta  http-equiv="refresh"  content="10;url=./">
<title>孤城浪子的地盘</title>
</head>
<body>
<center>
<p>
<font  color=red  size=3>线路选择中,请稍候……</font>
</p>
<br>
<div  algin=center><a href="http://gclz.cn/Index.html">电信</a> | <a href="http://www.gclz.cn/Index.html">网通</a></div>
<script>
i=1  
var autourl=new Array()
autourl[1]="http://gclz.cn/Index.html"
autourl[2]="http://www.gclz.cn/Index.html"
function  auto(url){if(i){i=0;top.location=url}}
function run(){
   for(var  i=1;i < autourl.length;i++)
   {
       document.write("<img src="+autourl[i]+" width=1  height=1 onerror=auto('"+autourl[i]+"')>")
   }
}  
run()
</script>
</body>
</html>


[不指定 2007/08/06 10:48 | by 孤城浪子 ]


自从国内电信和网通剥离之后,在中国大地上,南北网络的瓶颈问题也越来越让广大网民痛心疾首。南北网络的瓶颈怪现象有愈演愈烈的趋势,严重困扰着广大站长和网络内容、服务提供商。南北分家不论各主管部门有多少良好设想,但目前的现状是搬起石头砸自己的脚。重复建设、端口限制等等,使互联网的使用环境和基础演变得让人莫名其妙。出现此现象是中国互联网的一大退步,如何解决愈演愈烈的南北网络的瓶颈问题,成了一个急需解决的重要课题。  
   因南电信北网通的现象存在,我们的服务器或网络内容、服务等提供商对网络的选择也至为重要。每位站长或网络内容、服务提供商都希望自己的网站在全国乃至全球都能快速被用户访问到,但现实国情中,单一服务器是很难实现的。国外网络的速度慢,站长和网友还能够理解并接受,但国内的南北之阻塞,相信站长们是很难理解也很难接受的。但事实如此,站长们也只能根据自己网站主流用户群是在南方还是在北方,服务重点是在南方还是北方而进行取舍,如是南方选取电信网络,如为北方则选取网通网络。当然谁也不想自己的网站因网速而少了另一部分的用户及访问者,都在想办法解决网络瓶颈,希望实现南北快速互通互联。  
     目前电信、网通瓶颈问题可以说主要是人为因素造成的,只有靠增加成本或用技术来补救,部分IDC提供商分别提出了“双线路”、智能域名DNS和CDN方案。“双线路”方案又包括双线路单IP通过路由解决方案和双线路双IP解决方案。智能域名DNS方案是基于域名的分网解析的(主要通过上网者使用的DNS服务器来判断);CDN(Content  Delivery Network)方案,即“内容发布与速递网络” ,此为内容提供商比较全面的解决方案。

[不指定 2007/07/27 15:40 | by 孤城浪子 ]
首先在 IIS 的 Isapi 上添加这个筛选器,筛选器名称为 Rewrite ,可执行文件选择 Rewrite.dll ,重新启动 IIS。附件中 httpd.ini 已经设置好,适合Bo-Blog 2.0.3!

如果原来有加载ISAPI_Rewrite,只需要在 httpd.ini 的最后面加上##Bo-Blog-----------------------------之间这些就可以了




[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32
#Bo-Blog 2.1.1 Release ISAPI_Rewrite
RewriteRule /post/([0-9]+)/?([0-9]+)?/?([0-9]+)?/ /read.php\?entryid=$1&page=$2&part=$3
RewriteRule /page/([0-9]+)/([0-9]+)/ /index.php\?mode=$1&page=$2
RewriteRule /starred/([0-9]+)/?([0-9]+)?/ /star.php\?mode=$1&page=$2
RewriteRule /category/([^/]+)/?([0-9]+)?/?([0-9]+)?/ /index.php\?go=category_$1&mode=$2&page=$3
RewriteRule  /archiver/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/  /index.php\?go=archive&cm=$1&cy=$2&mode=$3&page=$4
RewriteRule /date/([0-9]+)/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/ /index.php\?go=showday_$1-$2-$3&mode=$4&page=$5
RewriteRule /user/([0-9]+)/ /view.php\?go=user_$1
RewriteRule /tags/([^/]+)/?([0-9]+)?/?([0-9]+)?/ /tag.php\?tag=$1&mode=$2&page=$3
RewriteRule /component/id/([0-9]+)/ /page.php\?pageid=$1
RewriteRule /component/([^/]+)/ /page.php\?pagealias=$1

#Customized URL
RewriteRule /([^/|.]*)/?([0-9]+)?/?([0-9]+)?/ /read.php\?blogalias=$1&page=$2&part=$3
     
[不指定 2007/07/27 09:08 | by 孤城浪子 ]
Readme for fport v2.0

fport supports Windows NT4, Windows 2000 and Windows XP

fport reports all open TCP/IP and UDP ports and maps them to the owning application.
This is the same information you would see using the 'netstat -an' command, but it also
maps those ports to running processes with the PID, process name and path.  Fport can be
used to quickly identify unknown open ports and their associated applications.

Usage:  
C:\>fport
FPort v2.0 - TCP/IP Process to Port Mapper
Copyright 2000 by Foundstone, Inc.
http://www.foundstone.com
Pid   Process            Port  Proto Path
392   svchost        ->  135   TCP   C:\WINNT\system32\svchost.exe
8     System         ->  139   TCP
8     System         ->  445   TCP
508   MSTask         ->  1025  TCP   C:\WINNT\system32\MSTask.exe

392   svchost        ->  135   UDP   C:\WINNT\system32\svchost.exe
8     System         ->  137   UDP
8     System         ->  138   UDP
8     System         ->  445   UDP
224   lsass          ->  500   UDP   C:\WINNT\system32\lsass.exe
212   services       ->  1026  UDP   C:\WINNT\system32\services.exe

The program contains five (5) switches.  The switches may be utilized using either a '/'
or a '-' preceding the switch.  The switches are;

Usage:
   /?     usage help
       /p       sort by port
       /a       sort by application
       /i       sort by pid
       /ap      sort by application path

For updates visit:  www.foundstone.com

Tags:
 
分页: 16/18 第一页 上页 11 12 13 14 15 16 17 18 下页 最后页 [ 显示模式: 摘要 | 列表