
Benim sitemin profil alanını isteyen varsa, Önce Linkleri Görebilmek İçin
Kayıt Olun veya
Giriş Yapın sitesine baksın. Beğenirse, Topic.asp yi açıp
Bu kodu
<img src="<% =strAvatarURL %>" width=<% =rsav("A_WSIZE") %> height=<% =rsav("A_HSIZE") %> border=<% =rsav("A_BORDER") %> hspace="0" >
<%
rsav.close
set rsav = nothing
%><% end if %>
<br><font color="<% =strDefaultFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><small>Gönderim: <% =rs("M_POSTS") %></small></font>
<br><font color="<% =strDefaultFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><small>Cevap: <% =rs("M_REP") %></small></font>
<br><font color="<% =strDefaultFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><small>Altın: <% =rs("M_GOLD") %></small></font>
<br>
Bu kod ile değiştirsin.
<fieldset>
<legend>
<p align="center"><b><font size="1">Üye avatar </font></b></p>
</legend>
<img src="<% =strAvatarURL %>" width=<% =rsav("A_WSIZE") %> height=<% =rsav("A_HSIZE") %> border=<% =rsav("A_BORDER") %> hspace="0" align="center">
</fieldset><%
rsav.close
set rsav = nothing
%><% end if %>
<fieldset>
<legend> <b>Üye seviyesi</b> </legend>
<%
Dim M_POSTSS
M_POSTSS = rs("M_POSTS") / 10
%>
<%
Dim M_GOLDD
M_GOLDD = rs("M_GOLD") / 25
%>
<%
Dim M_REPP
M_REPP = rs("M_REP") / 10
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td colspan="2"><font size="1">Aktiflik</font> <font size="1"> </font> </td>
</tr>
<tr>
<td colspan="2" height="2"><font size="1">
<TABLE cellSpacing=0 cellPadding=0 width=98 border=0 height="12">
<TBODY>
<TR>
<TD style="border: 0px inset #808080"><IMG height=9 src="truncu2.gif" width="<%=M_POSTSS%>%"><IMG height=9 src="truncu.gif" width=5></TD>
</TR>
</TBODY>
</TABLE>
</font> </td>
<tr>
<td colspan="2" height="2"><font size="1">Seviye</font></td>
</tr>
<tr>
<td colspan="2" height="2">
<TABLE cellSpacing=0 cellPadding=0 width=97 border=0 height="12">
<TBODY>
<TR>
<TD style="border: 0px inset #808080"><IMG height=9 src="yesil1.gif" width="<%=M_GOLDD%>%"><IMG height=9 src="yesil.gif" width=5></TD>
</TR>
</TBODY>
</TABLE><font size="1"> </font>
</td>
</tr>
<tr>
<td colspan="2" height="9"><font size="1">Deneyim</font></td>
</tr>
<tr>
<td colspan="2" height="2">
<table cellspacing=0 cellpadding=0 width=97 border=0 height="12">
<tbody>
<tr>
<td style="border: 0px inset #808080"><img height=9 src="mavi.gif" width="<%=M_REPP%>%"><img height=9 src="mavi1.gif" width=5></td>
</tr>
</tbody>
</table> <font size="1"> </font>
</td>
</tr>
</table>
</fieldset>
</div> <fieldset>
<legend> <b><font size="1">Üye Bilgileri</font></b><font size="1"> </font> </legend>
<div align="left">
<font color="<% =strDefaultFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><small><b>Mesaj Sayısı:</b> <% =rs("M_POSTS") %></small></font>
<br><font color="<% =strDefaultFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><small><b>Altın:</b> <% =rs("M_GOLD") %></small></font>
<br><font color="<% =strDefaultFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><small><b>
Forum Puanı:</b> <% =rs("M_REP") %></small></font>
<br><font color="<% =strDefaultFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><small><b>Üye No:</b> <% =rs("MEMBER_ID") %></small></font>
<br><font color="<% =strDefaultFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><small><b>Nerden:</b> <% =rs("M_CITY") %></small></font>
</div>
<br>
</div>
</font></fieldset>