Öncelikle Yardımlarınız için teşekkürler;
Son güncellemeyi de yükledim ama admin panelinden resim düzenleyemiyorum. Adını değiştiremiyorum vs.. değişti diyor ama aynı kalıyor. Arama yaptım ama bulamadım. Sorunun admin_pic_editpic.asp dosyasında olabilir mi acaba? Teşekkürler.
<%
'<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
'<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
'<> Copyright (C) 2004-2005 Tom Nance (SkyDogg) All Rights Reserved
'<> Events Suite Copyright (C) 2004-2005 Ken Smiley All Rights Reserved
'<>
'<> By using this program, you are agreeing to the terms of the
'<> GNU General Public License.
'<>
'<> This program is free software; you can redistribute it and/or
'<> modify it under the terms of the GNU General Public License
'<> as published by the Free Software Foundation; either version 2
'<> of the License, or any later version.
'<>
'<> All copyright notices regarding MaxWebPortal must remain intact
'<> in the scripts and in the outputted HTML.
'<> The "powered by" text/logo with a link back to
'<> http://www.maxwebportal.info in the footer of the pages MUST
'<> remain visible when the pages are viewed on the internet or intranet.
'<>
'<> Support can be obtained from support forums at:
'<> http://www.maxwebportal.info
'<>
'<> Email: maxweb@maxwebportal.info
'** Türkçeye Çevirenler: OgReTmEnLeRiM.NeT | Bülent KARAYAZI & UzmanWeb.Net | Adem TÜRK
'***********************************************************************
'<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
'<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
'***********************************************************************
'** Copyright (C) 2001 - 2004 Max Yuan All Rights Reserved
'**
'** By using this program, you are agreeing to the terms of the
'** GNU General Public License.
'**
'** This program is free software; you can redistribute it and/or
'** modify it under the terms of the GNU General Public License
'** as published by the Free Software Foundation; either version 2
'** of the License, or any later version.
'**
'** All copyright notices regarding MaxWebPortal must remain intact
'** in the scripts and in the outputted HTML.
'** The "powered by" text/logo with a link back to
'** http://www.maxwebportal.com in the footer of the pages MUST
'** remain visible when the pages are viewed on the internet or intranet.
'**
'** Support can be obtained from support forums at:
'** http://www.maxwebportal.com
'**
'** Email: maxwebportal@hotmail.com
'** ICQ: 148111300
'***********************************************************************
%><!-- #INCLUDE FILE="config.asp" -->
<% If Session(strCookieURL & "Approval") = "256697926329" Then %>
<!-- #INCLUDE FILE="inc_functions.asp" -->
<!-- #INCLUDE FILE="inc_top.asp" -->
<table border="0" width="100%">
<tr>
<td width="33%" align="left" nowrap><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
<img src="images/icons/icon_folder_open.gif" height=15 width=15 border="0"> <a href="default.asp">Ana Sayfa</a><br>
<img src="images/icons/icon_blank.gif" height=15 width=15 border="0"><img src="images/icons/icon_folder_open_topic.gif" height=15 width=15 border="0"> <a href="admin_home.asp">Yönetici Paneli</a><br>
<img src="images/icons/icon_blank.gif" height=15 width=15 border="0"><img src="images/icons/icon_blank.gif" height=15 width=15 border="0"><img src="images/icons/icon_folder_open_topic.gif" height=15 width=15 border="0"> <a href="admin_article_main.asp">Resim Yönetimi</a><br>
</font></td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td width="25%" valign=top>
<!--#include file="admin_pic_menu.asp" -->
</td>
<td width="100%" align="left">
<%
pic = Request.QueryString("id")
Set RS = my_Conn.Execute("select * from PIC where PIC_ID =" & pic)
boolShow = rs("SHOW")
%>
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="#008000">
<b>Resim Düzenleyin:</b></font>
<form action="admin_pic_step1update.asp" method="post">
<table border="0">
<tr>
<td align="right">
<input type="hidden" name="webid" value="<%=pic%>">
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="<%= strDefaultFontColor %>">
<b>Resim Başlığı:</b></font></td><td><input type="text" value="<%=replace(ChkString(RS("TItle"), "edit"), "''","'", 1, -1, 1)%>" name="title" size="40"></td></tr>
<tr>
<td align="right">
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="<%= strDefaultFontColor %>">
<b>Açıklama:</b></font></td><td><textarea name="description" cols=30 rows=4><%= ChkString(rs("DESCRIPTION"), "display") %></textarea></td></tr>
<tr>
<td align="right">
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="<%= strDefaultFontColor %>">
<b>Anahtar Kelimeler:</b></font></td><td><input type="text" name="keyword" value="<%=ChkString(RS("keyword"), "edit")%>" size="40"></td></tr>
<tr>
<td align="right">
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="<%= strDefaultFontColor %>">
<b>Telih Hakkı:</b></font></td><td><input type="text" name="copyright" value="<%=ChkString(RS("COPYRIGHT"), "edit")%>" size="40"></td></tr>
<tr>
<td align="right">
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="<%= strDefaultFontColor %>">
<b>Resim URL Adresi:</b></font></td><td><input type="text" value="<%=replace(ChkString(RS("url"), "display"), "''","'", 1, -1, 1)%>" name="url" size="40"></td></tr>
<tr>
<td align="right">
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="<%= strDefaultFontColor %>">
<b>Küçük Resim URL Adresi :</b></font></td><td><input type="text" value="<%=replace(ChkString(RS("turl"), "display"), "''","'", 1, -1, 1)%>" name="turl" size="40"></td></tr>
<tr>
<td align="right">
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="<%= strDefaultFontColor %>">
<b>Gönderen:</b></font></td><td><input type="text" value="<%=ChkString(RS("poster"), "edit")%>" name="poster" size="40"><FONT face=<%= strDefaultFontFace %> size="<%= strFooterFontSize %>" color="<%= strDefaultFontColor %>"> (Üye Adı)</font></td></tr>
<tr>
<td align="right">
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="<%= strDefaultFontColor %>">
<b>Resmin Sahibi:</b></font></td><td><input type="text" value="<%=ChkString(RS("OWNER"), "edit")%>" name="owner" size="40"><FONT face=<%= strDefaultFontFace %> size="<%= strFooterFontSize %>" color="<%= strDefaultFontColor %>"> (Herkese açık olması için 0 kullanın.|MemberID|)</font></td></tr>
<tr>
<td align="right">
<FONT face=<%= strDefaultFontFace %> size="<%= strDefaultFontSize %>" color="<%= strDefaultFontColor %>"><b>Görünümde :</b></font></td><td><input name="show" type="checkbox" value="1" <%=Chked(boolShow)%>></font></td></tr>
<tr><td></td>
<td align="left"><input type="submit" value="1. Adım Güncelle" class="button"><input type="reset" value=" İptal" class="button"></td></tr>
</table>
</form>
<%
RS.Close
set RS = nothing ' added
%>
</td>
</tr>
</table>
<br>
<!-- #INCLUDE FILE="inc_footer.asp" -->
<% Else %><% Response.Redirect "admin_login.asp" %><% End If %>