Jump to content

Wihar

Newbie
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Wihar

  1. Спасибо, но что здесь неправильно? document.write('/<sc/'+'/ript type="text/javascript" src="http://an.yandex.ru/system/context.js"></sc/'+'/ript> оригинал document.write('<sc'+'ript type="text/javascript" src="http://an.yandex.ru/system/context.js"></sc'+'ript>
  2. Ну я экранировал, но почему-то пишет ошибку: Parse error: syntax error, unexpected T_STRING, expecting ')' in www/***/engine/forum/sources/showposts.php on line 356 $zs++; $bla = array('<!-- Яндекс.Директ --> <script type="text/javascript"> yandex_partner_id = 92851; yandex_site_bg_color = '/FFFFFF/'; yandex_stat_id = 4; yandex_site_charset = '/windows-1251/'; yandex_ad_format = '/direct/'; yandex_font_size = 1; yandex_direct_type = '/horizontal/'; yandex_direct_limit = 4; yandex_direct_title_font_size = 3; yandex_direct_title_color = '/3EB1EA/'; — 356 СТРОКА! ЧТО ЗДЕСЬ НЕПРАВИЛЬНО? yandex_direct_url_color = '/000000/'; yandex_direct_text_color = '/000000/'; yandex_direct_hover_color = '/6CB64C/'; yandex_direct_favicon = false; document.write('<sc'+'ript type="text/javascript" src="http://an.yandex.ru/system/context.js"></sc'+'ript> '); </script>','banner2'); if ($zs == "2") $google = ' <table align="center"> <tr ><td > '.$bla[rand(0,(count($bla)-1))].' </td></tr> </table> '; else $google=""; $tpl->set('{google}', $google);
  3. Если бы я знал как это делать, я бы не спрашивал в теме для новичков. Можете мой код переделать?
  4. И как это исправить? Помогите пожалуйста! $zs++; $bla = array('<!-- Яндекс.Директ --> <script type="text/javascript"> yandex_partner_id = 92851; yandex_site_bg_color = 'FFFFFF'; yandex_stat_id = 4; yandex_site_charset = 'windows-1251'; yandex_ad_format = 'direct'; yandex_font_size = 1; yandex_direct_type = 'horizontal'; yandex_direct_limit = 4; yandex_direct_title_font_size = 3; yandex_direct_title_color = '3EB1EA'; yandex_direct_url_color = '000000'; yandex_direct_text_color = '000000'; yandex_direct_hover_color = '6CB64C'; yandex_direct_favicon = false; document.write('<sc'+'ript type="text/javascript" src="http://an.yandex.ru/system/context.js"></sc'+'ript>'); </script>','banner2'); if ($zs == "2") $google = ' <table align="center"> <tr ><td > '.$bla[rand(0,(count($bla)-1))].' </td></tr> </table> '; else $google=""; $tpl->set('{google}', $google);
  5. Всем привет! Я вот сделал всё по инструкции, но проблема в том, что так и отображается banner1, banner2. Как использовать баннерный код, чтобы вместо надписей banner1, banner2 отображалась реклама? Я думал, что нужно воспользоваться меню "Управление рекламой" в админке DLE, но бесполезно... на форуме реклама не пашет так. Вот инструкция: http://prowebber.ru/dle/hacks/6021-reklama-mezhdu-soobscheniyami-v-dle-forum.html Я вместо banner1 ставлю рекламный код, но выпадает ошибка: Parse error: syntax error, unexpected T_STRING, expecting ')' in /www/***/engine/forum/sources/showposts.php on line 347 (Конечно тупо вставлять HTML-код в PHP, но по другому видимо никак). Помогите пожалуйста, а то никто не знает. Если вам поможет, то вот пример рекламы: http://www.nextwindows.ru/forum/topic_4444
  6. Спасибо! П.С. Хотел поставить +, но не получилось... пишет что я исчерпал лимит.
  7. ShumNo , Дописал - работает, но не работает margin-bottom: 3px; - такое чувство, что его просто нет.
  8. Всем привет! Как сделать, чтобы эти кнопки были в одну строчку. main.tpl <div class="lb_soc_icons"> <ul class="lb_si_menu"> <li><a href="#">В</a></li> <li><a href="#">F</a></li> <li><a href="#">t</a></li> </ul> </div> style.css .lb_soc_icons { position:absolute; left: 15px; top: 5px; } ul.lb_si_menu li { margin-bottom: 3px; } ul.lb_si_menu li a { display: block; height: 30px; padding: 1px; width: 30px; font-size:16px; font-weight:bold; line-height: 30px; text-align:center; color:#3bb0ea; background-color: #fff; } ul.lb_si_menu li a:hover { color:#fff; background-color: #3bb0ea; } P.S. inline не работает.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy