<%
videoBulunamadi=0
sql="select top 3 * from videolar order by id desc;"
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
%>