index.template.php dosyasını nda bu kodu bulun
PHP:
</head>
<body>';
sonrasına ekleyin
PHP:
echo' REKLAM KODU';
veya sitenin en üstüne reklam banneri veya logo
index.template.php'de Bu kodu bulup sonrasına reklam veya logo kodunu ekleyin.
index.template.php'de Bu kodu bulup sonrasına reklam veya logo kodunu ekleyin.
Kod:
<script language="JavaScript" type="text/javascript" src="',
$settings['default_theme_url'], '/script.js?rc2p"></script>
Display.template.php 'de bulun
Kod:
// Show the anchor for the top and for the first message. If the first message is new, say so.
üstüne ekleyin
Kod:
[COLOR=#000000][FONT=Times New Roman][LEFT][COLOR=#222222][FONT=Arial][COLOR=#465584][FONT=Courier]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>';[/FONT][/COLOR]
[/FONT][/COLOR][/LEFT]
[/FONT][/COLOR]
Not:
bu şekilde koyarsanız reklam modu kullanıcı gibi görünmeyecektir.
bu şekilde koyarsanız reklam modu kullanıcı gibi görünmeyecektir.