<%
sql="select * from videolar where galeri="&so_content_video_galeri&" order by sira;"
set veriler=mysql_baglanti.execute(sql)
if not veriler.eof then
veriler.movefirst
say=1
Set FS=CreateObject("Scripting.FileSystemObject")
file_link=Request.ServerVariables("APPL_PHYSICAL_PATH" )&"/so-content/uploads/videos"
do while not veriler.eof
%>
<%
dosya_durumu=0
if veriler("embed")=0 then
video_dosya_yolum="/so-content/uploads/videos/"
if FS.fileexists(file_link&"/"&veriler("dosya"))=true then
dosya_durumu=1
end if
else
video_dosya_yolum=""
dosya_durumu=1
end if%>
<%
if dosya_durumu=1 then
%>
<%=left(veriler("baslik"),40)%>
<%end if%>
<%
say=say-+1
veriler.movenext
loop
set FS=nothing
else
response.Write lang_medya_bulunamadi
end if
%>