Google Groups Home
Help | Sign in
Google Web Accelerator Beta
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  20 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
阿pp  
View profile
 More options May 5 2005, 6:35 am
From: "阿pp" <iamcomingag...@gmail.com>
Date: Thu, 05 May 2005 10:35:54 -0000
Local: Thurs, May 5 2005 6:35 am
Subject: Google Web Accelerator Beta
Google针对浏览器的加速器

可以帮助宽带用户节省时间

http://webaccelerator.google.com/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Owen Jeffers Sheer  
View profile
 More options May 5 2005, 6:52 am
From: Owen Jeffers Sheer <13121982.owen.jeffers.sh...@gmail.com>
Date: Thu, 5 May 2005 18:52:07 +0800
Local: Thurs, May 5 2005 6:52 am
Subject: Re: Google Web Accelerator Beta

没有什么特别感觉,装了跟没有装没有啥区别。


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
my36z  
View profile
 More options May 5 2005, 6:55 am
From: my36z <mail...@gmail.com>
Date: Thu, 5 May 2005 18:55:35 +0800
Local: Thurs, May 5 2005 6:55 am
Subject: Re: Google Web Accelerator Beta

又不是玩泡泡堂,这个倒不是很讲究


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Colin  
View profile
 More options May 5 2005, 7:41 am
From: Colin <2co...@gmail.com>
Date: Thu, 5 May 2005 19:41:16 +0800
Local: Thurs, May 5 2005 7:41 am
Subject: Re: Google Web Accelerator Beta

看到这句话
Availability: For users in North America and Europe (during beta testing
phase)
不装了……
 05-5-5,my36z <mail...@gmail.com> 写道:

> 又不是玩泡泡堂,这个倒不是很讲究

--
On and on
The rain will say
How fragile we are...
----------------------------------------
http://colin.flashempire.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
baalchina  
View profile
 More options May 5 2005, 8:08 am
From: baalchina <baalch...@gmail.com>
Date: Thu, 5 May 2005 20:08:23 +0800
Local: Thurs, May 5 2005 8:08 am
Subject: Re: Google Web Accelerator Beta

Google Web Accelerator sends requests for web pages, except for secure web
pages (HTTPS), to Google, which logs these requests. Some web pages may
embed personal information in these page requests.

· Google receives and temporarily caches cookie data that your computer
sends with webpage requests in order to improve performance.

· In order to speed up delivery of content, Google Web Accelerator may
retrieve webpage content that you did not request, and store it in your
Google Web Accelerator cache.
 好像使用的是一个缓存的机制。并且也会记录我的访问记录。
google现在怎么尽干这些记录网民上网记录的事情....

 On 5/5/05, Colin <2co...@gmail.com> wrote:

--
from:baalchina

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
baalchina  
View profile
 More options May 5 2005, 8:32 am
From: baalchina <baalch...@gmail.com>
Date: Thu, 5 May 2005 20:32:43 +0800
Local: Thurs, May 5 2005 8:32 am
Subject: Re: Google Web Accelerator Beta

...
装了这个,在ie浏览器里面的代理设置可以看到使用自动配置脚本:
http://localhost:9100/proxy.pac
然后居然...居然我在msn spaces上面传图片,那个认出我的ip是:
   您查询的IP:64.233.172.38 <http://64.233.172.38>  

   - 查询结果1:美国 North America United States
   - 查询结果2:美国 加利福尼亚州Google公司

那个自动配置脚本的内容是:

function FindProxyForURL_16199750(url, host) {
return "DIRECT";

}

var private_re = new
RegExp("^((0\\.0\\.0\\.0)|(127\\.\\d+\\.\\d+\\.\\d+)|(10\\.\\d+\\.\\d+\\.\\ d+)|(172\\.(1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)|(169\\.254\\.\\d+\\.\\d+)| (192\\.168\\.\\d+\\.\\d+)|(22[3-9]\\.\\d+\\.\\d+\\.\\d+)|(2[3-5][0-9]\\.\\d +\\.\\d+\\.\\d+)|([^.]*\\.[^.]*\\.google\\.com)|([^.]*))$");
var bypass_re = new
RegExp("^((gmail\\.google\\.com)|(.*windowsupdate\\.microsoft\\.com)|(.*dow nload\\.windowsupdate\\.com))$");

function FindProxyForURL(url, host) {
if (host == "localhost" || host == "127.0.0.1 <http://127.0.0.1>")
return "DIRECT";
var url_proxy = FindProxyForURL_16199750(url, host);
if (private_re.test(host) ||
bypass_re.test(host) ||
url.substring(0,5) != "http:" ||
"DIRECT" != url_proxy
)
return url_proxy;
else
return "PROXY localhost:9100; " + url_proxy;

}

 On 5/5/05, baalchina <baalch...@gmail.com> wrote:

