• [MOD] multiupload 5 0 5 1
Currently:  

Author Topic: [MOD] multiupload  (Read 298759 times)

0 Members and 1 Guest are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] multiupload
« Reply #195 on: November 07, 2007, 10:10:04 PM »
Quote
I dont understand why it does not work for me but it works for everyone else.

If so - please read step 1-2-3 of my signature.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline WeZ

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: [MOD] multiupload
« Reply #196 on: November 07, 2007, 10:13:26 PM »
If so - please read step 1-2-3 of my signature.

Good thing i already gave all that information in my post yesterday.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] multiupload
« Reply #197 on: November 07, 2007, 10:27:40 PM »
Quote
I am now on XAMPP with php5 and MySQL5 and i don't know if this might be the problem. I am running on 4Images 1.7.2

Oh ... right ... PHP v5.0 or PHP v5.2 ... ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline WeZ

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: [MOD] multiupload
« Reply #198 on: November 07, 2007, 10:42:45 PM »
PHP v5.0 or PHP v5.2 ... ?

I Am running 5.0.45-community-nt, however i do not beleive it is a MySQL Issue because if i change my template to the standard template, this mod works fine. it only dies on my WALLPAPER template...

i am struggling to find the problem with my template, but i am still looking :-) ....

Offline WeZ

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: [MOD] multiupload
« Reply #199 on: November 07, 2007, 11:05:48 PM »
Hi Thunderstrike,

I Found the error, :-) ...  it is a Typo in the member_multiuploadform.html

The file has this code by default:
Code: [Select]
<nobr>01.<b><font color="#FF0000">*</font></b><input type="file" name="media_file" class="input" /></nobr><br>
<nobr>02.&nbsp;&nbsp;<input type="file" name="media_file2"  class="input" /></nobr><br>
<nobr>03.&nbsp;&nbsp;<input type="file" name="media_file3"  class="input" /></nobr><br>
<nobr>04.&nbsp;&nbsp;<input type="file" name="media_file4"  class="input" /></nobr><br>
<nobr>05.&nbsp;&nbsp;<input type="file" name="media_file5"  class="input" /></nobr><br>
<!--
<nobr>06.&nbsp;&nbsp;<input type="file" name="media_file6"  class="input" /></nobr><br>
<nobr>07.&nbsp;&nbsp;<input type="file" name="media_file7"  class="input" /></nobr><br>
<nobr>08.&nbsp;&nbsp;<input type="file" name="media_file8"  class="input" /></nobr><br>
<nobr>09.&nbsp;&nbsp;<input type="file" name="media_file9"  class="input" /></nobr><br>
<nobr>10.&nbsp;&nbsp;<input type="file" name="media_file10" class="input" /></nobr><br />
-->

This code only displays the default 5 fields. if you want the last 5 fields to give you 10, then you need to obviously remove the:
Code: [Select]
<!--

 and
Code: [Select]
-->

lines, However, the 10th Line looks like this:
Code: [Select]
<nobr>10.&nbsp;&nbsp;<input type="file" name="media_file10" class="input" /></nobr><br />

The "<br />" needs to be <br> like the rest of the lines.

This is what was killing my page :-)

Perhaps someone should fix the template one page one of this thread??

Thanks for your help

Cheers
WeZ

Offline WeZ

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: [MOD] multiupload
« Reply #200 on: November 07, 2007, 11:29:26 PM »
Thank for posting. ;)

You and V@no and Nicky and IceCream have helped me plenty in the past, I'm only glad to be able to add value to the forum. Knowledge Exchange between Users is very, very important for a free product like this to succeed.

Cheers
WeZ

Offline Knut63

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] multiupload
« Reply #201 on: November 14, 2007, 11:10:05 AM »
Is this mod working in 1.7.4 if I use the code in the first post?

Offline WeZ

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: [MOD] multiupload
« Reply #202 on: November 14, 2007, 12:24:13 PM »
Is this mod working in 1.7.4 if I use the code in the first post?

I think this was already answered in the thread.

Offline billbob

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] multiupload
« Reply #203 on: December 28, 2007, 02:24:49 AM »
Hi there. I am running version 1.7.4. I was able to edit all the code, but when i got to the last part that said to download the *member_multiuploadform.html* file, i was not able to find it attached anywhere in the post. Does anyone know where i can get this file? Any help would be much appreciated.

Thank you.

Offline hc2hunter

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [MOD] multiupload
« Reply #204 on: February 03, 2008, 10:59:55 PM »
Hi !

I have a problem with the Multiupload.
When a user makes a mistake he will be forwarded to the normal Upload-Form and not back to the Multiuploadform...  :(

Can somebody help me with this problem?

Help me please...  :oops:
My 4images version is v1.7.4

Offline hc2hunter

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [MOD] multiupload
« Reply #205 on: February 04, 2008, 07:19:14 AM »
FIXED !  :D

in member.php :

Quote
$action = ($action=="multiuploadimage") ? "multiuploadform":"uploadform";
     $sendprocess = 1;
     break; //break the while if any image upload fails
     }
     }
     $fileext=($fileext=="")?2:$fileext+1;
     }//end while
     }//end if
       else
       {
         //$action = "uploadform";
         $action = ($action=="multiuploadimage") ? "multiuploadform":"uploadform";
         $sendprocess = 1;
       }
     }//end upload action

Offline infors2

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] multiupload
« Reply #206 on: February 13, 2008, 11:40:54 AM »
Hi there. I am running version 1.7.4. I was able to edit all the code, but when i got to the last part that said to download the *member_multiuploadform.html* file, i was not able to find it attached anywhere in the post. Does anyone know where i can get this file? Any help would be much appreciated.


I'm sorry, but I also cannot find the download link to the member_multiuploadform.html and the gifs.

Offline axtro

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] multiupload
« Reply #207 on: February 26, 2008, 09:04:07 PM »
Please can someone put the necessary files on al link??
thanks :lol:

Offline axtro

  • Pre-Newbie
  • Posts: 3
    • View Profile

Offline nanzi

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] multiupload
« Reply #209 on: March 16, 2008, 08:52:31 AM »
thinks every one!