• [MOD-beta] Multi-upload PLUS v0.3b 4 0 5 1
Currently:  

Author Topic: [MOD-beta] Multi-upload PLUS v0.3b  (Read 223280 times)

0 Members and 1 Guest are viewing this topic.

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #105 on: July 15, 2008, 10:28:37 PM »
Hallo!

Ich finde diesen MOD im Grunde genial. Thanks V@no.
Nur funktioniert er noch nicht vollständig
Was muss man alles machen, dass dieser einwandfrei funktioniert? Ich habe den Überblick nicht mehr!
Könnte man diesen MOD bitte fertig programmieren, sodass man ihn gut gebrauchen könnte.
Ich würde ihn nämlich sehr gerne auf meiner Seite verwenden. Es ist ein super Tool!

Noch ein Hinweis zu dem Firefox-Problem:
Der Firefox hört nur auf "<applet ....." und nicht auf "<object ...." in der "member_mupload_jupload.html"
Dies müsste man ändern, dann würde es im Firefox auch funktionieren.

Ein weiterer Hinweis:
Es ist inzwischen eine neuere, bessere Version von dem JUpload verfügbar.
Ich würde sagen, man sollte diese neue Version in diesem MOD einbauen.

Was ist mit den "planned features"? (auto resize images, auto copy original images into "big" folder (only if resized), auto backup original images into user-defined directory (with additional code this could be used later for restoration and/or reading EXIF/IPTC info) & support for watermark by SLL)
Könnte man diese nicht programmieren?
Der Original Post von V@no ist auch sehr lange nicht mehr aktualisiert worden und somit nicht mehr auf dem neusten Stand (ein durcheinander in diesem MOD).

Ich bin kein Programmierer und bin hier überfordert...
Vielen Dank...
Grüsse Jones

Ich sehe das auch so! Was ich überhaupt garnicht verstehe ist das mit dem Onload.... da verkack ich völlig! Was ist gemeint, wodrauf muss ich achten?
Wenn ich die Basic Version nehme und Bilder hochladen will, kommt folgender Fehler:
Code: [Select]
Fatal error: Call to a member function get_table_fields() on a non-object in C:\xampp\htdocs\1\includes\mu_modules\basic.php on line 82
Auszug:
Code: [Select]
//load data for additional fields
  if (!empty($additional_image_fields))
  {
    $table_fields = $site_db->get_table_fields((($direct_upload) ? IMAGES_TABLE : IMAGES_TEMP_TABLE));
    foreach ($additional_image_fields as $key => $val)
    {
      if (isset($HTTP_POST_VARS[$key.$i]) && isset($table_fields[$key]))
      {
        $HTTP_POST_VARS[$key] = $HTTP_POST_VARS[$key.$i];
      }
    }
  }

//load data from searchible database fields

Die zeile 82 wäre diese:
Code: [Select]
    $table_fields = $site_db->get_table_fields((($direct_upload) ? IMAGES_TABLE : IMAGES_TEMP_TABLE));

Offline pish180

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #106 on: August 22, 2008, 03:24:05 PM »
Is there any updates to the uploader?  I'm sorry I can not read German so please write the update in English.  Is there a way to take the latest jupload from their website and updates this existing build?

I want to be able to:
1. Set different categories for each image
2. Auto populate the "image name" field with the existing image name.

Thanks for any help

Offline RatedRWHC

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #107 on: August 31, 2008, 06:03:10 AM »
if ur jus gonna use it for urself is there really ne point in having it cant u jus upload all your pics by ftp lol

Offline gums

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #108 on: September 05, 2008, 08:34:48 AM »
Can anyone Help,

How can make the script change can let the user upload the file more than 10mb.

Now all the user only can upload 100kb-500kb photo.

Please help. Thanks  :oops: :oops:


Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #109 on: September 05, 2008, 03:04:24 PM »
Change the limit in 4images settings:
Max. image size in KB
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline shadowhunter

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • Fotogalerie & Fotocommunity scluzern.com
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #110 on: January 18, 2009, 08:17:42 PM »
Hallo!

Thanks V@no. Ich finde diesen MOD im Prinzip super.
Aber funktioniert dieser einwandfrei mit 4images 1.7.6?
Es gibt inzwischen eine neue Version des JUploades: v0.90 (http://www.jupload.biz)

Könnte man bitte diesen MOD bitte fertig programmieren, sodass alle ihn gebrauchen könnte, da es ist ein super Tool wäre!
Viele Andere und ich würden ihn nämlich sehr gerne verwenden.
Danke!

Schönen Abend
Gruss

Offline meier

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #111 on: January 24, 2009, 11:14:48 AM »
Hallo, kann man mit diesem Mod mehrere Bilder mit der Umstelltaste markieren oder muß man auch jedes einzelne Bild anklicken?

Bei 100 Bildern ist das dann etws aufwendig.

Offline kyzer

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #112 on: April 20, 2009, 04:34:40 PM »
Where are the files to download?  :roll:

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #113 on: April 20, 2009, 05:51:32 PM »
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Farina

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #114 on: May 30, 2009, 02:14:13 AM »
any demo web for this... multi upload means what ? are we allow to upload few photos for one post ?

Offline Sebas Bonito

  • Sr. Member
  • ****
  • Posts: 271
  • Sebas Bonito
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #115 on: June 18, 2009, 06:56:28 PM »
Gibt es denn mal ne überarbeitete Version der MOD unter Einbeziehung der aktuellen JUpload 0.90?

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #116 on: June 18, 2009, 08:05:16 PM »
Wäre interessant!

Offline Sebas Bonito

  • Sr. Member
  • ****
  • Posts: 271
  • Sebas Bonito
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #117 on: June 18, 2009, 08:07:59 PM »
Denn SOOO sehr stecke ich nicht in der Materie, als dass ich ein derart eigenständiges Skript in diese MOD umwandeln oder integrieren könnte. Und dennoch ist dieses "Multi-Upload"-Gedöns offenbar sehr beliebt und auch gefragt. Vielleicht nimmt sich einer von den Cracks mal die Zeit für uns niedres Pöbelvölk? Danke :)

Offline Rantanplan1966

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #118 on: July 01, 2009, 02:52:57 PM »
Oh, right...I made a misstake in the last version, I set a wrong variable to "1"...
in mupload.php change number in this variable:
Code: [Select]
$config['mu_max_files'] = 1; //maximum allowed files per upload

Hi V@ano,

I have included your MOD for Multiupload and "$config['mu_max_files'] = 20;", so that users have the opportunity to upload max. 20 files
It works perfect... great MOD!

One further question I have:
Is it possible to set the standard value... which users see, if they enter the page... to 1 as default.
(With the poossibility to choose between 1 and 20 pics they want to upload)

A sample pic I've attached!

Can you tell me what I have to change therefore?

Thanks for your assistance,
Matthias (Rantanplan1966)

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #119 on: July 02, 2009, 12:25:57 PM »
Dont work with 1.7.7 !?
Dont Work: member.php?action=muploadform&mutype=jupload
But, the Basic Multipload ist working fine!

« Last Edit: July 02, 2009, 05:00:12 PM by Benny »