Re: [squid-users] Add top information to all webpages (like godaddy AD)

From: Luis Daniel Lucio Quiroz <luis.daniel.lucio_at_gmail.com>
Date: Tue, 11 Oct 2011 11:23:42 -0500

2011/10/11 Hasanen AL-Bana <hasanen_at_gmail.com>:
> you don't want to create iframe for request , some requests will be
> for queries made by ajax and you don't want to touch that...it is
> better to add it only to the home page.
>
> On Tue, Oct 11, 2011 at 2:43 PM, Ed W <lists_at_wildgooses.com> wrote:
>> So you could be smarter and instead inject some javascript which checks
>> if you are in a frameset and if not creates one.  This of course has
>> some subtleties with ajax...
>>
>> Ed W
>>
>>
>> On 11/10/2011 12:28, Hasanen AL-Bana wrote:
>>> I believe yes ! but it will cause lots of troubles with pages like
>>> facebook & gmail
>>> you can redirect all requests to a url_rewriter script.
>>> squid will pass the requested url to the script , then the script must
>>> generate a page with 2 iFrames , first iFrame will hold the Ad, the
>>> second iFrame goes bellow the first one and will contain the original
>>> requested page.
>>> but think of the problems you will face because squid will add that to
>>> each request which will break all the page ,hence the script must be
>>> smart enough to process only root pages like index.php index.html ....
>>>
>>> On Tue, Oct 11, 2011 at 2:20 PM, Jorge Bastos <mysql.jorge_at_decimal.pt> wrote:
>>>> Howdy,
>>>>
>>>> I'd like to do something that I don't know if that's possible somehow.
>>>> I have squid configured as transparent, and I'd like to add on everypage that the user visits, information on the top of the pages, like an AD.
>>>>
>>>> Is this possible?
>>>> For example Godaddy has this on the free hosting they provide.
>>>>
>>>> Thanks in advanced,
>>>> Jorge Bastos,
>>
>>
>

This is a tricky one,

if yo have c/c++ skils you may program a c-icap module.

There is an easier way, but this isno squid's. I remember apache has
an foot_page module that does exactly what you want, you can use it in
combination with squid to add your code.

LD

http://www.twitter.com/ldlq
Received on Tue Oct 11 2011 - 16:23:50 MDT

This archive was generated by hypermail 2.2.0 : Wed Oct 12 2011 - 12:00:02 MDT