NOT 1: Arkadaşlar aşağıdaki kodları ben yazmadım. Ben sadece search tuşunun yardımıyla Diğer arkadaşlarımıın yaptıkları reklam alanlarını bir başlık altında toplamaya çalıştım.
NOT 2: Default Temalarda Çalışır. Diğer Temaları Bilemem.
Önemli Not: Ad Management modu işinize yaramadıysa aşağıdaki kodları deneyin. VE KESİNLİKE DOSYALARINIZIN YEDEĞİNİ ALIN!
ARKADAŞALR REKLAM ALANLARINI BİR ARADA TOPLAMAYA ÇALIŞIYORUM. ÇOK YOĞUN OLDUĞUMDAN BİR KAÇ TANESİNİ BİR ARAYA GETİREBİLDİM. YAZDIKLARIMI KONTOL ETME VAKTİM OLMADI MAALESEF. YANLIŞLAR OLABİLİR. bOŞ ZAMANIM OLDUKÇA İLK MESAJA EKLEYECEĞİM REKLAM ALANLARINI. SİZLERİNDE KATKISINI BEKLİYORUM
1-Hemen üst kısımda avatarımızın, toplam kac mesajımızın oldugu ve online süremizin belirtildigi alanın yanındaki "Get in Gear" şeklindeki bir alan olusturmak istiyorum?
index.template.php dosyasını aç
AŞAĞIDAKİNİ BUL;
	
echo '
							<td colspan="2" width="100%" valign="top" class="windowbg2">
Bundan sonra reklam kodlarını şöyle koyabilirsin:
Kod:
<span style="float: right;"> REKLAM KODLARI </span>
2- ‘’ Duyurular ‘’ Gibi Reklam Alanı Oluşturmak İçin; (duyuruların Altına)

Tüm Sayfalarda Görünmesini İstiyorsanız;
index.template de bunu bulun
Kod:
// The main content should go here.
	echo '
	<div id="bodyarea" style="padding: 1ex 0px 2ex 0px;">';
}
ve hemen öncesine
Kod:
echo '
<br>
	<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
		<tr>
			<td class="catbg">Reklamlar</td>		
</tr>
		<tr>
			<td valign="middle" align="center" height="60">';
echo'
//Reklam kodu buraya koyulacak.
</table>';
ekleyin.
Sadece Ana Sayfada Görünmesini İstiyorsanız;
boardindex.template de
/* Each category in categories is made up of:
	id, href, link, name, is_collapsed (is it collapsed?), can_collapse (is it okay if it is?),
	new (is it new?), collapse_href (href to collapse/expand), collapse_image (up/down iamge),
	and boards. (see below.) */
	$first = true;
	foreach ($context['categories'] as $category)
bulun ve öncesine
Kod:
echo '
<br>
	<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
		<tr>
			<td class="catbg">Reklamlar</td>		
</tr>
		<tr>
			<td valign="middle" align="center" height="60">';
echo'
//Reklam kodu buraya koyulacak.
</table>';
ekleyin. Herşey bukadar.
3. İlk Mesajdan Sonra Reklam Nasıl Koyabilirim?
display.template.php dosyasını açıp aşagıdaki kodları buluyorsunuz
Kod:
// 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>';
bu kodların hemen altına aşagıdaki kodları ekliyosunuz.
kodların içinde java kodunu buraya ekle diye bir yazı var oraya adsense yada reklam kodlarını ekliyeceksiniz
if ($message['id'] == $context['first_message'])
	echo '
		<tr><td class="windowbg1">
		<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
					<tr><td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
							<b><a href="http://www.ayilarvadisi.com">Sponsor Linkler</a></b>
							<div class="smalltext">
								Linkler<br />
								<img src="' . $settings['images_url'] . '/star.gif" alt="*" border="0" /><img src="' . $settings['images_url'] . '/star.gif" alt="*" border="0" /><img src="' . $settings['images_url'] . '/star.gif" alt="*" border="0" /><img src="' . $settings['images_url'] . '/star.gif" alt="*" border="0" /><img src="' . $settings['images_url'] . '/star.gif" alt="*" border="0" /><br />
								<img src="' . $settings['images_url'] . '/useroff.gif" alt="Offline" border="0" align="middle" /><span class="smalltext"> Offline</span><br /><br />
								Linkler: 1<br />
								<br />
								<br />
								<a href="http://www.ayilarvadisi.com"><img src="' . $settings['images_url'] . '/icons/profile_sm.gif" alt="View Profile" title="View Profile" border="0" /></a>
							</div>
						</td>
						<td valign="top" width="85%" height="100%">
							<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><a href="http://www.ayilarvadisi.com">Re: ', $context['subject'], '</a></b><div class="smalltext">« <b> Posted on:</b> ', $context['current_time'], ' »</div></td>
								<td align="righvalign="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%;">
java kodunu buraya ekle
							</div>
		</td></tr>
		<tr>t" 
			<td valign="bottom" class="smalltext" width="85%">
				<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>';
4- Duyuruların Üstüne Nasıl Reklam Koyabilirim?

Şimdi index.template.php dosyasını açıyoruz.
// The main content should go here.
   echo '
alanını buluyoruz ve hemen sonrasına reklam kodumuzu ekliyoruz. Yapmanız gerekenler bu kadar..
Banner’ı Ortalamak İçin;
<center>reklam kodları</center>
Tablo İçinde Ortalamak İçin;
<table align="center">buraya kodlar gelecek</table>
5- Kutu İçine Reklam Koymak (TEXT Reklam);
Arkadaşlar Aşağıdaki kodu istediğiniz yere koyduktan sonra Kutu Şeklinde Reklam Alanları oluşacak.

