FS2you不能访问、下载的解决方案
[
October 27, 2008 09:36 | by KuMoo ]
October 27, 2008 09:36 | by KuMoo ]
最近突然不能访问fs2you,连bo-blog的fs2you的插件都不能用了,查找下,找到原因了,分享下。先解释一下为什么不能访问FS2you:
众所周之FS2you里有种种不健康的文件,FS2you视而不见,加上FS2you没有备案,于是在全世界的DNS服务器上,FS2you被删掉了,大家就不能通过输入www.fs2you.com访问了,因为没有服务器可以解析这个地址。
大家也可以试试,在搜索引擎里输入"fs2you",看能不能搜到。
如果我们的电脑自己会解析,不通过DNS服务器,那多好。这个批处理自己添加IP地址,自己的电脑就能解析地址了,也就可以用FS2you了。
程序代码:
复制保存为.bat格式运行即可!
众所周之FS2you里有种种不健康的文件,FS2you视而不见,加上FS2you没有备案,于是在全世界的DNS服务器上,FS2you被删掉了,大家就不能通过输入www.fs2you.com访问了,因为没有服务器可以解析这个地址。
大家也可以试试,在搜索引擎里输入"fs2you",看能不能搜到。
如果我们的电脑自己会解析,不通过DNS服务器,那多好。这个批处理自己添加IP地址,自己的电脑就能解析地址了,也就可以用FS2you了。
程序代码:
@echo off
color 0A
title FS2YOU上传下载补丁
echo 本补丁用于添加fs2you相关域名的本地解析,不会对你的系统造成任何危害
echo 已经应用过此补丁,不需要重新应用
echo 你可以随时关闭窗口,中断补丁运行
echo ------------------------------------------------------------------
echo.
echo step1:下面将往你本地静态域名解析文件hosts中添加fs2you相关解析记录
pause
echo.>>%systemroot%\system32\drivers\etc\hosts
echo ------fs2you patch by vadera@pdahd.cn------>>%systemroot%\system32\drivers\etc\hosts
echo 59.63.157.25 www.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 222.169.230.101 dyn.www.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.32.232.195 file1.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 222.169.230.98 file2.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 221.204.246.79 file3.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.150.85.80 file4.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 60.2.139.27 file5.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.184.189.10 file6.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.174.62.132 file7.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 58.211.75.49 file8.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.134.84.238 file9.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.156.40.181 file10.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 218.75.151.4 file11.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 58.211.75.31 file12.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 124.94.101.133 file13.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 221.204.246.115 file14.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 218.75.151.10 file15.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 58.218.209.126 file16.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.157.152.173 file17.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 125.46.41.27 file18.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 125.91.11.223 file19.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.53.48.134 file20.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.53.48.136 file21.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.53.48.144 file22.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.139.106.204 file23.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.53.48.172 file24.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 124.94.101.146 file25.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.166.111.227 file26.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo ------fs2you patch end------>>%systemroot%\system32\drivers\etc\hosts
echo 域名解析记录已经添加完毕
echo ------------------------------------------------------------------
echo.
echo step2:下面将更新你的域名缓存,请关闭你的浏览器,IE/FIREFOX/遨游等……
pause
echo.
echo 请确认浏览器已关闭!
pause
ipconfig /flushdns
ipconfig /flushdns
echo 域名解析缓存已更新
echo ------------------------------------------------------------------
echo.
echo 补丁已经顺利执行完毕,请直接关闭窗口或按任意键退出!
pause
color 0A
title FS2YOU上传下载补丁
echo 本补丁用于添加fs2you相关域名的本地解析,不会对你的系统造成任何危害
echo 已经应用过此补丁,不需要重新应用
echo 你可以随时关闭窗口,中断补丁运行
echo ------------------------------------------------------------------
echo.
echo step1:下面将往你本地静态域名解析文件hosts中添加fs2you相关解析记录
pause
echo.>>%systemroot%\system32\drivers\etc\hosts
echo ------fs2you patch by vadera@pdahd.cn------>>%systemroot%\system32\drivers\etc\hosts
echo 59.63.157.25 www.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 222.169.230.101 dyn.www.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.32.232.195 file1.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 222.169.230.98 file2.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 221.204.246.79 file3.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.150.85.80 file4.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 60.2.139.27 file5.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.184.189.10 file6.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.174.62.132 file7.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 58.211.75.49 file8.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.134.84.238 file9.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.156.40.181 file10.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 218.75.151.4 file11.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 58.211.75.31 file12.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 124.94.101.133 file13.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 221.204.246.115 file14.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 218.75.151.10 file15.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 58.218.209.126 file16.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.157.152.173 file17.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 125.46.41.27 file18.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 125.91.11.223 file19.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.53.48.134 file20.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.53.48.136 file21.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.53.48.144 file22.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.139.106.204 file23.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 59.53.48.172 file24.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 124.94.101.146 file25.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo 61.166.111.227 file26.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo ------fs2you patch end------>>%systemroot%\system32\drivers\etc\hosts
echo 域名解析记录已经添加完毕
echo ------------------------------------------------------------------
echo.
echo step2:下面将更新你的域名缓存,请关闭你的浏览器,IE/FIREFOX/遨游等……
pause
echo.
echo 请确认浏览器已关闭!
pause
ipconfig /flushdns
ipconfig /flushdns
echo 域名解析缓存已更新
echo ------------------------------------------------------------------
echo.
echo 补丁已经顺利执行完毕,请直接关闭窗口或按任意键退出!
pause
复制保存为.bat格式运行即可!



![KuMoo's Blog - [ Box Stop Here ]](http://www.kumoo.net/logo.gif)





