SMF de Konu içine Adsense ve ya reklam kodu eklemek

tarantula90102.03.2010 - 19:05
SMF de Konu içine Adsense ve ya reklam kodu eklemek

Displaytemplate.php bu kodu bul
Kod: [Seç]
// Show the post itself, finally!
        echo '
                                </td>
                            </tr></table>
                            <hr width="100%" size="1" class="hrcolor" />
                            <div class="post"', $message['can_modify'] ? ' id="msg_' . $message['id'] . '"' : '', '>', $message['body'], '</div>', $message['can_modify'] ? '
                            <img src="' . $settings['images_url'] . '/icons/modify_inline.gif" alt="" align="right" id="modify_button_' . $message['id'] . '" style="cursor: pointer; display: none;" onclick="modify_msg(\'' . $message['id'] . '\', \'' . $context['session_id'] . '\')" />' : '' , '
                        </td>
                    </tr>';

Değiştir
Kod: [Seç]
// Show the post itself, finally!
        echo '


                                </td>
                            </tr></table>
                            <hr width="100%" size="1" class="hrcolor" />';
    if ($message['id'] == $context['first_message'])
echo '

REKLAM KODLARI BURAYA ';
echo'

                            <div class="post"', $message['can_modify'] ? ' id="msg_' . $message['id'] . '"' : '', '>', $message['body'], '</div>', $message['can_modify'] ? '
                            <img src="' . $settings['images_url'] . '/icons/modify_inline.gif" alt="" align="right" id="modify_button_' . $message['id'] . '" style="cursor: pointer; display: none;" onclick="modify_msg(\'' . $message['id'] . '\', \'' . $context['session_id'] . '\')" />' : '' , '
                        </td>
                    </tr>';


görünümü aşagıdadır





Linkback: https://www.buyuknet.com/smf-de-konu-icine-adsense-ve-ya-reklam-kodu-eklemek-t21130.0.html

tarantula90128.03.2010 - 20:56
İlk mesajın içine reklam yerleştirmek için,

display.template.php dosyasını açıp aşagıdaki kodları bul



Kod: [Seç]
// Show the member's signature?
                if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
                        echo '

                                                        <hr width="100%" size="1" class="hrcolor" />
                                                        <div style="overflow: auto; width: 100%; padding-bottom: 3px;" class="signature">', $message['member']['signature'], '</div>';

                echo '
                                                </td>


                                        </tr>
                                </table>
                        </td></tr>
                </table>
        </td></tr>';

Altına ekle;


Kod: [Seç]
if ($message['id'] == $context['first_message'])
    echo '
        <tr><td class="windowbg1">
        <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
                    <tr><td height="100%" valign="top" style="overflow: hidden;">
                        <table width="100%" border="0">
                          <tr>
                              <td align="left" valign="middle" width="25"><img src="' . $settings['images_url'] . '/post/xx.gif" alt="" border="0" /></td>
                              <td align="left" valign="middle"><b>Sponsor Bağlantı </b></td>
                              <td align="right" valign="bottom" height="20" nowrap="nowrap" style="font-size: smaller;"></td>
                          </tr>
                        </table>
                      <hr width="100%" size="1" class="hrcolor" />
                        <div style="overflow: auto; width: 100%;">
                               
                      REKLAM KODLARINI BURAYA EKLEYİN                            </div>
                        <table width="100%" border="0" style="table-layout: fixed;">
                    <tr><td align="left" colspan="2" class="smalltext" width="100%"></td></tr>
                    <tr><td align="left" valign="bottom" class="smalltext"></td>
                        <td align="right" valign="bottom" class="smalltext"><img src="' . $settings['images_url'] . '/ip.gif" alt="" border="0" />
                            Logged                        </td>
                    </tr>
                            </table></td>
          </tr>
    </table>
    </td></tr>';
[/b]

Etiket:

Bu bilgi size yardimci oldu mu?

EvetHayır
SMF de Konu içine Adsense ve ya reklam kodu eklemek
SMF de Konu içine Adsense ve ya reklam kodu eklemek
(Ortalama: 5 üzerinden 2.5 - 2 Oy)
2