[ 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 网关
把下面的内容保存为 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 网关
[ 2007/08/06 10:54 | by 孤城浪子 ]
方法如下:
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>
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/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 下载文件 |