Hi!
On Sun, 28 Feb 1999, Alexei V. Alexandrov wrote:
> Господа, подскажите как освободить пользователей внутренней сети от
> баннеров? Все пользователи внутренней сети ходят через проки (IP
> реальные). Прокси работает по принципу, описанному на www.lexa.ru.
> Хочется сделать так, чтобы при просмотре страниц, баннеры не
> показывались пользователям? Я где то слышал, что есть возможность
> таким образом настроить SQUID. Может кто поможет ссылкой на доку?
Не буду оригинальным, ибо тебе уже посоветовали воспользоваться сквидовым
redirector'ом. Я только кидаю готовый кусок кода, найденный в архивах..
- FreeBSD Archive (2:5012/3) -------------------------------- FREEBSD.ARC -
From : Juriy Goloveshkin 2:5020/930 Втр 29 Сен 98 23:37
To : Nicolas Rodionov Срд 30 Сен 98 11:38
Subj : FreeBSD-router
----------------------------------------------------------------------------
.RealName Юрий Головешкин
Приветствую тебя, Nicolas!
Tuesday September 29 1998 12:49, Nicolas Rodionov писал к Juriy Goloveshkin:
JG>> а на мой взгляд, redirect-program гибче и не оставляют "дыр".
NR> А ты сделал такую для баннеров?
ага. вот кусок(в релиз-нотес прочтешь как это еще и в зависимости от адресов
сделать):
squid.conf
redirect_program /usr/local/sbin/redirector.pl
redirect_children 3
а кусок скрипта(на что заменить your.domain догадаешься :) :
=== Begin redirector.pl ===
#!/usr/local/bin/perl
$|=1;
while (<>) {
s@.*rambler.ru/top100.cnt\?.*@http://your.domain/rambler.gif@;
s@.*/cgi-bin/banner.*@http://your.domain/nospam.gif@;
s@.*cgi/bn.pl.*@http://your.domain/nospam.gif@;
s@.*/advert.*@http://your.domain/nospam.gif@;
s@.*/adverts.*@http://your.domain/nospam.gif@;
s@.*banner.linkexchange.com.*@http://your.domain/nospam.gif@;
s@.*www.linkexchange.ru/cgi-bin/.*@http://your.domain/nospam.gif@;
s@.*/cgi/flamingo-image.pl.*@http://your.domain/nospam.gif@;
s@.*bizlink.ru/cgi-bin/irads.cgi.*@http://your.domain/nospam.gif@;
s@.*/cgi-bin/ads/.*@http://your.domain/nospam.gif@;
s@.*www.geocities.com/sponsor/.*@http://your.domain/nospam.gif@;
s@.*reklama.*@http://your.domain/nospam.gif@;
s@http://1000.stars.ru/cgi-bin/1000.cgi.*@http://your.domain/nospam.gif@;
s@.*ranker/ranker.asp.*@http://your.domain/nospam.gif@;
# --- поцокано ---
#s@.*.*@http://your.domain/nospam.gif@;
print;} === End redirector.pl ===
Рад был пообщаться!
Juriy
* Origin: hJuGo Station (2:5020/930)
---------------------------------------------------------------
Best regards! TTS ISP, Orenburg, Russia
//$erge ISV-RIPN, isv@esoo.ru
=============================================================================
"inet-admins" Internet access mailing list. Maintained by East Connection ISP.
Mail "unsubscribe inet-admins" to Majordomo@info.east.ru if you want to quit.
Archive is accessible on http://info.east.ru/rus/inetadm.html