Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 help for this file outputFile.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Giumer
Junior Member

Italy
163 Posts

Posted - 02 January 2010 :  06:38:46  Show Profile  Send Giumer an ICQ Message
Hello to all and good start to the new year! I have a problem with this file. the file had been modified by Leatherlips to ensure that when you insert a file automatically recognizes the extension and insert the correct tag.

hours but I have a problem in editing the file I realized that no longer invokes the file pop_upload.asp and this is a problem, the zip file you download directly without requiring a password, I tried to change it but I am not able to be, I enclose here the modified code:

[
If ImageFileType=true then

%>
          <script>
          if (opener.document.PostTopic.Message.createTextRange && opener.document.PostTopic.Message.caretPos) {
            var caretPos = opener.document.PostTopic.Message.caretPos;
            caretPos.text = "";
          } else {
          opener.document.PostTopic.Message.value+="";
          }
          </script>
         <%

else

If MP3FileType=true then

         %>
          <script>
          if (opener.document.PostTopic.Message.createTextRange && opener.document.PostTopic.Message.caretPos) {
            var caretPos = opener.document.PostTopic.Message.caretPos;
            caretPos.text = "[mp3]<% =mysite %><% =SUBFOLDER %>/<% =filename %>[/mp3]";
          } else {
          opener.document.PostTopic.Message.value+="[mp3]<% =mysite %><% =SUBFOLDER %>/<% =filename %>[/mp3]";
          }
          </script>
         <%
else

If PDFFileType=true then

         %>
          <script>
          if (opener.document.PostTopic.Message.createTextRange && opener.document.PostTopic.Message.caretPos) {
            var caretPos = opener.document.PostTopic.Message.caretPos;
            caretPos.text = "[pdf]<% =mysite %><% =SUBFOLDER %>/<% =filename %>[/pdf]";
          } else {
          opener.document.PostTopic.Message.value+="[pdf]<% =mysite %><% =SUBFOLDER %>/<% =filename %>[/pdf]";
          }
          </script>
         <%


else

If FLVFileType=true then

         %>
          <script>
          if (opener.document.PostTopic.Message.createTextRange && opener.document.PostTopic.Message.caretPos) {
            var caretPos = opener.document.PostTopic.Message.caretPos;
            caretPos.text = "[flv]<% =mysite %><% =SUBFOLDER %>/<% =filename %>[/flv]";
          } else {
          opener.document.PostTopic.Message.value+="[flv]<% =mysite %><% =SUBFOLDER %>/<% =filename %>[/flv]";
          }
          </script>
         <%

else

         %>
          <script>
          if (opener.document.PostTopic.Message.createTextRange && opener.document.PostTopic.Message.caretPos) {
            var caretPos = opener.document.PostTopic.Message.caretPos;
            caretPos.text = " Attachment: [url=\"<% =mysite %><% =SUBFOLDER %>/<% =filename %>\"]<% =oldfilename %>[/url]
<% =strFileSize %>";
          } else {
          opener.document.PostTopic.Message.value+=" Attachment: [url=\"<% =mysite %><% =SUBFOLDER %>/<% =filename %>\"]<% =oldfilename %>[/url]
<% =strFileSize %>";
          }
          </script>
         <%

end if
end if
end if
end if


this is file http://www.giumer.it/public/uploaded/Giumer/outputfile.txt










As you can see missing the JAL Mileage Bank pop_upload.asp file and the file so it works but every time I download a zip file is not asking for the password if there's anyone who can help me thanks

=======================
http://www.Giumer.it/forum

=======================

Edited by - Giumer on 02 January 2010 13:11:38
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07