|
发表于 2006-8-19 16:17:21| 字数 2,341| - 中国–上海–上海–杨浦区 电信
|
显示全部楼层
@bsk
Doesn't work for me. It says UNRESGISTERED again!
Alcohol 120 % is very sneaky at getting internet access. The reason the program continually becomes unregistered, is that you have not completely blocked internet access for Alcohol 120%.
Use your firewall program to block internet access to Alcohol 120% and the IP Address 195.137.236.101. Check firewall help file for blocking instructions.
If you don’t have a firewall (You should get one!) you can manually block outgoing IP Address Routes, using Route.exe from a dos command prompt.
First check the HOSTS file used by Microsoft TCP/IP for Windows. Open an explorer window and enter C:\Windows\System32\drivers\etc\hosts, in the address bar then click “Go”. When the Open With window opens, chose Note Pad and click “OK”. The result should match the following:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
0.0.0.0 localhost
127.0.0.1 images.alcohol-soft.com
127.0.0.1 support.alcohol-soft.com
127.0.0.1 serial.alcohol-soft.com
127.0.0.1 www.alcohol-soft.com
This can be cut and pasted into note pad, then saved.
Now block the IP Address 195.137.236.101.
1 – Go to Start > Run > enter cmd and click “OK”.
2 – At the prompt enter “route print”. The result should look like this.
C:\>route print
Active Routes:
Network Address Netmask Gateway Address Interface Metric
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.1 192.168.0.1 1
192.168.0.1 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.0.155 255.255.255.255 192.168.0.1 192.168.0.1 1
207.71.92.193 255.255.255.255 192.168.0.0 192.168.0.1 1
195.137.236.101 255.255.255.255 192.168.0.0 192.168.0.1 1
3 – At the prompt enter “route” to display a listing of commands and their syntax.
4 – Now block IP Address 195.137.236.101. At the prompt enter:
route add –p 195.137.236.101 mask 255.255.255.255 [xxx.xxx.x.x]
Where [xxx.xxx.x.x.] is your IP Address or a gateway that lies on the same network (Network Address).
5 – At the prompt enter “route print”. You should now see 195.137.236.101 added as an exclusion.
6 – To undo this “add”, enter at the prompt: route delete 195.137.236.101
[ 本帖最后由 fangqiank 于 2006-8-19 16:27 编辑 ] |
|