kyrmyzy ile i?aretledi?im kodlary atynca yukarydaki hatayy verdi....
<% @ Language=VBScript %>
<% Option Explicit %>
<%
Response.Buffer = True
'Donguyu Iptal Etmek Icyn
UserBanned = True
%>
<!-- #include file="common.asp" -->
<%
dim intBan
strSQL = "SELECT tblAuthor.Info, tblAuthor.Username FROM tblAuthor WHERE tblAuthor.Author_ID = "&lngloggedinuserID& ""
rscommon.Open strSQL, adoCon
intBan = rscommon("Info")
%>
<br />
<!-- #include file="includes/browser_page_encoding_inc.asp" -->
<head>
<meta name="YaGMuR PreNSi" content="YaGMuRPreNSi.NeT" />
<title><% = rscommon("Username") %>'Forumdan Banlandynyz!</title>
<link href="<% = strCSSfile %>default_style.css" rel="stylesheet" type="text/css" />
<!-- #include file="includes/header.asp" -->
<!-- #include file="includes/navigation_buttons_inc.asp" -->
<table class="tbl3" cellspacing="0" cellpadding="0" align="center">
<tr ><td class="tdalt">
<br />
<a name="top"></a>
<table class="tableBorder" height="62" cellspacing="0" cellpadding="0" align="center" width="100%">
<tr ><td class="tableRow">
<strong><img src="<% = strImagePath %>open_folder_icon.gif" border="0" align="absmiddle"/> <a href="default.asp<% = strQsSID1 %>"><strong><% = strMainForumName %></strong></a><%
%><% = strNavSpacer %>Özel Mesaj Gönderme Uyarysy</strong></td>
<td width="184" bgcolor="#FFFFFF">
<embed pluginspage="
" src="imgs/clockX.swf" width="180" height="70" type="application/x-shockwave-flash" quality="high" align="middle"></td>
<td width="190" class="now"> <%
'If the user has logged in then the Logged In User ID number will not be 0 and not 2 for the guest account
If lngLoggedInUserID <> 0 AND lngLoggedInUserID <> 2 Then
Response.Write ("Ho? Geldin, " & "<b><font color=""#000000"" size=""2"">" & strLoggedInUsername & "</font></b><br/>")
%>
<% = strTxtTheTimeNowIs & " " & TimeFormat(now()) %><br />
<%
'If this is not the first time the user has visted the site display the last visit time and date
If IsDate(Request.Cookies(strCookieName)("LV")) Then
If dtmLastVisitDate < CDate(Request.Cookies(strCookieName)("LV")) Then
Response.Write(strTxtYouLastVisitedOn & " " & DateFormat(dtmLastVisitDate) & " " & strTxtAt & " " & TimeFormat(dtmLastVisitDate))
Response.Write("<br/><a href=""pm_welcome.asp" & strQsSID1 & """ style=""text-decoration: none"">" & intNoOfPms & " " & strTxtNew & " <b>" & "Mesajynyz var." & "</a></b>")
End If
End If
%>
<%
'Else the user is not logged
Else
%>
<%
'If the user has not logged in (guest user ID = 2) then show them a quick login form
If lngLoggedInUserID = 2 Then
Response.Write("<form method=""post"" name=""frmLogin"" id=""frmLogin"" action=""login_user.asp" & strQsSID1 & """>")%>
<br />
<table cellpadding="0" cellspacing="0" border="0" width="221">
<tr>
<td ><label for="navbar_username"> K. Ady:</label></td>
<td>
<input type="text" size="10" name="name" id="name" style="font-size: 10px;" /></td>
<td colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar">
<input type="checkbox" name="default" value="ON"/>Beni Hatyrla?</label></td>
</tr>
<tr>
<td><label for="navbar_password"> ?ifre :</label></td>
<td>
<input type="password" size="12" name="password" id="password" style="font-size: 10px;" /></td>
<td>
<input class="button" type="submit" value="Giri? Yap" style="font-size: 10px; width: 85;height:20; font-family:Verdana" /></td>
</tr>
</table>
</form>
<%
End If
%>
<%
End If
%>
</td>
</tr>
</table>
<br />
<div id="CatDivSohbetS" style="display:<% if Request.Cookies("CookieSohbet") <> "none" Then Response.write "none" %>;">
<table cellspacing="1" cellpadding="3"style="FILTER: gray()" class="tableBorder" align="center">
<tr class="tableLedger">
<td colspan="3">
<table border="0" width="100%" class="tableLedger">
<tr>
<td colspan="115" align="center">YaGMuRPreNSi.NeT/CoM Forumlaryndan Banlandynyz!</td>
<td><a href="Javascript:Invert('Sohbet')">
<img src="forum_images/P.gif" id="CatButtonHitYeni" border="0" align="right"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="CatDivSohbetR" style="display:<% if Request.Cookies("CookieSohbet") = "none" Then Response.write "none" %>;">
<table cellspacing="1" cellpadding="3" class="tableBorder" align="center">
<tr class="tableLedger">
<td colspan="5">
<table border="0" width="100%" id="table1" class="tableLedger">
<tr>
<td colspan="5" align="center">YaGMuRPreNSi.NeT/CoM Forumlaryndan Banlandynyz!</td>
<td width="3%"><a href="Javascript:Invert('Sohbet')">
<img src="forum_images/N.gif" id="CatButtonSohbet" border="0" align="right"></a></td>
</tr>
</table>
</td>
</tr>
<tr class="tableSubLedger">
<td width="98%">Kurallara Uymady?ynyz Yçin Banlandynyz!</td>
</tr>
<tr>
<td class="tableRow">
<p> </p>
<p> </p>
<p align="center">
<% If intBan <> "" Then
Response.Write("<b>Ban Sebebi:</b> "& intBan)
Else
Response.Write("Ban Sebebi Girilmemi?")
End If
%>
</p>
<p> </p>
<p>
</td>
</tr>
</table>
</div>