• 05-04-2008, 13:05:48
    #1
    arkadaşlar 500 internel server hatası alıyorum..


    404.asp bu şekilS:

    <% 
    adres = Request.QueryString 
    adres_bol = split(adres, “/” ) 
    url_bol = split(adres_bol(4 ),”-” ) 
    
    
    adres = Request.QueryString 
    adres_bol = split(adres, “/” ) 
    url_bol = split(adres_bol(4 ),”-” ) 
    %> 
    a
    <% if adres_bol(3 )=”download” then %> 
    
    <!–#include file=”db/db.asp”–> 
    
    <%id=request.QueryString("id")
    Set prog = cn.execute("select*from prg where id='"&id&"'")
    if prog.eof then%>
    <!–#include file=”indir.asp”–>
    indir.asp'deki linklerde bu şekil download/<%=prog("id")%>-<%=prog("ad")%>.html

    Arkadaşlar indir.asp'deki Linklere Tıklayınca 500 internel server hatası alıyorum..
    şimdiden tşkler
  • 05-04-2008, 14:51:10
    #2
    Üyeliği durduruldu
    https://www.r10.net/dersler/80617-asp...-yolu-yok.html

    Bu makaleyi okursan yardımcı olur
  • 05-04-2008, 14:55:02
    #3
    Eposta Aktivasyonu Gerekmekte
    <% 
    adres = Request.QueryString 
    adres_bol = split(adres, “/” ) 
    url_bol = split(adres_bol(4 ),”-” ) 
    adres = Request.QueryString 
    adres_bol = split(adres, “/” ) 
    url_bol = split(adres_bol(4 ),”-” ) 
    %> 
    a
    <% if adres_bol(3 )=”download” then %> 
    <!–#include file=”db/db.asp”–> 
    <%id=request.QueryString("id")
    Set prog = cn.execute("select*from prg where id='"&id&"'")
    if prog.eof then%>
    <!–#include file=”indir.asp”–>
    2 tane end if koyacaksın en sona... öyle dene birde
  • 09-04-2008, 12:06:39
    #4
    <!–#include file=”db/db.asp”–> değil
    <!--#include file="db/db.asp"--> olacak.

    <!–#include file=”indir.asp”–> değil
    <!–-#include file=”indir.asp”-–> olacak.

    Detaylı incelemedim. Bunları düzelt. Hata devam ederse aramaya devam edersin.