False alarm on the Google ads. Turns out you can pretty much run any kind of ad you want on your site via the query string. For example my site is a web development blog but if I pass a querystring like this:
http://code621.com/?cars=toyota Car related ads show up. I always thought it was more based on the page content but I guess the query string is given more weight. Anyhow, I learned something new today. Make sure allow_url_fopen and allow_url_include are disabled in your php.ini. It might prevent you some headaches. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
