File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/info4stu
Editing: info4stu/all_download.asp.bak
Full path: C:\ict\ICT\info4stu\all_download.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<%response.cachecontrol="private"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><!-- InstanceBegin template="/Templates/info4stu.dwt" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <!--#INCLUDE FILE="Connectdb.asp"--> <title>�к����ʹ�����͡�ú�����</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <!-- InstanceBeginEditable name="head" --> <link href="../Templates/style.css" rel="stylesheet" type="text/css"> <!-- InstanceEndEditable --> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0"> <tr> <td colspan="2"><div align="right"><img src="../Image/info4stu.gif"></div></td> </tr> <tr> <td colspan="2" background="../Image/bggreen.gif"><div align="right"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"><strong><a href="index.asp">HOME</a> | <a href="http://www.swu.ac.th">SWU</a> | <a href="http://bsri.swu.ac.th">BSRI</a> |</strong></font></div></td> </tr> <tr> <td width="19%" align="left" valign="top" bgcolor="#CCFF99"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><strong>Message to..</strong></td> </tr> <tr> <td height="14" bgcolor="#CCFFCC"><img src="../Image/facebook_logo.gif" width="15" height="15"><a href="http://www.facebook.com/profile.php?id=100001056211628">Dr.Dusadee Y.</a></td> </tr> <tr> <td bgcolor="#CCFFCC"><img src="../Image/facebook_logo.gif" width="15" height="15">Dr.Kanu Priya Mohan</td> </tr> <tr> <td bgcolor="#CCFFCC"><img src="../Image/facebook_logo.gif" width="15" height="15"><a href="http://www.facebook.com/profile.php?id=582371142">Dr.Narisara P.</a></td> </tr> <tr> <td bgcolor="#CCFFCC"><img src="../Image/facebook_logo.gif" width="15" height="15"><a href="http://www.facebook.com/profile.php?id=120785687960475">BSRI</a></td> </tr> <tr> <td><strong>Student</strong></td> </tr> <tr> <td bgcolor="#CCFFCC"><a href="http://bsris.swu.ac.th/info4stu/detail_stu.asp?group=652124">Generation 6</a></td> </tr> <tr> <td bgcolor="#CCFFCC"><a href="http://bsris.swu.ac.th/info4stu/detail_stu.asp?group=550124">Generation 5</a></td> </tr> <tr> <td bgcolor="#CCFFCC"><a href="http://bsris.swu.ac.th/info4stu/detail_stu.asp?group=448124">Generation 4</a></td> </tr> <tr> <td bgcolor="#CCFFCC"><a href="http://bsris.swu.ac.th/info4stu/detail_stu.asp?group=347124">Generation 3</a></td> </tr> <tr> <td bgcolor="#CCFFCC"><a href="http://bsris.swu.ac.th/info4stu/detail_stu.asp?group=246124">Generation 2</a></td> </tr> <tr> <td bgcolor="#CCFFCC"><a href="http://bsris.swu.ac.th/info4stu/detail_stu.asp?group=145124">Generation 1</a></td> </tr> </table></td> <td width="81%" align="left" valign="top"><!-- InstanceBeginEditable name="EditRegion3" --> <span class="style2"> <script language="javascript"> function Dosubmit(){ if(document.all.mnews.value!='' ){ }else { alert('��͡��ͤ������¹Ш�� '); return false; } } function Dosubmita(){ if(document.all.txtattach.value!='' ){ }else { alert('��͡��ͤ������¹Ш�� '); return false; } } function Dosubmitat(){ if(document.all.txtfile.value!='' ){ }else { alert('��͡���͡�����¹Ш�� '); return false; } } </script> </span> <p class="style2" >.Welcome <% id_infostu=session("id_infostu") id_member1=session("id_member1") 'response.write (id_infostu) response.write (id_member1)%> to my Project <%if id_member1<>"" then%> <div align="right" class="style2" >[<a href="log_out.asp">Logout</a>] </div> <form action="add_infonews.asp" method="post" name="form" class="style1 style2" onSubmit="return Dosubmit();"> <label> <textarea name="mnews" cols="50" rows="3"></textarea> </label> <span class="style2 style3"> <input class = "button" type="submit" name="�������к�2" value = "Public"> ��������դ����������Թ 249 ����ѡ�ä��</span><br> </form> <span class="style2"> <%else%> </span> <div align="right" class="style2" > [<a href="login_form.asp">Login/Register</a>]</div> <span class="style2"> <%end if%> </span> <p class="style2" > <table width="100%"> <% id_status="1" response.Write"<tr><td colspan=2 bgcolor=#99FFCC>Download>><td bgcolor=#99FFCC>Author<td bgcolor=#99FFCC>When<td bgcolor=#99FFCC>Load <td bgcolor=#CCFFCC>" %> <%if id_member1<>"" then%> <span class="style2"> <tr> </span> <td colspan=5 class="style2"> <form action="add_attach.asp" method="post" name="form3" onSubmit="return Dosubmita();"> <label>��������´�ͧ��� <input name="txtattach" type="text" value="" size="50"> </label> <input class = "button" type="submit" name="�������к�22" value = "attach"> </form> <%end if%> <tr> <% sqlaf="select * from info_attach where id_status='"&id_status&"' order by id_attachfile desc" set orsaf=server.CreateObject("adodb.recordset") orsaf.open sqlaf,conn,1,3 if not orsaf.eof then i=1 orsaf.movefirst 'Dim i 'For i=1 to 5 do while not orsaf.eof ii=i mod 3 if ii=0 then bgc="#EBFFD7" else bgc="#ffffff" end if response.write "<tr bgcolor='"&bgc&"'><td>" response.write "<td width=450>"&orsaf("nattachfile") response.write "<td>"&orsaf("id_member") response.write "<td>"&orsaf("datetimestamp") idatt=orsaf("id_attachfile") response.write "<td align=center>"&orsaf("numreviews") chkown=orsaf("id_member") if chkown=id_member1 then response.write "[<a href=edit_attach.asp?id_attach="&orsaf("id_attachfile")&">--</a>]" namea=orsaf("filename") if namea="0" then %> <td class="style2"> <form action="uploadtester.asp" method="post" name="form4" enctype="multipart/form-data" onSubmit="return Dosubmitat();"> <%session("idatta")=idatt%> <input name="savefile" type="file" id="savefile"> <input name="Submit" type="submit" class="box" value="Submit"> </form> <% end if end if namea=orsaf("filename") if namea<>"0" then response.write "<td>[<a href=download_att.asp?idatt="&idatt&">Download</a>]" end if response.write "<tr>" orsaf.movenext 'Next i=i+1 loop else response.write "<tr><td colspan=5>No File</td></tr>" end if %> <span class="style2"> </table> </p> </span> <p class="style2" > <% %> </p> <!-- InstanceEndEditable --></td> </tr> <tr> <td colspan="2" background="../Image/bggreen.gif"> </td> </tr> </table> </body> <!-- InstanceEnd --></html>