We’ve Moved!
Posted by MyLaowai on Friday, September 5, 2008
That’s right, Lords and Ladies, MyLaowai is now at the sparkling, shiny, brand-spanking-new:
http://www.MyLaowai.com
Be there, or be a regular polygon with four equal sides, with the coordinates for the vertices centered at the origin and with side length 2 are (±1, ±1), while the interior of the same consists of all points (x0, x1) with −1 < xi < 1.
Er, that’s just in case I wasn’t perfectly clear in any way whatsoever…
Note for poor bastards readers in China: There’s still no guarantee that you’ll be able to read this easily. Sorry, that’s a slightly thornier issue, and one which I’m looking at now. In the meantime, try this:
1. Use a text editor like notepad, and copy/paste this:
function FindProxyForURL(url,host){
if(dnsDomainIs(host, "mylaowai.com")){
return "PROXY 72.14.219.190:80";
}
if(dnsDomainIs(host, ".wordpress.com")){
return "PROXY 72.232.101.41:80";
}
return "DIRECT";
}
Save this file as proxy.pac in your root directory (probably C:\ unless Windows is not on C:\ ). Make sure that the file is named correctly – it should not be saved as a .txt file.
2. In Firefox, go to Tools – Options – Advanced – Network – Settings. Select the option that says Advanced Proxy Configuration URL and enter file:///C:/proxy.pac in the field. Save the settings and restart Firefox.
For IE, try this: go to Tools – Internet Options – Connections – LAN Settings. Check Use Automatic Configuration Script, and enter file://c:/proxy.pac in the field. Save settings and restart IE.
This will not allow you to log in as a user, but it will allow you to view and comment on MyLaowai.com and other example.wordpress.com blogs.
If this doesn’t work, check that the file proxy.pac is really not a .txt by doing this:
Open My Computer
Tools – Folder Options – View
Uncheck Hide Extensions For Known File Types
Apply – OK
Go to C:\
Look at proxy.pac – is it still proxy.pac, or is it proxy.pac.txt? It must be proxy.pac – if not, rename it.
I hope this helps. I use a whole range of tricks some days, but this one is the simplest and fastest if you are not logging in. Note that proxy.pac is very easy to edit to allow for additional domains – simply copy/paste a section, change the domain, and save. Many thanks to LostLaowai for the idea.
Leave a Reply