Wednesday, January 2, 2008

How to visit blogspot in China



Keywords: blogspot, blogger, proxy software, hosts file






If you are going to browse/edit blogspot page by firefox, you can use the method 1,2,3,4,5.


If you will want to edit blogs by using Zoundry blog writer software, you will have to do in method 1,2






1. Using some proxy software.






such as Tor(www.torproject.org), Freegate, Wujie as so on.




2. Change Windows hosts file.






Add some blogspot address entry in the hosts file. The file is in C:windowssystem32driversetc directory.


e.g.


127.0.0.1 localhost


72.14.219.190 wadeliu2008.blogspot.com


72.14.219.190 focusoracle.blogspot.com




3. Edit GGPI group hostwiki.






The URL is http://groups.google.com/group/ggpi/web/hostwiki.




4. Use pkblogs proxy website to redirect the blogspot web.






Pkblogs URL is http://www.pkblogs.com/ , you can visit the website, and input your blogspot url.


Another method is more direct. You can visit the blogspot url by the following format.


eg. http://www.pkblogs.com/wadeliu2008 , please change the bold part by other blogspot address.


这个网站最近不好用了, 我们可以通过http://anonymouse.org/http://www.sureproxy.com/ 等代理网站, 间接地访问blogspot的博客.




5. Set proxy URL script for firefox.






Step1: Create one .pac file, such as c:blogproxy.pac, the file is simple, just is,


function FindProxyForURL(url,host){


if(dnsDomainIs(host,".blogspot.com")){


return "PROXY 72.14.219.190:80";


}


if(dnsDomainIs(host,".blogger.com")){


return "PROXY 72.14.219.190:80";


}


if(dnsDomainIs(host,".wordpress.com")){


return "PROXY 72.232.101.41:80";


}


}




Note: You have not to Uppercase or lowercase the "blogspot.com" string, The function will be work well even though the web address is WadeLiu2008.BLOGspot.cOm.


Step2: In Firefox, open Tools(menu)->Options(menu)->Advanced(tab)->Network(tab)->Connect, Settings(button)->Automatically Proxy Configuration URL(box), enter: c:blogproxy.pac




PS, 72.14.219.190 is another blogspot IP, at present it is not been banned. 72.232.101.41 is another wordpress ip.



No comments: