Обмен баннерами и ссылками бесплатно

Объявление

Цель ресурса:


- создание каталога сайтов, желающих произвести обмен баннерами;
- упростить процесс поиска партнеров по обмену;
- помощь в поисковой оптимизации;
- помощь в раскрутке.

Товарищ вебмастер, помни:


- оставив у нас анкету своего сайта, ты быстрее найдёшь партнёра для обмена

- оставив анкету, не жди, что тебе сразу же ответят! Штудируй каталог, ищи подходящие варианты

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Обмен баннерами и ссылками бесплатно » Обмен баннерами » Размещю на своем сайте ваши баннеры!


Размещю на своем сайте ваши баннеры!

Сообщений 1 страница 9 из 9

1

Запрещается реклама ресурсов: порнографических, сексуальных услуг, пропагандирующих отрицание семейных ценностей! Мой сайт http://shihi.g-rus.com
                                                  Мой баннер
<script language="JavaScript" type="text/JavaScript" src="http://shihi.g-rus.com/static/js/banners_new1.js"></script>
<script language="JavaScript" type="text/JavaScript" id="datascript1988"></script>
<script language="JavaScript" type="text/JavaScript">
var banid = 1988, sitename = 'http://shihi.g-rus.com', scriptname = 'banners_new1.php',
affiliate_id = 10024501, offset = 0, afrom = 18, ato = 25, sex = 2,
btype2 = 1, //1 - cute photos, 2 - top, 3 - online users, 4 - new users, 5 - birthday today/tomorrow
top = 0, //if btype2 = 2 top id (for example 24 - modelling photos)
uonline = 0, //for online users, uonline = 1 - show nameplate "online now"
unew = 0, //for new users, unew = 1 - show nameplate "new"
btype = 2, //type of banner: 1 - matrix, 2 - horizontal, 3 - vertical
numx = 4, //amount of profiles to show in banner of types matrix & horiz.
numy = 1, //amount of profiles to show in banner of types matrix & vert.
num = '4', //total amount of profiles. for matrix = numx+'x'+numy, vert. = numy, horiz. = numx
uname = 1, //if 1 - show profile's login near a photo
ufname = 1, //if 1 - show profile's firstname near a photo
ucountry = 1, //if 1 - show profile's region near a photo
ucity = 1, //if 1 - show profile's city near a photo
uage = 1, //if 1 - show profile's age near a photo
ucustomdesc = '',
textstyle = 'font-size:12; color:#000;',
linkstyle = 'font-size:12; color:#00F;',
photowidth = 60;

document.write('<table style="background-color:#FFF; border: 1px solid #000; '+textstyle+'">');
for(var iy=0; iy<numy; iy++){
  document.write('<tr>');
  for(var ix=0; ix<numx; ix++){
   document.write('<td><a id="a'+banid+iy+ix+'" href="" style="border: none;" target="_blank"><img id="img'+banid+iy+ix+'" style="'+(photowidth ?
    'width:'+photowidth+';' : '')+' border: none;"></a>');
   if(uname || ucountry || uage || ucustomdesc || ufname || ucity) document.write('<br>');
   if(!ucustomdesc){
    if(uname) document.write('<a id="uname'+banid+iy+ix+'" href="" target="_blank" style="border: none; '+linkstyle+'"></a>');
    if(uage){ if(uname) document.write(', '); document.write('<span id="uage'+banid+iy+ix+'" style="'+textstyle+'"></span>y.o.'); }
    if(ufname){ if(uname || uage) document.write('<br>'); document.write('<span id="ufname'+banid+iy+ix+'" style="'+textstyle+'"></span>'); }
    if(ucountry || ucity){
     if(uname || uage) document.write('<br>');
     if(ucountry) document.write('<span id="ucountry'+banid+iy+ix+'" style="'+textstyle+'"></span>');
     if(ucity){ if(ucountry) document.write(', '); document.write('<span id="ucity'+banid+iy+ix+'" style="'+textstyle+'"></span>'); }
    }
   }else{ //parse ucustomdesc
    var ucustomdesc1 = ucustomdesc;
    if(ucustomdesc.search('LOGIN') != -1) uname = 1; if(ucustomdesc.search('NAME') != -1) ufname = 1;
    if(ucustomdesc.search('AGE') != -1) uage = 1; if(ucustomdesc.search('COUNTRY') != -1) ucountry = 1;
    if(ucustomdesc.search('CITY') != -1) ucity = 1;
    if(uname) ucustomdesc1 = ucustomdesc1.replace('LOGIN', '<a id="uname'+banid+iy+ix+'" href="" target="_blank" style="border: none; '+
     linkstyle+'"></a>');
    if(ufname) ucustomdesc1 = ucustomdesc1.replace('NAME', '<span id="ufname'+banid+iy+ix+'" style="'+textstyle+'"></span>');
    if(uage) ucustomdesc1 = ucustomdesc1.replace('AGE', '<span id="uage'+banid+iy+ix+'" style="'+textstyle+'"></span>');
    if(ucountry) ucustomdesc1 = ucustomdesc1.replace('COUNTRY', '<span id="ucountry'+banid+iy+ix+'" style="'+textstyle+'"></span>');
    if(ucity) ucustomdesc1 = ucustomdesc1.replace('CITY', '<span id="ucity'+banid+iy+ix+'" style="'+textstyle+'"></span>');
    document.write(ucustomdesc1);
   }
   if((btype2 == 3 || btype2 == 6 || btype2 == 7 || btype2 == 8) && uonline) document.write('<br><span style="font-size:12; color: #0A0;font-weight: bold;">online now!</span>');
   if((btype2 == 4 || btype2 == 9 || btype2 == 10 || btype2 == 11) && unew) document.write('<br><span style="font-size:12; color: #D00;font-weight: bold;">new!</span>');
   document.write('</td>');
  }
  document.write('</tr>');
}
document.write('</table>');
document.getElementById('datascript'+banid).src = sitename+'/'+scriptname+'?banid='+banid+'&affiliate_id='+affiliate_id+'&btype='+btype+'&btype2='+
  btype2+'&top='+top+'&num='+num+'&offset='+offset+'&afrom='+afrom+'&ato='+ato+'&sex='+sex+'&uname='+uname+'&ucountry='+ucountry+'&uage='+uage+
  '&ucity='+ucity+'&ufname='+ufname;
