Gönderen Konu: Resim Düzenleyemiyorum  (Okunma sayısı 891 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı gelisims

  • İleti: 6
  • Puan: 0
Resim Düzenleyemiyorum
« : Şubat 16, 2008, 11:58:19 ÖÖ »
Ö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.
Kod: [Seç]
<%
'<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
'<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
'<> 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">&nbsp;<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">&nbsp;<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">&nbsp;<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 %>
 
Konuyu Paylaş:
  delicious  facebook  twitter  google

Çevrimdışı burajan

  • Web Programcısı
  • Administrator
  • *
  • İleti: 5109
  • Puan: 334
  • Cinsiyet: Bay
  • Web Programcısı
    • Burak ŞİMŞEK - Kişisel İnternet Sitesi
-Resim Düzenleyemiyorum
« Yanıtla #1 : Şubat 16, 2008, 14:27:16 ÖS »
Bugün en son güncellenmiş halini foruma ekledim. Eklediğim mesaja gitmek için burayı tıkla.
Kişisel İnternet Sitem => buraksimsek.com.tr - http://www.buraksimsek.com.tr

Lütfen özel mesaj ile destek istemeyiniz. Önce forumda arama yapınız daha sonra forumda ilgili bölüme konu açınız.

Çevrimdışı gelisims

  • İleti: 6
  • Puan: 0
-Resim Düzenleyemiyorum
« Yanıtla #2 : Şubat 16, 2008, 16:35:23 ÖS »
Ne zamanddır bakmadığım topic kalmamıştı. Bu güncelleme işe yardı  :"3 çok Tşk. ;D

 

Benzer Konular

  Konu / Başlatan Yanıt Son İleti
6 Yanıt
2419 Gösterim
Son İleti Ağustos 25, 2009, 14:53:01 ÖS
Gönderen: WhisperSuLtaN
1 Yanıt
1610 Gösterim
Son İleti Nisan 12, 2007, 12:08:47 ÖS
Gönderen: bilgicagi
6 Yanıt
2138 Gösterim
Son İleti Ocak 25, 2009, 21:39:00 ÖS
Gönderen: isabey
3 Yanıt
1042 Gösterim
Son İleti Mart 06, 2008, 23:30:45 ÖS
Gönderen: burajan
1 Yanıt
903 Gösterim
Son İleti Ekim 13, 2008, 18:06:49 ÖS
Gönderen: AdmiN