Avatar yaninda ek istatistikler ve Kişisel Mesajlar bir arada İndex.template.php’de bul
// If the user is logged in, display stuff like their name, new messages, etc. if ($context['user']['is_logged']) { echo ' <a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> <br /> <a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />'; }
Değiştir
// If the user is logged in, display stuff like their name, new messages, etc. if ($context['user']['is_logged']) { // Avatar yaninda ek istatistikler ve Kisisel mesajlar bir arada.. ivan_ if ($context['allow_pm']) echo ' ', $txt[152], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt[153] : $txt[471], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1']; echo '.<br />'; echo ' <a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> <br /> <a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />'; }
bul
// But, let's always show minutes - Time wasted here: 0 minutes ;). echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '<br />'; } echo ' </span>'; }
değiştir
// But, let's always show minutes - Time wasted here: 0 minutes ;). echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '<br /> ', $txt[489], ': ', $context['common_stats']['total_posts'], '<br/> ', $txt[490], ': ', $context['common_stats']['total_topics'], '<br/> ', $txt[488], ': <a href="', $scripturl, '?action=mlist">', $context['common_stats']['total_members'], '</a>'; } echo ' </span>'; }
/////////////////////////////////////////////////////////////////////// Dilbermc içinde. yani bu rasimdeki gibi yapmak istiyorsanız İndex.template.php’de bul
// But, let's always show minutes - Time wasted here: 0 minutes ;). echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '<br />'; } // Is the forum in maintenance mode? if ($context['in_maintenance'] && $context['user']['is_admin']) echo ' <b>', $txt[616], '</b><br />';
// But, let's always show minutes - Time wasted here: 0 minutes ;). echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '<br /> ', $txt[489], ': ', $context['common_stats']['total_posts'], '<br/> ', $txt[490], ': ', $context['common_stats']['total_topics'], '<br/> ', $txt[488], ': <a href="', $scripturl, '?action=mlist">', $context['common_stats']['total_members'], '</a>'; } // Is the forum in maintenance mode? if ($context['in_maintenance'] && $context['user']['is_admin']) echo ' <b>', $txt[616], '</b><br />';
coder: ivan_
[Tek Kral T-Mac] Hsm Kimdir? Tıkla Tıklayabilirsen
Site ici arama yerine Reklam kodlari index.template.php de bul
// Show a random news item? (or you could pick one from news_lines...) if (!empty($settings['enable_news'])) echo ' <td width="90%" class="titlebg2"> <span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span> </td>'; echo ' <td class="titlebg2" align="right" nowrap="nowrap" valign="top"> <form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '" style="margin: 0;"> <a href="', $scripturl, '?action=search;advanced"><img yasak içerik="'.$settings['images_url'].'/filter.gif" align="middle" style="margin: 0 1ex;" alt="" /></a> <input type="text" name="search" value="" style="width: 190px;" />&nbsp; <input type="submit" name="submit" value="', $txt[182], '" style="width: 11ex;" /> <input type="hidden" name="advanced" value="0" />';
// Show a random news item? (or you could pick one from news_lines...) if (!empty($settings['enable_news'])) echo ' <td width="90%" class="titlebg2"> <span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span> </td>'; echo ' <td class="titlebg2" align="right" nowrap="nowrap" valign="top"> <table><tr><td> BURAYA REKLAM KODLARINI KOY. ADSENSE KODLARI BİRAZDEĞİŞİK. OLABİLİR.O ZAMANDA BU <TABLE> FALAN YAZAN YERLERİNİ O KODA GÖRE EDİTLE </td></tr></table>';
codeR: ivan_
Mesajlarin icine reklam (ilk mesajda veya tüm mesajlarda) Displaytemplate.php.de bu kodu bul
// 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 yasak içerik="' . $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>';
// 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 yasak içerik="' . $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>';
her mesajın içinde çıksın google banlarsa banlasın diyosan Displaytemplate.php.de bu kodu bul ve üstüne reklamını ekle
<div class="post"', $message['can_modify'] ? ' id="msg_' . $message['id'] . '"' : '', '>', $message['body'], '</div>', $message['can_modify'] ? ' <img yasak içerik="' . $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>';
Konu icinde extra 'yeni konu' butonu Display.template.php de bul
'reply' => array('test' => 'can_reply', 'text' => 146, 'image' => 'reply.gif', 'lang' => true, 'url' => $scripturl . '?action=post;topic=' . $context['current_topic'] . '.' . $context['start'] . ';num_replies=' . $context['num_replies']),
altına ekle
'new_topic' => array((allowedTo('post_new')) ? 1 : 'test' => 'nothinglol', 'text' => 'smf258', 'image' => 'new_topic.gif', 'lang' => true, 'url' => $scripturl . '?action=post;board=' . $context['current_board'] . '.0'),
temanız/style.css de bu kodları bulun
/* Posts and personal messages displayed throughout the forum. */ .post, .personalmessage { width: 100%; overflow: auto; line-height: 1.3em;
hemen altına Bunu ekleyin
font-family:(YAZI KARAKTERİ KODU)
örneğin
/* Posts and personal messages displayed throughout the forum. */ .post, .personalmessage { width: 100%; overflow: auto; line-height: 1.3em; font-family: comic sans ms; }
sonuç ''comic sans ms'' yazı karakterli oldu tüm yazılar coder: ivan_
Satir ici kisayollari agac yapisi olarak gostermek resimdede gördüğünüz gibi hem ağaç yapısı ve açılmış dosya resimleri oluşacak. default/index.template.php'de Bunu bulun
// Show something before the link? if (isset($tree['extra_before'])) echo $tree['extra_before'];
üstüne bunu ekleyin
// Show the | | |-[] Folders. if (!$settings['linktree_inline']) { if ($link_num > 0) echo str_repeat('<img yasak içerik="' . $settings['images_url'] . '/icons/linktree_main.gif" alt="| " border="0" />', $link_num - 1), '<img yasak içerik="' . $settings['images_url'] . '/icons/linktree_side.gif" alt="|-" border="0" />'; echo '<img yasak içerik="' . $settings['images_url'] . '/icons/folder_open.gif" alt="+" border="0" />&nbsp; '; }
Bulun
// Don't show a separator for the last one. if ($link_num != count($context['linktree']) - 1) echo '&nbsp;>&nbsp;'; }
Değiştirin
// Don't show a separator for the last one. if ($link_num != count($context['linktree']) - 1) echo $settings['linktree_inline'] ? ' &nbsp;|&nbsp; ' : '<br />'; }
Flash Banner Ekleme index.template.phpde bul
</head> <body>';
</head> <body>'; echo'<DIV align=center><p><yasak içerik name="22" yasak içerik="BURAYA BANNER LİNKİNİ KOY "width="720" height="150" frameborder="0"></yasak içerik></p></DIV>';
720 ve 150 oranlarnıı kendi sitene göre ayarla. mozillada da sorunsuz çalışır coder: ivan_
Login Bölümüne Reklam temanız/Login.template.php yi açın bulun
<form action="', $scripturl, '?action=login2" name="frmLogin" id="frmLogin" method="post" style="margin-top: 4ex;"', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this);"' : '', '>
altına ekleyin
<table width="96" height="96" border="1" align="rigth" cellpadding="0" cellspacing="0" bordercolor="#457DDF"> <tr> <td colspan="2" bgcolor="#457DDF" bordercolor="#457DDF"><b></left><font color="white" size="2" face="Tahoma">Reklam & Banner</font></b></left> </td> </tr> <tr> <td colspan="2" background="blue"> <center> BURAYA REKLAM KODUNU EKLEYİN </center> </td> </tr> </table>