</script>
<style type="text/css">#banner1988 .bantbl {background-color:#FFF; border: 1px solid #000;}
#banner1988 .bantd{padding: 5px;} bana{border:none; text-decoration:none;} banimg{width:60; border: none;}
</style>
<noscript>
<div id="banner1988"><table class="bantbl">
  <tr>

  <td class="bantd"><a href="http://shihi.g-rus.com" class="bana" target="_blank"><img src="http://shihi.g-rus.com/banners_new1.php?mode=getimage&amp;btype=1&amp;pos=1&amp;sex=2&amp;afrom=18&amp;ato=25&amp;imgid=902357" class="banimg"></a></td>

  <td class="bantd"><a href="http://shihi.g-rus.com" class="bana" target="_blank"><img src="http://shihi.g-rus.com/banners_new1.php?mode=getimage&amp;btype=1&amp;pos=2&amp;sex=2&amp;afrom=18&amp;ato=25&amp;imgid=996615" class="banimg"></a></td>

  <td class="bantd"><a href="http://shihi.g-rus.com" class="bana" target="_blank"><img src="http://shihi.g-rus.com/banners_new1.php?mode=getimage&amp;btype=1&amp;pos=3&amp;sex=2&amp;afrom=18&amp;ato=25&amp;imgid=858060" class="banimg"></a></td>

  <td class="bantd"><a href="http://shihi.g-rus.com" class="bana" target="_blank"><img src="http://shihi.g-rus.com/banners_new1.php?mode=getimage&amp;btype=1&amp;pos=4&amp;sex=2&amp;afrom=18&amp;ato=25&amp;imgid=513489" class="banimg"></a></td>

  </tr>
</table></div>
</noscript>

0

2

Предлагаю обменяться баннерами
баннеры моих сайтов:
Мир кино и книг
<a href="http://gvs.ucoz.ru"><img border="0"src="http://gvs.ucoz.ru/Baner.jpg"alt="Библиотека «Мир кино и книг»" width="88"height="31"></a>

Мир обмана
<a href="http://obman.my1.ru"><img border="0"src="http://obman.my1.ru/ban.jpg"alt="Мир обмана" width="88"height="31"></a>

Жду от вас ссылки на мои баннеры gvs2008@t-sk.ru, после размещения моих баннеров - размещу на этих сайтах Ваши

0

3

Я размещю только на мир обмана! Жду ответного баннера! Твой баннер на http://shihi.g-rus.com/

Отредактировано Sanho (2011-03-26 07:54:04)

0

4

Sanho написал(а):

Я размещю только на мир обмана! Жду ответного баннера! Твой баннер на http://shihi.g-rus.com/

Ваш баннер тут:
http://obman.my1.ru/dir/otdykh_i_razvlechenija/12

0

5

хорошо я посмотрел!

0

6

Здравствуйте, хотел бы обменяться баннером с вашим сайтом. Мой сайт repple.ru.
Код <script type="text/javascript" src="http://repple.ru/banner/"></script>.

0

7

Ну блин он на php написан!а у меня на ucoz!так что пока  :angry:

0

8

Все желающие обменятся со мной баннером, отпишитесь пожалуйста здесь в комментарие.

0

9

Обмен баннерами (сотрудничество) 88х31 любой тематики на моем сайте: http://3600677.ua24.biz/ в разделе "Партнеры"
Установите мой баннер на своем сайте и укажите код Вашего баннера и ссылку где установлен наш баннер на почту:  3600677@ukr.net или воспользуйтесь "Формой обратной связи" нашего сайта.

Мой баннер:

http://s1.uploads.ru/t/xgye1.png

Код:
<a href="http://3600677.ua24.biz/" _mce_href="http://3600677.ua24.biz/" target="_blank" title=" Электролаборатория "><img src="http://s005.radikal.ru/i212/1208/a4/0a869c786a43.jpg" _mce_src="http://s005.radikal.ru/i212/1208/a4/0a869c786a43.jpg" alt=" Электролаборатория " border="0" width="88" height="31"></a>

Спасибо за сотрудничество.

0


Вы здесь » Обмен баннерами и ссылками бесплатно » Обмен баннерами » Размещю на своем сайте ваши баннеры!