форум vBSupport.ru > vBulletin > Вопрос — Ответ > Помогите найти!
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
Amaric
Простоузер
Default Хак рекламного поста
3

Очень нужен хак чтоб после первого поста на странице автоматически добавлялся пост с рекламой, в общем как тут http://mixmakers.net/forums/showthread.php?t=104435
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Nimda
Простоузер
Default
1

А еще лучше как на скрине
http://img244.imageshack.us/img244/3492/untitledzq4.jpg
 
 
TheRain
Продвинутый
Default
1

+1

Last edited by TheRain : 10-09-2006 at 03:15 AM.
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
33

----------------------------------------------------------------------------------------------------------------------------
3.5.5
http://www.vbulletin.org/forum/showthread.php?t=96249

Чтобы было так: http://www.sigstorage.com/upload/1426-Untitled-1.jpg
Добавляем это:
Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">

$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
    <td class="alt1" align="center">
        <adsense code here>
</if>
    </td>
</tr>
</table>

</div>
$spacer_close

</if>
В конец вашего шаблона postbit_legacy или postbit.

----------------------------------------------------------------------------------------------------------------------------

3.6.0
http://www.vbulletin.org/forum/showthread.php?t=126107

Quote:
go into your postbit or postbit_legacy template and add this to the END of the template:
Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">
 <br>
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
    <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">        
        Sponsored Links
    </td>
</tr>
<tr>
    <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxx";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="xxxxxxx";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
    </td>
</tr>
</table> 
</if>
Note: This example shows code for a google ad. you can remove the entire google ad and place a different code in there. perhaps phpadsnew code or some other advertising companies codes. whatever you like.

This is the standard code without ads inside.
Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">
 <br>
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
    <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">        
        Sponsored Links
    </td>
</tr>
<tr>
    <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
<center>
------PLACE AD CODE HERE------
</center>
    </td>
</tr>
</table> 
</if>
----------------------------------------------------------------------------------------------------------------------------
 
 
TheRain
Продвинутый
Default
2

Т.е. только после первого поста будет? А если прикрутить Первый пост на каждой странице?
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
1

Попробуй
 
 
TheRain
Продвинутый
Default
1

Путем метода проб и ошибок выяснилось, что реклама показывается на всех страницах без прикрутки первого поста на каждой странице. Romchik®, спасибо и очередной респект тебе.
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
1

Не за что
А респект авторам хака, а не мне
 
 
TheRain
Продвинутый
Default
16

Небольшое дополнение: для красоты, чтобы пробел между первым постом и рекламной формой не отличался от всех остальных пробелов между постами делаем так:
после
Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">
вместо
Code:
<br>
вставляем
Code:
<table>
<tr>
<td></td>
</tr>
</table>
Итог: все красиво и одинаково.
 
 
Amaric
Простоузер
Default
2

огромное спасиба!!!
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 06:44 AM.


Powered by vBulletin® Version 3.0.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.