Очень интересный скрипт "антивирусного блока", установив его на своем сайте, вы дадите возможность вашим посетителям произвести проверку файлов на наличие вируса. Проверка производится в режиме on-line на сервере 2ip. Антивирусная база обновляется несколько раз в час.
Установка:
1. Копируете код, и вставляете его в новый блок на своем сайте.
№1. Коричневый:
Code
<div style="background:url(http://2ip.ru/images/av/3.gif) no-repeat left top;width:239px;height:143px;overflow:hidden"><div style="margin-top:65px;margin-left:10px"><form name="antivirus2ipForm3" action="http://2ip.ru/antivirus/" method="POST" enctype="multipart/form-data"><input type="file" name="file" size="14"/><div style="margin-top:20px;color:#fff;cursor:pointer;font-size:12px" onclick="document.forms['antivirus2ipForm3'].submit()">Проверить</div></form></div></div>
№2. Синий:
Code
<div style="background:url(http://2ip.ru/images/av/6.gif) no-repeat left top;width:239px;height:143px;overflow:hidden"><div style="margin-top:65px;margin-left:10px"><form name="antivirus2ipForm6" action="http://2ip.ru/antivirus/" method="POST" enctype="multipart/form-data"><input type="file" name="file" size="14"/><div style="margin-top:20px;color:#fff;cursor:pointer;font-size:12px" onclick="document.forms['antivirus2ipForm6'].submit()">Проверить</div></form></div></div>
№3. Светло-красный:
Code
<div style="background:url(http://2ip.ru/images/av/4.gif) no-repeat left top;width:239px;height:143px;overflow:hidden"><div style="margin-top:65px;margin-left:10px"><form name="antivirus2ipForm4" action="http://2ip.ru/antivirus/" method="POST" enctype="multipart/form-data"><input type="file" name="file" size="14"/><div style="margin-top:20px;color:#fff;cursor:pointer;font-size:12px" onclick="document.forms['antivirus2ipForm4'].submit()">Проверить</div></form></div></div>
№4. Светло-сиреневый:
Code
<div style="background:url(http://2ip.ru/images/av/5.gif) no-repeat left top;width:239px;height:143px;overflow:hidden"><div style="margin-top:65px;margin-left:10px"><form name="antivirus2ipForm5" action="http://2ip.ru/antivirus/" method="POST" enctype="multipart/form-data"><input type="file" name="file" size="14"/><div style="margin-top:20px;color:#fff;cursor:pointer;font-size:12px" onclick="document.forms['antivirus2ipForm5'].submit()">Проверить</div></form></div></div>
Всё! Установка завершена.