Collecting AOL Search Terms

Posted on 16th Feb 2014 by admin

I am attempting to collect AOL search terms. I know the code is correct (it works for google, bing, yahoo, etc) but not AOL. Here's the code that doesn't' work. Can anyone help?

else if (eregi('search.aol', $this->referer))
{
// AOL
preg_match("#{$this->sep}q=(.*?)&#si", $this->referer, $this->keys);
$this->search_engine = 'AOL';
}



I have attached the full code

Other forums