İki farklı yere google reklamı ekleyebilirsiniz.
Ekte bulunan 1. resim için:forum.asp dosyasını açınız ve aşağıdaki kodu bulunuz (yaklaşık 355. satır):
<table width="100%" border="0" cellspacing="1" cellpadding="5">
<tr>
<td align="center" <%= mwpThemeBlock_subTitleCell %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"> </font></b></td>
<td align="center" <%= mwpThemeBlock_subTitleCell %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"> </font></b></td>
<td align="center" <%= mwpThemeBlock_subTitleCell %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Konular</font></b></td>
<td align="center" <%= mwpThemeBlock_subTitleCell %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Konuyu Açan</font></b></td>
<td align="center" <%= mwpThemeBlock_subTitleCell %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Cevaplar</font></b></td>
<td align="center" <%= mwpThemeBlock_subTitleCell %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Okunma</font></b></td>
<td align="center" <%= mwpThemeBlock_subTitleCell %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Son Gönderenler</font></b></td>
<% if (AdminAllowed = 1) or (lcase(strNoCookies) = "1") then %>
<td align="center" <%= mwpThemeBlock_subTitleCell %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% call ForumAdminOptions() %></font></b></td>
<% end if %>
</tr>Bulduğunuz bu kodun altına aşağıdaki kodu ekleyiniz:
<tr>
<td colspan="8" bgcolor="<% =strForumCellColor %>" align="center"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Forumda Reklam Alanı Forumda Reklam Alanı Forumda Reklam Alanı</font></td>
</tr>İşlem tamam.
Ekte bulunan 2. resim için:topic.asp dosyasını açınız ve aşağıdaki kodu bulunuz (yaklaşık 1230. satır):
<table border="0" width="100%" cellspacing="1" cellpadding="4">
<tr>
<td align="center" <%= mwpThemeBlock_subTitleCell %> width="<% =strTopicWidthLeft %>" <% if lcase(strTopicNoWrapLeft) = "1" then Response.Write(" nowrap") %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Yazar</font></b></td>
<td align="center" <%= mwpThemeBlock_subTitleCell %> width="<% =strTopicWidthRight %>" <% if lcase(strTopicNoWrapRight) = "1" then Response.Write(" nowrap") %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>"><% if strShowTopicNav = "1" then Call Topic_nav() else Response.Write("Konu") end if%></font></b></td>
<% if (AdminAllowed = 1) then %>
<td align=right <%= mwpThemeBlock_subTitleCell %> colspan=2 nowrap><% call AdminOptions() %></td>
<% else %>
<td align=right <%= mwpThemeBlock_subTitleCell %> nowrap> </td>
<% end if %>
</tr>
<%
if mypage = 1 then
Call GetFirst()
end if
%>Bulduğunuz bu kodun altına aşağıdaki kodu ekleyiniz:
<tr>
<td bgcolor="<% =strForumFirstCellColor %>" valign="top" align="center"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize-1 %>">
<font style="filter:glow(color:red,strength:4); width:100%;" color="white" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
<b><acronym title="Reklam Robotu">Reklam Robotu</acronym></b></font>
Bu Bir Reklam Robotudur
</font></td>
<td bgcolor="<% =strForumFirstCellColor %>" valign="top" <% if (AdminAllowed = 1) then %>colspan="3"<% else %>colspan="2"<% end if %>><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
Reklam kodlarınız buraya... Reklam kodlarınız buraya... Reklam kodlarınız buraya... Reklam kodlarınız buraya...
</font></td>
</tr>İşlem tamam.