Optimus Prime is needed.
http://www.youtube.com/watch?v=ixqhlmHeVmE
3 publicly visible posts • joined 2 Jul 2008
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.
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();
}
}