Author Topic: [BETA] for 1.7.6 Multiupload Vers. 2.0  (Read 65517 times)

0 Members and 1 Guest are viewing this topic.

Offline jortiz13

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #15 on: February 21, 2008, 02:14:01 PM »
Hi, this looks like a very good mod!!!. Is there a version in inglish?
Thanks

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #16 on: February 21, 2008, 02:21:46 PM »
Quote
Hi, this looks like a very good mod!!!

Quote
You have a better solution ?

WOW ! ... I check code in new and old version. Both use 2 action name for upload ???  8O

I now get what you try do with code and this is problem ...

1 - While loop is use and no value limit is set from admin and check in member.php file.
2 - You include class upload file in while loop.
3 - You send each email for each file upload (mass email - host no like this).
4 - You no use safe html chars (format_text switch) for new name.

This is wrong ... this is very wrong ...  this is kill gallery ressource (no matter old version or new version - axcept no. 4 - is no ressource use but safety no use) - please ... cancel this MOD NOW 8O

I create this later.

This MOD is kill server resource. Is need re-code (same for original).
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 thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #17 on: February 24, 2008, 01:07:14 AM »
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 musicsurfer

  • Full Member
  • ***
  • Posts: 184
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #18 on: March 09, 2008, 08:06:52 PM »
Hallo

in welchen Ordner muss ich die Bilder denn per FTP hochladen bevor ich diese im ACP checken lasse ?

Gruss

Offline tk74

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #19 on: April 10, 2008, 09:38:24 AM »
Hallo,
Ich nutze den Mod und möchte, dass beim Hochladen per Multiupload die Bilder nur mit ihrem Bildnamen und ohne Zählziffer in die Datenbank geschrieben werden.
test, test, test...
statt
test, test2, test3...
Wo kann ich den Code ändern?
Vielen Dank!

Offline Tino23

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • LMJ - Motorsport
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #20 on: May 01, 2008, 10:59:27 PM »
Kann es sein, das der Fehler mit dem Captcha System in dem zip File noch nicht geändert ist?! Bei mir geht es erst, nach der hier angegebenen Änderrung.

Ist es eigentlich möglich für jedes Bild eine eigene Beschreibung eingeben und abspeichern zu können?

MfG Tino23

 :?: 23.5.2008

juhu noch wer hier im Forum, oder bin ich der einzige?  :roll:
« Last Edit: May 23, 2008, 06:07:44 PM by Tino23 »

Offline eXtremer

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #21 on: June 11, 2008, 11:06:59 AM »
I need the English version...why only German ?

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #22 on: June 11, 2008, 04:00:17 PM »
... there was only a german request ...
... but try a english version with ... Google ... ;)
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 ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline eXtremer

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #23 on: June 24, 2008, 08:29:38 AM »
Basierend auf
http://www.4homepages.de/forum/index.php?topic=8517.0

aber für Vers. 1.7.6

Kopiere die Dateien in der Zip Datei in folgende Struktur

/lang/main.php

/template/default/
member_multiuploadform.html
categories.html

/template/default/images
multiupload.gif
multiupload_off.gif

/root
categories.php
member.php
global.php

Multiupload Captcha kann in der config.php aktiviert werden
Code: [Select]
$captcha_enable_multiupload = 1;
Was NICHT funktioniert:

 :arrow: Bildnamen werden nach dem Upload alle gleich benennt
Bild erfolgreich hinzugefügt: test (austria_jan08_01.jpg)
Bild erfolgreich hinzugefügt: test (austria_jan08_02.jpg)
Beim betrachten in der Kategorie erscheint der richtige Name Bsp. Test, Test2 u.s.w.

 :arrow: Captcha ist integriert und kann via config deaktiviert werden,
jedoch wird keine Fehlermeldung beim Hochladen angezeigt

19.02.2008
  • BugFix Timestamp
  • BugFix Clickstream Upload => Multiupload
  • BugFix Captcha Failure Message

Ivan the zip archive contains only the //lang/deutsch/main.php
..why there is no english ? could you make the code for the english langauge.
Thanks in advance !

Offline eXtremer

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #24 on: June 24, 2008, 09:45:07 AM »
Solved.

For english language, add in main.php:

Code: [Select]
$lang['user_multiupload'] = "Multiupload Image";
after:

Code: [Select]
$lang['user_upload'] = "Upload Image";

Offline eXtremer

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #25 on: June 24, 2008, 10:02:32 AM »
Another problem, When I enter the gallery the first page uses another template (not default), but when I enter a Categorie, the template switches to the default template, why ?!

Index page (good):



A categorie page (not good) should use the blue template as index page:


Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #26 on: July 15, 2008, 09:10:24 PM »
hi ivan,

ich hätte nur eine bitte bei diesem mod..
schreibe was an den dateien geändert werden muss, ohne die original dateien überschreiben zu müssen.
ich weiss ich kann es mit DIFF programmen sehen.

thx im voraus

Das finde ich auch! Wollte es einbauen, aber ich weis absolut nicht was ich ändern muss! Ich habe einige Mods eingebaut da hilft auch kein vergleichs Programm oderso! Wäre schön wenn jemand die einzelnen Schritte beschreiben würde!!

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #27 on: September 28, 2008, 03:04:25 AM »
Wollte nochmal fragen ob da jemand eine Anleitung zu schreiben könnte!

Offline robertx

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #28 on: October 27, 2008, 08:36:06 PM »
i have 10 images for upload but he upload only 8 . why ?!?

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [BETA] for 1.7.6 Multiupload Vers. 2.0
« Reply #29 on: October 28, 2008, 12:24:48 AM »
hi all,

guys. subject of this MOD is in BETA status, seams that ivan do not have time to work on it.
means like all software, do not use it on live systems ;)
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