* Posts by Jon

3 publicly visible posts • joined 2 Jul 2008

Channel 4 in Heathrow Playmobil reconstruction shocker

Jon

Optimus Prime is needed.

http://www.youtube.com/watch?v=ixqhlmHeVmE

Cnet blogger squadron discovers long lines at Apple retail stores

Jon

Looking forward to the Cnet blog entries saying "look at this story about us"

Calvin: A painting. Moving. Spiritually enriching. Sublime. "High" art.

The comic strip. Vapid. Juvenile. Commercial hack work. "Low" art.

A painting of a comic strip panel. Sophisticated irony. Philosophically challenging. "High" art.

Hobbes: Suppose I draw a cartoon of a painting of a comic strip?

Calvin: Sophomoric, intellectually sterile. "Low" art.

How to beat AVG's fake traffic spew

Jon

@AC

This should be a start - apologies for formatting, and this isn't tested as I don't have AVG.

// check for AVG user agents

if (strstr($_SERVER['HTTP_USER_AGENT'], 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)') || strstr($_SERVER['HTTP_USER_AGENT'], 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813)')) {

// check for http_accept_encoding header

if (strlen($_SERVER['HTTP_ACCEPT_ENCODING']) == 0) {

header('Location:http://www.grisoft.com/we_dont_appreciate_linkscanner');

exit();

}

}