Thursday, May 22nd, 2008
218.93.16.72 弹出地址:www.heath365.cn
210.51.23.87 弹出地址:1583.cn
222.216.28.25 挂马地址:hk.www404.cn:53/...
Posted in 今日一点 | No Comments »
Sunday, March 2nd, 2008
C:\Documents and Settings\as>netsh interface ip set dns "本地连接" static 192.16
8.1.1 primary
确定。
这样就可以啦,设置dns为静态的地址192.168.1.1,嘿嘿,如果设置错误就不可以上网啦厄。
参考:
C:\Documents and Settings\as>netsh interface ip set /?
下列指令有效:
此上下文中的命令:
set address - 设置指定的接口的 IP 地址或默认网关。
set dns - 设置 DNS 服务器模式和地址。
set wins - 设置 WINS 服务器模式和地址。
C:\Documents and Settings\as>netsh ...
Posted in 代码调试, 网吧经验谈 | No Comments »
Friday, January 11th, 2008
1。网刻完 固定准确自动修改 IP 机号 10秒内可以一次姓完成1000台机子
先找个工具 把你网吧所有的 MAC 扫描下来。
然后再 把保存起来 保存文件 mac.txt
然后把 MAC 和 IP 机号 排列好
如: 00-00-00-f2-4d-00 192.168.1.2 abc002
中间有空格
把所有的IP 按这样的排列就可以。
一般会懂一点点批处理的人都会看明白
下面回复看见代码:
回复后可见更多批处理代码
@echo off
@echo
color 1f
title *****************************************************************
@echo off
@Echo
@Echo ^⊙ ...
Posted in 网吧经验谈 | 2 Comments »