--
from:baalchina

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Colin  
View profile
 More options May 5 2005, 8:05 pm
From: Colin <2co...@gmail.com>
Date: Fri, 6 May 2005 08:05:20 +0800
Local: Thurs, May 5 2005 8:05 pm
Subject: Re: Google Web Accelerator Beta

不太懂……搬个墩儿来听课:P

05-5-5,baalchina <baalch...@gmail.com> 写道:

--
On and on
The rain will say
How fragile we are...
----------------------------------------
http://colin.flashempire.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rinnsal  
View profile
 More options May 6 2005, 2:03 am
From: "Rinnsal" <rinn...@gmail.com>
Date: Fri, 06 May 2005 06:03:38 -0000
Local: Fri, May 6 2005 2:03 am
Subject: Re: Google Web Accelerator Beta
看起来像C,又有点像Perl
大概意思说一下吧,错了的话,不要打俺的哈~
先创建一个数组,把本地环回和内网排除,Google、Gmail和Winupdate的网址直接解析成IP存储在本地
第2段有点看不理解。大概意思就是判断是否是本机,如果是的话,就将本机作为代理,然后连上9100端口来得到要访问的url。当然,这个只是脚本,大部份的动 作还是在程序中完成的:-)
哪个牛人去反工程一下就知道是怎样工作的了。俺不做反编译,太累人:(

--
大凡世上负有生息义务而蠢动者,为了尽其职责,必须得到休养。假如真有神仙说:“尔等乃为劳动而活,非为昏睡而生。”那么,我将回敬曰:“所言甚是。我为劳动而 生存,故要求为劳动而休息。”


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jhsea3do  
View profile
 More options May 6 2005, 2:59 am
From: jhsea3do <jhsea...@gmail.com>
Date: Fri, 6 May 2005 14:59:23 +0800
Local: Fri, May 6 2005 2:59 am
Subject: Re: Google Web Accelerator Beta

JavaScript
第一个方法无条件返回"DIRECT"。
接下来是建立两个正则表达式,第一个private_re表示私有IP集合,第二个表示一些可以直接访问的站点比如google,gmail,winupdat e等2级域名。
第三个方法是根据键入的url需要访问的host进行匹配,找出代理访问字串:
其中第一个条件表示访问host为本地主机,则返回"DIRECT";
若不符合第一个条件,接下来赋值给变量url_proxy,然后第二个条件中指,如果host符合私有IP集合或者host符合可以直接访问的站点或者url字 串不以"http:"打头或者
url_proxy不为"DIRECT"(有点不明白),则返回url_proxy(当然是"DIRECT"),否则返回字串 "PROXY
localhost:9100; "+url_proxy,即通过代理访问。

我觉得 第一个方法有可能在使用前会被重写,这个方法现在只是摆设,另外16199750这个数字大概和IP有关系,我尝试转化为10进制为(
0.247.48.70 <http://0.247.48.70>),16进制为(22.25.151.80 <http://22.25.151.80>
),不知道有何含义~

On 5/6/05, Rinnsal <rinn...@gmail.com> wrote:

> 看起来像C,又有点像Perl
> 大概意思说一下吧,错了的话,不要打俺的哈~
> 先创建一个数组,把本地环回和内网排除,Google、Gmail和Winupdate的网址直接解析成IP存储在本地

> 第2段有点看不理解。大概意思就是判断是否是本机,如果是的话,就将本机作为代理,然后连上9100端口来得到要访问的url。当然,这个只是脚本,大部份的动 作还是在程序中完成的:-)
> 哪个牛人去反工程一下就知道是怎样工作的了。俺不做反编译,太累人:(

> --

> 大凡世上负有生息义务而蠢动者,为了尽其职责,必须得到休养。假如真有神仙说:"尔等乃为劳动而活,非为昏睡而生。"那么,我将回敬曰:"所言甚是。我为劳动而 生存,故要求为劳动而休息。"

--
<p>j.h.s.e.a.3.d.o</p>

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wEakpErsOn  
View profile
 More options May 6 2005, 6:48 am
From: "wEakpErsOn" <weakper...@gmail.com>
Date: Fri, 06 May 2005 10:48:32 -0000
Local: Fri, May 6 2005 6:48 am
Subject: Re: Google Web Accelerator Beta

Colin 写道:

嗯,只有北美和欧洲地区。。。

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Linker (我思故我在)  
View profile
 More options May 6 2005, 7:50 am
From: "Linker (我思故我在)" <linkerm...@3126.com>
Date: Fri, 06 May 2005 04:50:14 -0700
Local: Fri, May 6 2005 7:50 am
Subject: Re: Google Web Accelerator Beta
我用的很爽啊!
:-)

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
my36z  
View profile