cURL / Mailing Lists / curl-users / Single Mail

curl-users

Unable to use curl with Free Web Proxy

From: Yves PETRONIN <y.petronin_at_wanadoo.fr>
Date: Fri, 11 Sep 2009 18:36:21 +0200

I have been struggling with similar difficulties. I am by no means an
expert, but I have found very useful for debugging purposes the
option of Firefox enabling to record "live http headers"

This is what I got. (I apologize for the long text. You may perhaps
find the clues here. Some sites redirect to another page, sometimes
there are issues with cokies, etc. There is an option in curl that
traces the headers as well, and it is interesting to compare the curl
command with the browser actions.

Rgds

-- Headers as recorded by Firefox

http://www.incognitobrowse.info/

GET / HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:49 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
X-Powered-By: PHP/5.2.8
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
http://www.incognitobrowse.info/style.css

GET /style.css HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/css,*/*;q=0.1
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:49 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Last-Modified: Tue, 06 Nov 2007 06:58:18 GMT
Etag: "70e8391-170b-43e3d285db680"
Accept-Ranges: bytes
Content-Length: 5899
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Content-Type: text/css
----------------------------------------------------------
http://www.incognitobrowse.info/favicon.ico

GET /favicon.ico HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:49 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Last-Modified: Tue, 06 Nov 2007 08:13:46 GMT
Etag: "70e837e-e37-43e3e36418280"
Accept-Ranges: bytes
Content-Length: 3639
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Content-Type: image/x-icon
----------------------------------------------------------
http://www.incognitobrowse.info/images/bg.gif

GET /images/bg.gif HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/style.css

HTTP/1.x 403 Forbidden
Date: Fri, 11 Sep 2009 16:27:49 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
http://adserve.adtoll.com/js/at_ag_10235.js

GET /js/at_ag_10235.js HTTP/1.1
Host: adserve.adtoll.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:10 GMT
Server: Apache
Last-Modified: Tue, 08 Sep 2009 17:47:12 GMT
Etag: "8ffbc-1c1f-473148e5f6800"
Accept-Ranges: bytes
Content-Length: 7199
Connection: close
Content-Type: application/javascript
----------------------------------------------------------
http://www.incognitobrowse.info/images/tableft.gif

GET /images/tableft.gif HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/style.css

HTTP/1.x 403 Forbidden
Date: Fri, 11 Sep 2009 16:27:49 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
http://www.incognitobrowse.info/images/tabright.gif

GET /images/tabright.gif HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/style.css

HTTP/1.x 403 Forbidden
Date: Fri, 11 Sep 2009 16:27:49 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
http://www.incognitobrowse.info/images/headerbg.gif

GET /images/headerbg.gif HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/style.css

HTTP/1.x 403 Forbidden
Date: Fri, 11 Sep 2009 16:27:49 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
http://adserve.adtoll.com/stats.php?
gk=12a3d907af7135aa91a8fe67b1697adb&g=10235&a=23815:0&z=1060731

GET /stats.php?
gk=12a3d907af7135aa91a8fe67b1697adb&g=10235&a=23815:0&z=1060731 HTTP/1.1
Host: adserve.adtoll.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:12 GMT
Server: Apache
X-Powered-By: PHP/5.2.6-1+lenny3
Set-Cookie: ZDEDebuggerPresent=php,phtml,php3; path=/
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Connection: close
Content-Type: text/html
----------------------------------------------------------
http://geo.adtoll.com/geo.php

GET /geo.php HTTP/1.1
Host: geo.adtoll.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:09 GMT
Server: Apache
X-Powered-By: PHP/5.2.6-1+lenny3
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 45
Connection: close
Content-Type: text/html
----------------------------------------------------------
http://imgserve.adtoll.com/peel/cornersmall.swf?ico=http://
imgserve.adtoll.com/peel/smallbutton_1.swf

GET /peel/cornersmall.swf?ico=http://imgserve.adtoll.com/peel/
smallbutton_1.swf HTTP/1.1
Host: imgserve.adtoll.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:09 GMT
Server: Apache
Last-Modified: Wed, 12 Aug 2009 16:45:37 GMT
Etag: "52c04b-1c84-470f48c6b0e40"
Accept-Ranges: bytes
Content-Length: 7300
Connection: close
Content-Type: application/x-shockwave-flash
----------------------------------------------------------
http://imgserve.adtoll.com/peel/cornerbig.swf?big=http://
imgserve.adtoll.com/ads/264853026027-peel.gif&ad_url=http://
adclick.adtoll.com/click.php?b=b601571162a84aab74ffb0bc43c3eb53%
26g=12a3d907af7135aa91a8fe67b1697adb

GET /peel/cornerbig.swf?big=http://imgserve.adtoll.com/ads/
264853026027-peel.gif&ad_url=http://adclick.adtoll.com/click.php?
b=b601571162a84aab74ffb0bc43c3eb53%
26g=12a3d907af7135aa91a8fe67b1697adb HTTP/1.1
Host: imgserve.adtoll.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:09 GMT
Server: Apache
Last-Modified: Wed, 12 Aug 2009 16:45:37 GMT
Etag: "52c05a-101c-470f48c6b0e40"
Accept-Ranges: bytes
Content-Length: 4124
Connection: close
Content-Type: application/x-shockwave-flash
----------------------------------------------------------
http://www.statcounter.com/counter/counter_xhtml.js

GET /counter/counter_xhtml.js HTTP/1.1
Host: www.statcounter.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:57 GMT
Server: PWS/1.4.25
X-Px: ht cdg-agg-n5
Etag: "49444a-1e9f-4a12d265"
P3P: policyref="http://www.statcounter.com/w3c/p3p.xml", CP="ADMa OUR
COM NAV NID DSP NOI COR"
Content-Length: 2671
Content-Type: application/x-javascript; charset=utf-8
Content-Encoding: gzip
Vary: Accept-Encoding
Last-Modified: Tue, 19 May 2009 15:38:13 GMT
Cache-Control: max-age=43200
Connection: keep-alive
----------------------------------------------------------
http://imgserve.adtoll.com/peel/smallbutton_1.swf

GET /peel/smallbutton_1.swf HTTP/1.1
Host: imgserve.adtoll.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:09 GMT
Server: Apache
Last-Modified: Wed, 12 Aug 2009 16:45:37 GMT
Etag: "52c04d-1c28-470f48c6b0e40"
Accept-Ranges: bytes
Content-Length: 7208
Connection: close
Content-Type: application/x-shockwave-flash
----------------------------------------------------------
http://track2.mybloglog.com/js/jsserv.php?mblID=2007110607504746

GET /js/jsserv.php?mblID=2007110607504746 HTTP/1.1
Host: track2.mybloglog.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:57 GMT
Set-Cookie: BX=9ooa49l5akukd&b=3&s=7f; expires=Tue, 02-Jun-2037
20:00:00 GMT; path=/; domain=.mybloglog.com
Set-Cookie: mbl_sid=N2009091109275797; expires=Sat, 11-Sep-2010
16:27:57 GMT; path=/; domain=.mybloglog.com
P3P: policyref="http://p3p.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR
CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi
UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE
GOV", CP="NOI DSP COR DEVa TAIa OUR BUS UNI" policyref="http://
www.mybloglog.com/w3c/p3p.xml"
Expires: Sun, 13 Sep 2009 00:00:00 GMT
Cache-Control: private
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
----------------------------------------------------------
http://c38.statcounter.com/t.php?
sc_project=3372404&resolution=1600&h=1200&camefrom=&u=http%3A//
www.incognitobrowse.info/&t=incognitobrowse.info%20-%20Best%20and%
20Fastest%20Free%20Anonymous%
20Proxy&java=1&security=a6912b12&sc_random=0.343212307454004&sc_snum=1&i
nvisible=1

GET /t.php?sc_project=3372404&resolution=1600&h=1200&camefrom=&u=http%
3A//www.incognitobrowse.info/&t=incognitobrowse.info%20-%20Best%20and%
20Fastest%20Free%20Anonymous%
20Proxy&java=1&security=a6912b12&sc_random=0.343212307454004&sc_snum=1&i
nvisible=1 HTTP/1.1
Host: c38.statcounter.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:28:02 GMT
Server: Apache/1.3.41 (Unix) mod_ssl/2.8.31 OpenSSL/0.9.7a PHP/5.2.6
X-Powered-By: PHP/5.2.6
P3P: policyref="http://www.statcounter.com/w3c/p3p.xml", CP="ADMa OUR
COM NAV NID DSP NOI COR"
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Set-Cookie: session_3372404=1252686482%260; expires=Wed, 10-Sep-2014
16:28:02 GMT; path=/; domain=.statcounter.com
Connection: close
Transfer-Encoding: chunked
Content-Type: image/gif
----------------------------------------------------------
http://imgserve.adtoll.com/ads/264853026027-peel.gif

GET /ads/264853026027-peel.gif HTTP/1.1
Host: imgserve.adtoll.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:10 GMT
Server: Apache
Last-Modified: Tue, 01 Sep 2009 11:39:26 GMT
Etag: "622a26-bf8c-472829a3f5780"
Accept-Ranges: bytes
Content-Length: 49036
Connection: close
Content-Type: image/gif
----------------------------------------------------------
http://ads.adbrite.com/mb/text_group.php?sid=518166&br=1

GET /mb/text_group.php?sid=518166&br=1 HTTP/1.1
Host: ads.adbrite.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/
Cookie: Apache=168362124x0.036+1250341323x259967551; b=%3A%3Ai61n;
ut=1%3Aq1YqM1SyqlYqTi1WslJKT6%
2FJzsxNzK4xAtIZyUlQ2rDGUElHKTe1JBGktKS4CKTYwszEwKC2thYA; fq=7pw1u%
2C1uo0%7Ckof5jg

HTTP/1.x 200 OK
Server: Apache-Coyote/1.1
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: policyref="http://files.adbrite.com/w3c/p3p.xml",CP="NOI PSA PSD
OUR IND UNI NAV DEM STA OTC"
Content-Encoding: gzip
Content-Type: application/x-javascript
Content-Length: 1073
Date: Fri, 11 Sep 2009 16:27:58 GMT
Connection: close
----------------------------------------------------------
http://geo.yahoo.com/p?s=950300017&t=1252686478180

GET /p?s=950300017&t=1252686478180 HTTP/1.1
Host: geo.yahoo.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:58 GMT
Set-Cookie: B=29nkpah5akuke&b=3&s=04; expires=Tue, 02-Jun-2037
20:00:00 GMT; path=/; domain=.yahoo.com
P3P: policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR
CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi
UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE
LOC GOV"
Cache-Control: no-cache
Content-Length: 43
Connection: close
Content-Type: image/gif
----------------------------------------------------------
http://track2.mybloglog.com/tr/urltrk.php?
i=2007110607504746&t=1&u=http%3A//www.incognitobrowse.info/&a=Mozilla/
5.0%20%28Macintosh%3B%20U%3B%20PPC%20Mac%20OS%20X%2010.4%3B%20fr%3B%
20rv%3A1.9.0.11%29%20Gecko/2009060214%20Firefox/
3.0.11&d=20090911&db=&now=1252686478180&v=N2009091109275797

GET /tr/urltrk.php?i=2007110607504746&t=1&u=http%3A//
www.incognitobrowse.info/&a=Mozilla/5.0%20%28Macintosh%3B%20U%3B%20PPC
%20Mac%20OS%20X%2010.4%3B%20fr%3B%20rv%3A1.9.0.11%29%20Gecko/
2009060214%20Firefox/
3.0.11&d=20090911&db=&now=1252686478180&v=N2009091109275797 HTTP/1.1
Host: track2.mybloglog.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/
Cookie: BX=9ooa49l5akukd&b=3&s=7f; mbl_sid=N2009091109275797

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:58 GMT
P3P: policyref="http://p3p.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR
CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi
UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE
GOV", CP="NOI DSP COR DEVa TAIa OUR BUS UNI" policyref="http://
www.mybloglog.com/w3c/p3p.xml"
Cache-Control: private
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
----------------------------------------------------------
http://www.incognitobrowse.info/images/bullet.gif

GET /images/bullet.gif HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/style.css
Cookie: AT_GEO=FR expires=Fri, 18 Sep 2009 16:27:57 GMT

HTTP/1.x 403 Forbidden
Date: Fri, 11 Sep 2009 16:27:53 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
http://www.projectwonderful.com/gen.php?id=8941&type=3&r=27.04

GET /gen.php?id=8941&type=3&r=27.04 HTTP/1.1
Host: www.projectwonderful.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:58 GMT
Server: Apache/2.2.6 (Unix) PHP/5.2.5
X-Powered-By: PHP/5.2.5
Content-Length: 568
Content-Type: text/html
Keep-Alive: timeout=2, max=100
Connection: Keep-Alive
----------------------------------------------------------
http://www.projectwonderful.com/img/uploads/pics/5403-1203620962.jpg

GET /img/uploads/pics/5403-1203620962.jpg HTTP/1.1
Host: www.projectwonderful.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:58 GMT
Server: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8c
Last-Modified: Sat, 19 Jul 2008 16:27:17 GMT
Etag: "5d9f-f2958340"
Accept-Ranges: bytes
Content-Length: 23967
Keep-Alive: timeout=2, max=99
Connection: Keep-Alive
Content-Type: image/jpeg
----------------------------------------------------------
http://s7.addthis.com/js/addthis_widget.php?v=12

GET /js/addthis_widget.php?v=12 HTTP/1.1
Host: s7.addthis.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Server: Apache
X-Powered-By: PHP/5.2.6
Content-Encoding: gzip
Content-Length: 5036
Content-Type: text/html; charset=UTF-8
Date: Fri, 11 Sep 2009 16:27:58 GMT
Connection: keep-alive
Vary: Accept-Encoding
----------------------------------------------------------
http://s7.addthis.com/static/r07/widget15.css

GET /static/r07/widget15.css HTTP/1.1
Host: s7.addthis.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/css,*/*;q=0.1
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Server: Apache
Last-Modified: Wed, 09 Sep 2009 13:12:29 GMT
Etag: "ba6800a-4da6-47324d5c02940"-gzip
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 4994
Content-Type: text/css
Cache-Control: max-age=86313600
Date: Fri, 11 Sep 2009 16:27:58 GMT
Connection: keep-alive
Vary: Accept-Encoding
----------------------------------------------------------
http://pagead2.googlesyndication.com/pagead/show_ads.js

GET /pagead/show_ads.js HTTP/1.1
Host: pagead2.googlesyndication.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml",
CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Last-Modified: Tue, 01 Sep 2009 19:22:54 GMT
Content-Type: text/javascript; charset=UTF-8
Date: Fri, 11 Sep 2009 15:47:46 GMT
Expires: Sat, 12 Sep 2009 15:47:46 GMT
Content-Encoding: gzip
Server: cafe
Content-Length: 11890
Cache-Control: public, max-age=86400
Age: 2413
----------------------------------------------------------
http://pagead2.googlesyndication.com/pagead/expansion_embed.js

GET /pagead/expansion_embed.js HTTP/1.1
Host: pagead2.googlesyndication.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml",
CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Content-Type: text/javascript; charset=UTF-8
Last-Modified: Mon, 06 Jul 2009 19:11:18 GMT
Date: Fri, 11 Sep 2009 16:07:41 GMT
Expires: Sat, 12 Sep 2009 16:07:41 GMT
Content-Encoding: gzip
Server: cafe
Content-Length: 14837
Cache-Control: public, max-age=86400
Age: 1218
----------------------------------------------------------
http://googleads.g.doubleclick.net/pagead/test_domain.js

GET /pagead/test_domain.js HTTP/1.1
Host: googleads.g.doubleclick.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/
Cookie: id=800001e5467b377||t=1245961353|et=730|cs=1vzp6g3m

HTTP/1.x 200 OK
P3P: policyref="http://googleads.g.doubleclick.net/pagead/
gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT
DEM STA PRE COM NAV OTC NOI DSP COR"
Last-Modified: Tue, 01 Sep 2009 19:22:54 GMT
Content-Type: text/javascript; charset=UTF-8
Date: Sat, 05 Sep 2009 06:15:45 GMT
Expires: Sat, 19 Sep 2009 06:15:45 GMT
Content-Encoding: gzip
Server: cafe
Content-Length: 74
Cache-Control: public, max-age=1209600
Age: 555134
----------------------------------------------------------
http://googleads.g.doubleclick.net/pagead/ads?client=ca-
pub-9820754827812771&output=html&h=250&slotname=0695671006&w=250&lmt=125
2686474&flash=9.0.159&url=http%3A%2F%2Fwww.incognitobrowse.info%
2F&dt=1252686479380&correlator=1252686479383&frm=0&ga_vid=1434302665.125
2686480&ga_sid=1252686480&ga_hid=2012829475&ga_fc=0&u_tz=120&u_his=1&u_j
ava=1&u_h=1200&u_w=1600&u_ah=1125&u_aw=1600&u_cd=24&u_nplug=7&u_nmime=10
3&biw=910&bih=745&fu=0&ifi=1&dtd=403&xpc=EzkEbtA63J&p=http%3A//
www.incognitobrowse.info

GET /pagead/ads?client=ca-
pub-9820754827812771&output=html&h=250&slotname=0695671006&w=250&lmt=125
2686474&flash=9.0.159&url=http%3A%2F%2Fwww.incognitobrowse.info%
2F&dt=1252686479380&correlator=1252686479383&frm=0&ga_vid=1434302665.125
2686480&ga_sid=1252686480&ga_hid=2012829475&ga_fc=0&u_tz=120&u_his=1&u_j
ava=1&u_h=1200&u_w=1600&u_ah=1125&u_aw=1600&u_cd=24&u_nplug=7&u_nmime=10
3&biw=910&bih=745&fu=0&ifi=1&dtd=403&xpc=EzkEbtA63J&p=http%3A//
www.incognitobrowse.info HTTP/1.1
Host: googleads.g.doubleclick.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/
Cookie: id=800001e5467b377||t=1245961353|et=730|cs=1vzp6g3m

HTTP/1.x 200 OK
P3P: policyref="http://googleads.g.doubleclick.net/pagead/
gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT
DEM STA PRE COM NAV OTC NOI DSP COR"
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Date: Fri, 11 Sep 2009 16:27:59 GMT
Server: cafe
Cache-Control: private, x-gzip-ok=""
Content-Length: 4209
----------------------------------------------------------
http://www.projectwonderful.com/gen.php?id=8942&type=1&r=829.9

GET /gen.php?id=8942&type=1&r=829.9 HTTP/1.1
Host: www.projectwonderful.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:27:59 GMT
Server: Apache/2.2.6 (Unix) PHP/5.2.5
X-Powered-By: PHP/5.2.5
Content-Length: 1030
Content-Type: text/html
Keep-Alive: timeout=2, max=98
Connection: Keep-Alive
----------------------------------------------------------
http://pagead2.googlesyndication.com/pagead/abglogo/abg-
en-100c-000000.png

GET /pagead/abglogo/abg-en-100c-000000.png HTTP/1.1
Host: pagead2.googlesyndication.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-
pub-9820754827812771&output=html&h=250&slotname=0695671006&w=250&lmt=125
2686474&flash=9.0.159&url=http%3A%2F%2Fwww.incognitobrowse.info%
2F&dt=1252686479380&correlator=1252686479383&frm=0&ga_vid=1434302665.125
2686480&ga_sid=1252686480&ga_hid=2012829475&ga_fc=0&u_tz=120&u_his=1&u_j
ava=1&u_h=1200&u_w=1600&u_ah=1125&u_aw=1600&u_cd=24&u_nplug=7&u_nmime=10
3&biw=910&bih=745&fu=0&ifi=1&dtd=403&xpc=EzkEbtA63J&p=http%3A//
www.incognitobrowse.info

HTTP/1.x 200 OK
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml",
CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Content-Type: image/png
Last-Modified: Wed, 28 Mar 2007 02:19:40 GMT
Date: Thu, 10 Sep 2009 18:22:52 GMT
Expires: Fri, 11 Sep 2009 18:22:52 GMT
Server: cafe
Content-Length: 1006
Cache-Control: public, max-age=86400
Age: 79507
----------------------------------------------------------
http://googleads.g.doubleclick.net/pagead/ads?client=ca-
pub-9820754827812771&output=html&h=250&slotname=2657746900&w=250&lmt=125
2686474&flash=9.0.159&url=http%3A%2F%2Fwww.incognitobrowse.info%
2F&dt=1252686479825&prev_slotnames=0695671006&correlator=1252686479383&f
rm=0&ga_vid=1434302665.1252686480&ga_sid=1252686480&ga_hid=2012829475&ga
_fc=0&u_tz=120&u_his=1&u_java=1&u_h=1200&u_w=1600&u_ah=1125&u_aw=1600&u_
cd=24&u_nplug=7&u_nmime=103&biw=910&bih=745&fu=0&ifi=2&dtd=5&xpc=GHgBp9z
7wE&p=http%3A//www.incognitobrowse.info

GET /pagead/ads?client=ca-
pub-9820754827812771&output=html&h=250&slotname=2657746900&w=250&lmt=125
2686474&flash=9.0.159&url=http%3A%2F%2Fwww.incognitobrowse.info%
2F&dt=1252686479825&prev_slotnames=0695671006&correlator=1252686479383&f
rm=0&ga_vid=1434302665.1252686480&ga_sid=1252686480&ga_hid=2012829475&ga
_fc=0&u_tz=120&u_his=1&u_java=1&u_h=1200&u_w=1600&u_ah=1125&u_aw=1600&u_
cd=24&u_nplug=7&u_nmime=103&biw=910&bih=745&fu=0&ifi=2&dtd=5&xpc=GHgBp9z
7wE&p=http%3A//www.incognitobrowse.info HTTP/1.1
Host: googleads.g.doubleclick.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/
Cookie: id=800001e5467b377||t=1245961353|et=730|cs=1vzp6g3m

HTTP/1.x 200 OK
P3P: policyref="http://googleads.g.doubleclick.net/pagead/
gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT
DEM STA PRE COM NAV OTC NOI DSP COR"
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Date: Fri, 11 Sep 2009 16:27:59 GMT
Server: cafe
Cache-Control: private, x-gzip-ok=""
Content-Length: 4245
----------------------------------------------------------
http://www.projectwonderful.com/img/uploads/pics/5403-1201509189.gif

GET /img/uploads/pics/5403-1201509189.gif HTTP/1.1
Host: www.projectwonderful.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:28:00 GMT
Server: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8c
Last-Modified: Sat, 19 Jul 2008 16:27:17 GMT
Etag: "7703-f2958340"
Accept-Ranges: bytes
Content-Length: 30467
Keep-Alive: timeout=2, max=97
Connection: Keep-Alive
Content-Type: image/gif
----------------------------------------------------------
http://googleads.g.doubleclick.net/pagead/ads?client=ca-
pub-9820754827812771&output=html&h=15&slotname=2432762921&w=468&lmt=1252
686474&flash=9.0.159&url=http%3A%2F%2Fwww.incognitobrowse.info%
2F&dt=1252686480064&prev_slotnames=0695671006%
2C2657746900&correlator=1252686479383&frm=0&ga_vid=1434302665.1252686480
&ga_sid=1252686480&ga_hid=2012829475&ga_fc=0&u_tz=120&u_his=1&u_java=1&u
_h=1200&u_w=1600&u_ah=1125&u_aw=1600&u_cd=24&u_nplug=7&u_nmime=103&biw=9
10&bih=745&fu=0&ifi=3&dtd=4&xpc=4zMHRmt4dn&p=http%3A//
www.incognitobrowse.info

GET /pagead/ads?client=ca-
pub-9820754827812771&output=html&h=15&slotname=2432762921&w=468&lmt=1252
686474&flash=9.0.159&url=http%3A%2F%2Fwww.incognitobrowse.info%
2F&dt=1252686480064&prev_slotnames=0695671006%
2C2657746900&correlator=1252686479383&frm=0&ga_vid=1434302665.1252686480
&ga_sid=1252686480&ga_hid=2012829475&ga_fc=0&u_tz=120&u_his=1&u_java=1&u
_h=1200&u_w=1600&u_ah=1125&u_aw=1600&u_cd=24&u_nplug=7&u_nmime=103&biw=9
10&bih=745&fu=0&ifi=3&dtd=4&xpc=4zMHRmt4dn&p=http%3A//
www.incognitobrowse.info HTTP/1.1
Host: googleads.g.doubleclick.net
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/
Cookie: id=800001e5467b377||t=1245961353|et=730|cs=1vzp6g3m

HTTP/1.x 200 OK
P3P: policyref="http://googleads.g.doubleclick.net/pagead/
gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT
DEM STA PRE COM NAV OTC NOI DSP COR"
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Date: Fri, 11 Sep 2009 16:28:00 GMT
Server: cafe
Cache-Control: private, x-gzip-ok=""
Content-Length: 1905
----------------------------------------------------------
http://pagead2.googlesyndication.com/pagead/sma7.js

GET /pagead/sma7.js HTTP/1.1
Host: pagead2.googlesyndication.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-
pub-9820754827812771&output=html&h=250&slotname=0695671006&w=250&lmt=125
2686474&flash=9.0.159&url=http%3A%2F%2Fwww.incognitobrowse.info%
2F&dt=1252686479380&correlator=1252686479383&frm=0&ga_vid=1434302665.125
2686480&ga_sid=1252686480&ga_hid=2012829475&ga_fc=0&u_tz=120&u_his=1&u_j
ava=1&u_h=1200&u_w=1600&u_ah=1125&u_aw=1600&u_cd=24&u_nplug=7&u_nmime=10
3&biw=910&bih=745&fu=0&ifi=1&dtd=403&xpc=EzkEbtA63J&p=http%3A//
www.incognitobrowse.info

HTTP/1.x 200 OK
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml",
CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Content-Type: text/javascript; charset=UTF-8
Last-Modified: Tue, 31 Mar 2009 17:36:41 GMT
Date: Fri, 11 Sep 2009 16:03:40 GMT
Expires: Sat, 12 Sep 2009 16:03:40 GMT
Content-Encoding: gzip
Server: cafe
Content-Length: 1060
Cache-Control: public, max-age=86400
Age: 1460
----------------------------------------------------------
http://groups.google.com/groups/img/3nb/groups_bar.gif

GET /groups/img/3nb/groups_bar.gif HTTP/1.1
Host: groups.google.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/
Cookie:
PREF=ID=2815a5c5b328ee62:TM=1245961810:LM=1245961810:S=Jbs2YsZ43YERfyE6

HTTP/1.x 200 OK
Expires: Mon, 06 Sep 2010 20:31:47 GMT
Content-Type: image/gif
Last-Modified: Wed, 26 Aug 2009 05:58:28 GMT
Date: Sun, 06 Sep 2009 20:31:47 GMT
Server: GWS-GRFE/0.50
Content-Length: 2200
Cache-Control: public
Age: 417373
----------------------------------------------------------
http://pagead2.googlesyndication.com/pagead/sma.png

GET /pagead/sma.png HTTP/1.1
Host: pagead2.googlesyndication.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-
pub-9820754827812771&output=html&h=250&slotname=0695671006&w=250&lmt=125
2686474&flash=9.0.159&url=http%3A%2F%2Fwww.incognitobrowse.info%
2F&dt=1252686479380&correlator=1252686479383&frm=0&ga_vid=1434302665.125
2686480&ga_sid=1252686480&ga_hid=2012829475&ga_fc=0&u_tz=120&u_his=1&u_j
ava=1&u_h=1200&u_w=1600&u_ah=1125&u_aw=1600&u_cd=24&u_nplug=7&u_nmime=10
3&biw=910&bih=745&fu=0&ifi=1&dtd=403&xpc=EzkEbtA63J&p=http%3A//
www.incognitobrowse.info

HTTP/1.x 200 OK
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml",
CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Content-Type: image/png
Last-Modified: Fri, 15 Feb 2008 18:58:56 GMT
Date: Thu, 10 Sep 2009 23:56:30 GMT
Expires: Fri, 11 Sep 2009 23:56:30 GMT
Server: cafe
Content-Length: 728
Cache-Control: public, max-age=86400
Age: 59490
----------------------------------------------------------
http://www.projectwonderful.com/gen.php?id=8939&type=2&r=365.8

GET /gen.php?id=8939&type=2&r=365.8 HTTP/1.1
Host: www.projectwonderful.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:28:00 GMT
Server: Apache/2.2.6 (Unix) PHP/5.2.5
X-Powered-By: PHP/5.2.5
Content-Length: 1665
Content-Type: text/html
Keep-Alive: timeout=2, max=100
Connection: Keep-Alive
----------------------------------------------------------
http://www.projectwonderful.com/gen.php?id=8940&type=2&r=459.2

GET /gen.php?id=8940&type=2&r=459.2 HTTP/1.1
Host: www.projectwonderful.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:28:00 GMT
Server: Apache/2.2.6 (Unix) PHP/5.2.5
X-Powered-By: PHP/5.2.5
Content-Length: 1301
Content-Type: text/html
Keep-Alive: timeout=2, max=100
Connection: Keep-Alive
----------------------------------------------------------
http://s7.addthis.com/live/t00/120lo.gif?
1huumtt&CXNID=2000001.5215456080540439072NXC&pub=crumblepie

GET /live/t00/120lo.gif?
1huumtt&CXNID=2000001.5215456080540439072NXC&pub=crumblepie HTTP/1.1
Host: s7.addthis.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Server: Apache
Last-Modified: Mon, 01 Jun 2009 23:12:25 GMT
Etag: "2f986f3-2b-46b518f260840"
Accept-Ranges: bytes
Content-Length: 43
Content-Type: image/gif
Date: Fri, 11 Sep 2009 16:28:00 GMT
Connection: keep-alive
Cache-Control: no-store
----------------------------------------------------------
http://s7.addthis.com/static/r07/lang00.js

GET /static/r07/lang00.js HTTP/1.1
Host: s7.addthis.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Server: Apache
Last-Modified: Tue, 07 Jul 2009 12:04:17 GMT
Etag: "2fa0e2d-4234-46e1c6c013240"-gzip
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 6142
Content-Type: application/x-javascript
Cache-Control: max-age=86313600
Date: Fri, 11 Sep 2009 16:28:00 GMT
Connection: keep-alive
Vary: Accept-Encoding
----------------------------------------------------------
http://s7.addthis.com/static/r07/menu30.js

GET /static/r07/menu30.js HTTP/1.1
Host: s7.addthis.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Server: Apache
Last-Modified: Wed, 09 Sep 2009 10:46:00 GMT
Etag: "ba68008-cab1-47322c9e2aa00"-gzip
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 17686
Content-Type: application/x-javascript
Cache-Control: max-age=86313600
Date: Fri, 11 Sep 2009 16:28:00 GMT
Connection: keep-alive
Vary: Accept-Encoding
----------------------------------------------------------
http://bin.clearspring.com/at/v/1/button1.6.swf

GET /at/v/1/button1.6.swf HTTP/1.1
Host: bin.clearspring.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Server: Apache
Etag: "e0e8c894aa93cf92657eba6e67307d8c:1246966201"
Last-Modified: Tue, 07 Jul 2009 11:30:01 GMT
Accept-Ranges: bytes
Content-Length: 1425
Content-Type: application/x-shockwave-flash
Cache-Control: max-age=86313600
Date: Fri, 11 Sep 2009 16:28:00 GMT
Connection: keep-alive
----------------------------------------------------------
http://www.incognitobrowse.info/images/footerbg.gif

GET /images/footerbg.gif HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/style.css
Cookie: AT_GEO=FR expires=Fri, 18 Sep 2009 16:27:57 GMT

HTTP/1.x 403 Forbidden
Date: Fri, 11 Sep 2009 16:27:55 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
http://s7.addthis.com/static/btn/v2/lg-bookmark-en.gif

GET /static/btn/v2/lg-bookmark-en.gif HTTP/1.1
Host: s7.addthis.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Server: Apache
Last-Modified: Thu, 13 Aug 2009 20:49:15 GMT
Etag: "90d0016-271-4710c118f68c0"
Accept-Ranges: bytes
Content-Length: 625
Content-Type: image/gif
Cache-Control: max-age=86313600
Date: Fri, 11 Sep 2009 16:28:01 GMT
Connection: keep-alive
----------------------------------------------------------
http://www.projectwonderful.com/img/uploads/pics/nadhere.png

GET /img/uploads/pics/nadhere.png HTTP/1.1
Host: www.projectwonderful.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:28:00 GMT
Server: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8c
Last-Modified: Mon, 21 Jul 2008 14:32:10 GMT
Etag: "db4-9293ce80"
Accept-Ranges: bytes
Content-Length: 3508
Keep-Alive: timeout=2, max=99
Connection: Keep-Alive
Content-Type: image/png
----------------------------------------------------------
http://safebrowsing.clients.google.com/safebrowsing/downloads?
client=navclient-auto-
ffox&appver=3.0.11&pver=2.2&wrkey=AKEgNivMLVrt2OOjDpXmtFXGfZ89LZRelAim5P
Idhp-0AkM_Kbk5Vc1ARQqHUt4f3fsOWG00bam_9aTFArEsawwEdJs9sPePJg==

POST /safebrowsing/downloads?client=navclient-auto-
ffox&appver=3.0.11&pver=2.2&wrkey=AKEgNivMLVrt2OOjDpXmtFXGfZ89LZRelAim5P
Idhp-0AkM_Kbk5Vc1ARQqHUt4f3fsOWG00bam_9aTFArEsawwEdJs9sPePJg== HTTP/1.1
Host: safebrowsing.clients.google.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Content-Length: 594
Content-Type: text/plain
Cookie:
PREF=ID=2815a5c5b328ee62:TM=1245961810:LM=1245961810:S=Jbs2YsZ43YERfyE6
goog-malware-shavar;a:11465-12546,13281-13541:s:12405-14502:mac
goog-phish-shavar;a:51846-60713,62881-63677:s:
39906-43840,43846-43860,43876-43900,43911-43920,43926-43930,43941-43950,
43966-43970,43986-44005,44031-44065,44086-44090,44096-44100,44111-44115,
44121-44125,44131-44135,44146-44155,44211-44215,44231-44235,44246-44250,
44261-44265,44296-44300,44356-44360,44441-44450,44491-44500,44516-44520,
44551-44555,44566-44570,44601-44605,44611-44615,44656-44665,44696-44710,
44736-44745,44816-44820,44886-44890,44911-44915,44921-44925,44966-44970,
44981-44985,45061-45065,45096-45100,45121-45837:mac

HTTP/1.x 200 OK
Content-Type: application/vnd.google.safebrowsing-update
Date: Fri, 11 Sep 2009 16:28:21 GMT
Server: Chunked Update Server
Content-Length: 15248
----------------------------------------------------------
http://safebrowsing-cache.google.com/safebrowsing/rd/goog-malware-
shavar_s_14481-14520.14481-14520.:

GET /safebrowsing/rd/goog-malware-shavar_s_14481-14520.14481-14520.:
HTTP/1.1
Host: safebrowsing-cache.google.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie:
PREF=ID=2815a5c5b328ee62:TM=1245961810:LM=1245961810:S=Jbs2YsZ43YERfyE6

HTTP/1.x 200 OK
Cache-Control: private,max-age=21600
Content-Type: application/vnd.google.safebrowsing-chunk
Expires: Tue, 25 Aug 2009 05:47:49 GMT
Date: Fri, 11 Sep 2009 16:29:36 GMT
Server: HTTP server (unknown)
Content-Length: 175734
----------------------------------------------------------
http://www.incognitobrowse.info/index.php

POST /index.php HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/
Cookie: AT_GEO=FR expires=Fri, 18 Sep 2009 16:27:57 GMT;
_csoot=1252686480757; _csuid=48ef9ae20d92cae3
Content-Type: application/x-www-form-urlencoded
Content-Length: 203
q=http%3A%2F%2Fwww.google.com%2F&hl%5Binclude_form%5D=on&hl%
5Baccept_cookies%5D=on&hl%5Bshow_images%5D=on&hl%5Bshow_referer%
5D=on&hl%5Bbase64_encode%5D=on&hl%5Bstrip_meta%5D=on&hl%
5Bsession_cookies%5D=on
HTTP/1.x 302 Found
Date: Fri, 11 Sep 2009 16:29:43 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
X-Powered-By: PHP/5.2.8
Location: http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed
Content-Length: 0
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Content-Type: text/html
----------------------------------------------------------
http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed

GET /index.php?q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/
Cookie: AT_GEO=FR expires=Fri, 18 Sep 2009 16:27:57 GMT;
_csoot=1252686480757; _csuid=48ef9ae20d92cae3

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:29:43 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
X-Powered-By: PHP/5.2.8
Expires: -1
Cache-Control: private, max-age=0
X-Cache: MISS from .
Via: 1.0 .:80 (squid)
Set-Cookie: flags=2ed; expires=Fri, 09-Oct-2009 16:29:43 GMT; path=/;
domain=.www.incognitobrowse.info
Set-Cookie: COOKIE%253BPREF%253B%252F%253B.google.com=ID%
253D61fdb4ff32d52698%253ATM%253D1252686589%253ALM%253D1252686589%253AS
%253DcW9_lpDkx4pIbKOY%253B; expires=Sun, 11-Sep-2011 16:29:49 GMT;
path=/; domain=.www.incognitobrowse.info
Content-Disposition: inline; filename=""
Content-Length: 13118
Connection: close
Content-Type: text/html; charset=UTF-8
----------------------------------------------------------
http://ads.adbrite.com/mb/text_group.php?sid=486965&zs=3436385f3630

GET /mb/text_group.php?sid=486965&zs=3436385f3630 HTTP/1.1
Host: ads.adbrite.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed
Cookie: Apache=168362124x0.036+1250341323x259967551; b=%3A%3Ai61n;
ut=1%3Aq1YqM1SyqlYqTi1WslJKT6%
2FJzsxNzK4xAtIZyUlQ2rDGUElHKTe1JBGktKS4CKTYwszEwKC2thYA; fq=7pw1u%
2C1uo0%7Ckof5jg

HTTP/1.x 200 OK
Server: Apache-Coyote/1.1
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: policyref="http://files.adbrite.com/w3c/p3p.xml",CP="NOI PSA PSD
OUR IND UNI NAV DEM STA OTC"
Content-Encoding: gzip
Content-Type: application/x-javascript
Content-Length: 1092
Date: Fri, 11 Sep 2009 16:29:48 GMT
Connection: close
----------------------------------------------------------
http://ads.adbrite.com/mb/text_group.php?sid=486995&zs=3436385f3630

GET /mb/text_group.php?sid=486995&zs=3436385f3630 HTTP/1.1
Host: ads.adbrite.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed
Cookie: Apache=168362124x0.036+1250341323x259967551; b=%3A%3Ai61n;
ut=1%3Aq1YqM1SyqlYqTi1WslJKT6%
2FJzsxNzK4xAtIZyUlQ2rDGUElHKTe1JBGktKS4CKTYwszEwKC2thYA; fq=7pw1u%
2C1uo0%7Ckof5jg

HTTP/1.x 200 OK
Server: Apache-Coyote/1.1
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: policyref="http://files.adbrite.com/w3c/p3p.xml",CP="NOI PSA PSD
OUR IND UNI NAV DEM STA OTC"
Content-Encoding: gzip
Content-Type: application/x-javascript
Content-Length: 1091
Date: Fri, 11 Sep 2009 16:29:49 GMT
Connection: close
----------------------------------------------------------
http://files.adbrite.com/mb/images/adbrite-your-ad-here-banner.gif

GET /mb/images/adbrite-your-ad-here-banner.gif HTTP/1.1
Host: files.adbrite.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed
Cookie: Apache=168362124x0.036+1250341323x259967551; b=%3A%3Ai61n;
ut=1%3Aq1YqM1SyqlYqTi1WslJKT6%
2FJzsxNzK4xAtIZyUlQ2rDGUElHKTe1JBGktKS4CKTYwszEwKC2thYA; fq=7pw1u%
2C1uo0%7Ckof5jg

HTTP/1.x 200 OK
Server: Apache
Last-Modified: Wed, 19 Aug 2009 20:36:36 GMT
Etag: "164667d-72-47184975e3d00"
Accept-Ranges: bytes
Content-Length: 114
Content-Type: image/gif
Date: Fri, 11 Sep 2009 16:29:49 GMT
Connection: keep-alive
----------------------------------------------------------
http://www.incognitobrowse.info/&nf=1

GET /&nf=1 HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed
Cookie: AT_GEO=FR expires=Fri, 18 Sep 2009 16:27:57 GMT;
_csoot=1252686480757; _csuid=48ef9ae20d92cae3; flags=2ed; COOKIE%
253BPREF%253B%252F%253B.google.com=ID%253D61fdb4ff32d52698%253ATM%
253D1252686589%253ALM%253D1252686589%253AS%253DcW9_lpDkx4pIbKOY%253B

HTTP/1.x 404 Not Found
Date: Fri, 11 Sep 2009 16:29:44 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tL2ludGwvZW5fQUxML2ltYWdlcy9sb2dvLmdpZg%
3D%3D

GET /index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tL2ludGwvZW5fQUxML2ltYWdlcy9sb2dvLmdpZg%
3D%3D HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed
Cookie: AT_GEO=FR expires=Fri, 18 Sep 2009 16:27:57 GMT;
_csoot=1252686480757; _csuid=48ef9ae20d92cae3; flags=2ed; COOKIE%
253BPREF%253B%252F%253B.google.com=ID%253D61fdb4ff32d52698%253ATM%
253D1252686589%253ALM%253D1252686589%253AS%253DcW9_lpDkx4pIbKOY%253B

HTTP/1.x 200 OK
Date: Fri, 11 Sep 2009 16:29:44 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
X-Powered-By: PHP/5.2.8
Last-Modified: Wed, 07 Jun 2006 19:38:24 GMT
Expires: Sat, 11 Sep 2010 14:17:51 GMT
Cache-Control: public, max-age=31536000
Age: 7919
X-Cache: HIT from .
Via: 1.0 .:80 (squid)
Set-Cookie: flags=2ed; expires=Fri, 09-Oct-2009 16:29:44 GMT; path=/;
domain=.www.incognitobrowse.info
Content-Disposition: inline; filename="logo.gif"
Content-Length: 8558
Connection: close
Content-Type: image/gif
----------------------------------------------------------
http://www.incognitobrowse.info/extern_js/f/
CgJlbhICdXMrMAo4NUAILCswDjgHLCswFjgQLCswFzgDLCswGDgELCswGTgHLCswHTgZLCsw
JTjJiAEsKzAmOAUsKzAnOAIsKzAqOAEsKzArOAQsKzA8OAAs/D0HbDWY0eW0.js

GET /extern_js/f/
CgJlbhICdXMrMAo4NUAILCswDjgHLCswFjgQLCswFzgDLCswGDgELCswGTgHLCswHTgZLCsw
JTjJiAEsKzAmOAUsKzAnOAIsKzAqOAEsKzArOAQsKzA8OAAs/D0HbDWY0eW0.js HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: */*
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed
Cookie: AT_GEO=FR expires=Fri, 18 Sep 2009 16:27:57 GMT;
_csoot=1252686480757; _csuid=48ef9ae20d92cae3; flags=2ed; COOKIE%
253BPREF%253B%252F%253B.google.com=ID%253D61fdb4ff32d52698%253ATM%
253D1252686589%253ALM%253D1252686589%253AS%253DcW9_lpDkx4pIbKOY%253B

HTTP/1.x 404 Not Found
Date: Fri, 11 Sep 2009 16:29:44 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
http://www.incognitobrowse.info/images/nav_logo6.png

GET /images/nav_logo6.png HTTP/1.1
Host: www.incognitobrowse.info
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; fr; rv:
1.9.0.11) Gecko/2009060214 Firefox/3.0.11
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.incognitobrowse.info/index.php?
q=aHR0cDovL3d3dy5nb29nbGUuY29tLw%3D%3D&hl=2ed
Cookie: AT_GEO=FR expires=Fri, 18 Sep 2009 16:27:57 GMT;
_csoot=1252686480757; _csuid=48ef9ae20d92cae3; flags=2ed; COOKIE%
253BPREF%253B%252F%253B.google.com=ID%253D61fdb4ff32d52698%253ATM%
253D1252686589%253ALM%253D1252686589%253AS%253DcW9_lpDkx4pIbKOY%253B

HTTP/1.x 403 Forbidden
Date: Fri, 11 Sep 2009 16:29:45 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/
5.2.8
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
-- end of headers
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-09-11