打印

[交流] 关于FS2YOU目前不能访问的解决方法

0

关于FS2YOU目前不能访问的解决方法

8月8日中午发现FS2YOU无法正常登陆,之后网上也发现各种说法
据悉fs2you只是因为IP地址更换而DNS无法及时更新导致无法访问,所以需要我们来手动更改DNS,复制以下代码到文本文档并另存为.bat文件后执行即可,是我在网上找到的可以正常访问FS2YOU的方法,其原理是在本地手动添加地址解析,如不会可直接下载本帖提供的附件,效果相同,请大家放心使用!已更新!可以下载资源和WEB上传
引用:
@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        59.32.232.195 cachefile1.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        222.169.230.98 cachefile2.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        221.204.246.79 cachefile3.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        61.150.85.80 cachefile4.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        60.2.139.27 cachefile5.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        61.184.189.10 cachefile6.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        61.174.62.132 cachefile7.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        58.211.75.49 cachefile8.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        61.134.84.238 cachefile9.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        61.156.40.181 cachefile10.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        218.75.151.4 cachefile11.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        58.211.75.31 cachefile12.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        124.94.101.133 cachefile13.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        221.204.246.115 cachefile14.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        218.75.151.10 cachefile15.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        58.218.209.126 cachefile16.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        61.157.152.173 cachefile17.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        125.46.41.27 cachefile18.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        125.91.11.223 cachefile19.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        59.53.48.134 cachefile20.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        59.53.48.136 cachefile21.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        59.53.48.144 cachefile22.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        61.139.106.204 cachefile23.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        59.53.48.172 cachefile24.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        124.94.101.146 cachefile25.fs2you.com>>%systemroot%\system32\drivers\etc\hosts
echo        61.166.111.227 cachefile26.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 补丁已经顺利执行完毕,请直接关闭窗口或按任意键退出!
echo 谢谢你的使用!   Writen By yyq
pause
[ 本帖最后由 yyq 于 2008-8-10 15:03 编辑 ]

附件

FS2YOU-fix.rar (1.04 KB)

2008-8-10 14:59, 下载次数: 179

FS2YOU解析

TOP

0
老在真乃牛人,偶本想来下载你发的艳母,不想Fs2you上不了,谢谢楼主指点。

TOP

0
也仅仅是能打开fs2得网站 但是下载还是不行

TOP

0
经测试可用,从ACG区移过来,希望能帮助大家!

TOP

0
引用:
原帖由 ytangel 于 2008-8-9 21:39 发表
也仅仅是能打开fs2得网站 但是下载还是不行
刚刚已经测试 可以用迅雷下载

TOP

0
迅雷也不可以哈~~
纳闷中!
如果用迅雷可以的话。请问是怎么下载的?
分享一下

最后谢谢LZ的无私奉献

TOP

0
我来推荐另一种解决方法:
打开C:\WINDOWS\system32\drivers\etc 这个目录下的hosts,默认无文件类型,打开方式选择记事本,打开后加入以下字段,重新登陆浏览器即可进入fs2you。
##########################################################
59.63.157.25 www.fs2you.com
222.169.230.101 dyn.www.fs2you.com
59.32.232.195 cachefile1.fs2you.com
222.169.230.98 cachefile2.fs2you.com
221.204.246.79 cachefile3.fs2you.com
61.150.85.80 cachefile4.fs2you.com
60.2.139.27 cachefile5.fs2you.com
61.184.189.10 cachefile6.fs2you.com
61.174.62.132 cachefile7.fs2you.com
58.211.75.49 cachefile8.fs2you.com
61.134.84.238 cachefile9.fs2you.com
61.156.40.181 cachefile10.fs2you.com
218.75.151.4 cachefile11.fs2you.com
58.211.75.31 cachefile12.fs2you.com
124.94.101.133 cachefile13.fs2you.com
221.204.246.115 cachefile14.fs2you.com
218.75.151.10 cachefile15.fs2you.com
58.218.209.126 cachefile16.fs2you.com
61.157.152.173 cachefile17.fs2you.com
125.46.41.27 cachefile18.fs2you.com
125.91.11.223 cachefile19.fs2you.com
59.53.48.134 cachefile20.fs2you.com
59.53.48.136 cachefile21.fs2you.com
59.53.48.144 cachefile22.fs2you.com
61.139.106.204 cachefile23.fs2you.com
59.53.48.172 cachefile24.fs2you.com
124.94.101.146 cachefile25.fs2you.com
61.166.111.227 cachefile26.fs2you.com
##########################################################

TOP

0
进是可以了, 但是无法下载啊
用fs2you的软件下来说文件损坏, 用另一个普通下载又跳到其它网站去了.

TOP

0
哀家找個突破FS2YOU的帖子居然都能找到這個站上來
哀家果然有夠XE

TOP

当前时区 GMT+8, 现在时间是 2024-7-6 07:25