Kutu şeklinde Reklam Alanı kodu :
Kod:
<!--Reklam Kodu Başlangıcı-->
<style>
.ts_divs{font-family: tahoma,arial;width:135px;height:60px;padding:1px;c
ursor:hand;border:1px solid #333333;}
.ts_divsover{font-family: tahoma,arial;width:135px;height:60px;padding:1px;c
ursor:hand;border:1px solid #CC0000;background-color:#DBFD1C;}
.ts_urls{font-size:11px;color:black;text-decoration:none;}
.ts_links{color:#0000BD;text-decoration:none;font-size:12px;} 
.ts_links:visited{color:#0000BD;text-decoration:none;}
.ts_links:link{color:#0000BD;text-decoration:none;}
.ts_links:hover{color:#cc0000;text-decoration:underline;}
.ts_links:active{color:#cc0000;text-decoration:none;}
</style>
<script language=javascript>
function sdivclick(a) {
a.children(0).click();
}
function sdivover(a,c,u) {
a.style.background=c;
a.style.border='1px solid #CC0000';
a.children(0).style.textDecoration='underline';
a.children(0).style.color='#cc0000';
window.status = u + ' adresine git';
return true;
}
function sdivout(a,c) {
a.style.background=c;
a.style.border='1px solid #333333';
a.children(0).style.textDecoration='none';
a.children(0).style.color='#0000BD';
window.status = '';
}
</script>
<div align="center">
<table cellpadding=2 border=0 width=135 style="border-collapse:collapse;" bgcolor="#FFFFFF">
<tr>
<td align=center width=135>
<div class=ts_divs style='align=center;background-color:#fcfadf;' onmouseover="sdivover(this,'#EDFD93','http://www.badhackteam.org');" onmouseout="sdivout(this,'#fcfadf');" onclick="sdivclick(this)">
<a class="ts_links" target="_blank" onmouseover="window.status='Reklam adresine git';return true;" onmouseout="window.status='';" href="http://www.badhackteam.org">
<b>Hack & Security</b><br><br>
<font class=ts_urls>www.badhackteam.org</font>
</a>
</div>
</td>
<td align=center width=141>
<div class=ts_divs style='align=center;background-color:#66FFCC; width:141px; height:60px' onmouseover="sdivover(this,'#33CC99','http://www.dosyamiz.com');" onmouseout="sdivout(this,'#66FFCC');" onclick="sdivclick(this)">
<a class="ts_links" target="_blank" onmouseover="window.status='Reklam adresine git';return true;" onmouseout="window.status='';" href="http://www.dosyamiz.com">
<b>Paylaşım Adresiniz</b><br><br>
<font class=ts_urls>www.dosyamiz.com</font>
</a>
</div>
</td>
<td align=center width=135>
<div class=ts_divs style='align=center;background-color:#fcfadf;' onmouseover="sdivover(this,'#EDFD93','http://www.sitenolsun.com');" onmouseout="sdivout(this,'#fcfadf');" onclick="sdivclick(this)">
<a class="ts_links" target="_blank" onmouseover="window.status='Reklam adresine git';return true;" onmouseout="window.status='';" href="http://www.sitenolsun.com">
<b>Hosting & Web tasarım</b><br><br>
<font class=ts_urls>www.sitenolsun.com</font>
</a>
</div>
</td>
<td align=center width=141>
<div class=ts_divs style='align=center;background-color:#66FFCC; width:141px; height:60px' onmouseover="sdivover(this,'#33CC99','http://www.kingworm.org/forum/sendmessage.php');" onmouseout="sdivout(this,'#66FFCC');" onclick="sdivclick(this)">
<a class="ts_links" target="_blank" onmouseover="window.status='http://www.kingworm.org/forum/sendmessage.php';return true;" onmouseout="window.status='';" href="http://www.kingworm.org/forum/sendmessage.php">
<b>Bu Alana Reklam Verebilirsiniz</b><br><br>
<font class=ts_urls>Bu fırsat kaçmaz</font>
</a>
</div>
</td>
<td align=center width=135>
<div class=ts_divs style='align=center;background-color:#e3eefa;' onmouseover="sdivover(this,'#ADD1F9','http://www.kingworm.org/forum/sendmessage.php');"
onmouseout="sdivout(this,'#e3eefa');" onclick="sdivclick(this)">
<a class="ts_links" target="_blank" onmouseover="window.status='http://www.kingworm.org/forum/sendmessage.php';return true;" onmouseout="window.status='';" href="http://www.kingworm.org/forum/sendmessage.php">
<b>Bu Alana Reklam Verebilirsiniz</b><br><br>
<font class=ts_urls>Bu Fırsat Kaçmaz</font>
</a>
</div>
</td>
</tr>
</table></div>
<!--Reklam Kodu Bitiş-->
6- Forumun en Altına Reklam Koymak İçin Ne yapmalıyım?
Bu kodları bulun index.template.php’de
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
	    function smfFooterHighlight(element, value)
	    {
		  element.src = smf_images_url + "/" + (value ? "h_" : "") + element.id + ".gif";
	    }
	 // ]]></script>
sonra
istediğin kodları ekleyebilirsiniz.