<% local all_lang = {"english","french","german","italian","dutch","portuguese","spanish","schinese","tchinese","japanese","czech","romanian","turkish","korean","polish"} if _GET["lang"] ~= nil then for _,val in pairs(all_lang) do if _GET["lang"] == val then setcookie("client_lang",val,900000000) break end end if _COOKIE["client_lang"] == nil then _COOKIE["client_lang"] = "english" end end include("language.html") local linkid = _GET["linkid"] or "" local username, subdir, expiretime, uploadpass, email = c_GetUplinkData(linkid) local owner = username if email ~= nil and email ~= "" then owner = email end local bExpired = false local nExpireTime = tonumber(expiretime) or 0 if nExpireTime > 0 and os.time() > nExpireTime then bExpired = true end if username ~= nil and username ~= "" and subdir ~= nil and subdir ~= "" and bExpired == false then %> Wing FTP Server - File Request <% if uploadpass ~= "" and uploadpass ~= _GET["password"] then %>

<% if _GET["password"] ~= nil and _GET["password"] ~= "" then %> <% end %>
<%=LANG["str_uploadpass_tip"]%>:
" style="width:120px;height:30px;" tabindex="2" onclick="return ch();" />
<%=LANG["str_uploadpass_error"]%>
Wing FTP Server ©2003-2021 wftpserver.com All Rights Reserved
<% else %>

<%=owner%> <%=LANG["request_file_tip"]%>
  <%=LANG["str_browse"]%>  

<%=LANG["str_dragdrop_files"]%>

<% end %> <% else if bExpired == false then print("

The file request link does not exist

") else print("

The file request link has expired

") end end %>