易码技术论坛

 找回密码
 加入易码
搜索
查看: 630|回复: 5

Fs2you 修复补丁。可卸载.-_-

[复制链接]
发表于 2008-8-12 09:39:28 | 显示全部楼层 |阅读模式
1.JPG (54.82 KB)
2008-8-9 17:12



2.JPG (29.09 KB)
2008-8-9 17:12



3.JPG (18.19 KB)
2008-8-9 17:12





原作者是CG的肚皮...我也找不到原贴了。

希望这个小程序对大家有帮助

以下是截图.!本人亲测可用

源代码

@title FS2YOU上传下载补丁(美化加壳版 BY 肚皮)
@color 17
@mode con: cols=66 lines=30
@echo off
@echo.
@echo 本补丁用于添加fs2you相关域名的本地解析,不会对你的系统造成任何危害
@echo 已经应用过此补丁,不需要重新应用
@echo 你可以随时关闭窗口,中断补丁运行
@echo 感谢支持 手机高清影视论坛 http://www.pdahd.cn
@echo.
@echo ------------------------------------------------------------------
@echo 正在检测是否使用过补丁...
@ping -n 3 0 >>nul
@findstr /i "fs2you" %windir%\system32\drivers\etc\hosts>>%windir%\system32\drivers\etc\tmp
@for /f %%a in (%windir%\system32\drivers\etc\tmp) do if not %%~za equ 0B (goto :down)
@echo 你没有使用过此补丁
@echo.
@echo Step1:下面将往你本地静态域名解析文件hosts中添加fs2you相关解析记录
@pause
@echo 正在添加信息,请稍候...
@ping -n 3 0 >nul
@echo. >>%windir%\system32\drivers\etc\hosts
@echo ------FS2YOU patch------>>%windir%\system32\drivers\etc\hosts
@echo 59.63.157.25 www.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 222.169.230.101 dyn.www.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 59.32.232.195 file1.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 222.169.230.98 file2.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 221.204.246.79 file3.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 61.150.85.80 file4.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 60.2.139.27 file5.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 61.184.189.10 file6.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 61.174.62.132 file7.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 58.211.75.49 file8.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 61.134.84.238 file9.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 61.156.40.181 file10.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 218.75.151.4 file11.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 58.211.75.31 file12.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 124.94.101.133 file13.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 221.204.246.115 file14.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 218.75.151.10 file15.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 58.218.209.126 file16.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 61.157.152.173 file17.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 125.46.41.27 file18.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 125.91.11.223 file19.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 59.53.48.134 file20.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 59.53.48.136 file21.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 59.53.48.144 file22.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 61.139.106.204 file23.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 59.53.48.172 file24.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 124.94.101.146 file25.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo 61.166.111.227 file26.fs2you.com>>%windir%\system32\drivers\etc\hosts
@echo ------FS2YOU patch end------>>%windir%\system32\drivers\etc\hosts

@echo 域名解析记录已经添加完毕
@echo ------------------------------------------------------------------
@echo Step2:下面将更新你的域名缓存,请关闭你的浏览器,IE/FIREFOX/遨游等
@pause
@echo.
@echo 请确认浏览器已关闭!
pause
@ipconfig /flushdns

@echo 域名解析缓存已更新
@echo ------------------------------------------------------------------

@del "%windir%\system32\drivers\etc\tmp"
@echo 补丁已经顺利执行完毕,请直接关闭窗口或按任意键退出!
@echo 谢谢你的使用!
pause
exit

:down
@del "%windir%\system32\drivers\etc\tmp"
@echo 你已使用过此补丁,请直接关闭窗口或按任意键退出!
@echo 谢谢你的使用!
pause
exit引用:
卸载源代码

@title FS2YOU上传下载补丁卸载
@mode con: cols=60 lines=18
@title FS2YOU上传下载补丁卸载
@color 17
@echo off
@echo.
@echo 正在检测是否安装过补丁...
@ping -n 3 0 >>nul
@goto :go

:run
@echo 开始卸载请稍后...
@ping -n 3 0 >>nul
@findstr /i /v "fs2you" %windir%\system32\drivers\etc\hosts>%windir%\system32\drivers\etc\tmp.txt
@move /y %windir%\system32\drivers\etc\tmp.txt %windir%\system32\drivers\etc\hosts
@echo 卸载完成!按任意键退出程序...
@del %windir%\system32\drivers\etc\tmp
pause
exit

:go
@findstr /i "fs2you" %windir%\system32\drivers\etc\hosts>>%windir%\system32\drivers\etc\tmp
@for %%a in (%windir%\system32\drivers\etc\tmp) do if %%~za lss 1B goto :down
@set /p choice=系统检测到你安装过FS2YOU补丁,确定卸载吗? [Y]
@if /i "%choice%"=="y" goto :run
@echo 你取消卸载FS2YOU补丁!按任意键退出程序...
pause
exit

:down
@echo 你没有安装过FS2YOU补丁!按任意键退出程序...
@del %windir%\system32\drivers\etc\tmp
pause
exit

FS2YOU上传下载补丁美化版.rar

23.16 KB, 下载次数: 11

FS2YOU上传下载补丁卸载.rar

20.99 KB, 下载次数: 7

发表于 2008-8-12 10:18:25 | 显示全部楼层
好定西。。。
发表于 2008-8-12 11:23:36 | 显示全部楼层
LZ来迟了......
 楼主| 发表于 2008-8-12 13:06:57 | 显示全部楼层
这个比较方便...
发表于 2008-8-12 13:20:03 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2008-8-12 19:09:06 | 显示全部楼层
省事,新手也可以放心地使用
您需要登录后才可以回帖 登录 | 加入易码

本版积分规则

Archiver|手机版|小黑屋|EMAX Studio

GMT+8, 2025-5-5 11:18 , Processed in 0.017838 second(s), 21 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表