Google+ Games hosts

希望体验Google+ Games的童鞋们可以更新以下hosts,IPv4, IPv6各取所需:

IPv4 Google Games:

203.208.46.176 r3085-dot-latest-dot-project-slingshot-gp.appspot.com
203.208.46.176 newsfeed-dot-latest-dot-rovio-ad-engine.appspot.com
203.208.46.176 project-slingshot-gp.appspot.com
203.208.46.176 images-lso-opensocial.googleusercontent.com
203.208.46.176 images-oz-opensocial.googleusercontent.com

IPv6 Google Games:

2404:6800:8005::8d r3085-dot-latest-dot-project-slingshot-gp.appspot.com
2404:6800:8005::8d newsfeed-dot-latest-dot-rovio-ad-engine.appspot.com
2404:6800:8005::8d project-slingshot-gp.appspot.com
2404:6800:8005::84 images-lso-opensocial.googleusercontent.com
2404:6800:8005::84 images-oz-opensocial.googleusercontent.com

如何用PHP调用并显示TXT文本

以下代码适用于使用PHP调用并读取显示TXT文本文件代码,仅作马克:

<?PHP
 $file_name="hosts.txt"; //修改红色部分并将其与页面放在同一目录下;
 $fp=fopen($file_name,'r');
 while(!feof($fp))
 {
  $buffer=fgets($fp,4096);
  echo $buffer."<br>";
 }
 fclose($fp);
?>

测试地址:获得最新hosts地址:)

分享多一个Google+的hosts (2011.8.11)

因为某些原因,以后的hosts分享都将以图片方式进行,如果脚的不方便,可以在我的Google+上圈我,那里会有直接复制粘贴的版本!Click here to add me to your circle, let’s have fun!

快速打开hosts编辑器的方法,将以下命令在文本编辑器里粘贴,保存为openhosts.bat。WinXP用户直接运行,Win7用户选择右键-以管理员身份运行即可!

notepad "%SystemRoot%\system32\drivers\etc\hosts"
ipconfig /flushdns
exit

WinXP用户如何开启IPv6功能?

对于XP系统用户,需先安装好Microsoft .NET Framework 2.0,一般系统都已安装,可以在已安装程序里查看。如果没安装的话,你在安装gogoCLIENT的时候会提示你安装的,下载语言选择你的操作系统版本语言就可以。

1. win+R调用运行对话框,输入cmd,进入命令提示符,执行:ipv6 install ,等待安装成功后会提示successed!如图:

 

2. 安装可能报错,如图:

 

那就运行命令 esentutl /p %windir%\security\Database\secedit.sdb
会提示是否继续,请点是(Y)!

3. 完成后输入 ipv6 install 完成安装!
在cmd里执行:ipconfig -all ,在本地连接里会看到如下格式的ipv6地址: 2001:da8:215:4010:250:56ff:fe87:61ec

Enjoy!

Protected: 使用Firefox代理+IPv6访问Twitter

This post is password protected. To view it please enter your password below: