• [MOD] multiupload 5 0 5 1
Currently:  

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

0 Members and 1 Guest are viewing this topic.

Offline MaF

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: [MOD] multiupload
« Reply #105 on: June 27, 2006, 09:28:27 AM »
Installed it without any problems... Great job!! Thank you!!

Offline SNKMAN

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [MOD] multiupload
« Reply #106 on: July 01, 2006, 10:25:49 PM »
Hi rroc

Please i need all Buttons in the colore like the Multiupload.

Can you pease post all your Buttons?

I mean: Upload, Download, Lightbox, ZIP and so on.

Please  :D

Offline spezi

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: [MOD] multiupload
« Reply #107 on: August 10, 2006, 09:08:16 AM »
does it work with 1.7.3 ?

Offline troopers

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • weltimperator.de
Re: [MOD] multiupload
« Reply #108 on: August 14, 2006, 01:11:34 PM »
i've tested it with 1.7.3, works fine..

thanks for this fine script. :)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
weltimperator.de

Offline lover2

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: [MOD] multiupload
« Reply #109 on: August 17, 2006, 12:37:47 AM »
hello
tnx for your mod 
i want upload more images ,because i can upload only 5 pictures
please tell me how can i more upload ,for example 10 pictures upload ,once
sorry for my english
thank you

Offline Phil87

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: [MOD] multiupload
« Reply #110 on: September 10, 2006, 03:26:49 PM »
Could somebody send me his modifyed member.php for the version 1.7.3 of 4 images, because I have a bug in it, and I can't find it. Thx in advance.

Kann ich die fertige member.php die hier angeboten wird auch für die Version 1.7.3 benutzen, bzw. wäre jemand so nett und würde mir seine member.php aus der Version 1.7.3 mit installiertem multiupload zukommen lassen? Ich habe nämlich ein kleines Problem bei dem ich den Fehler nicht fixen kann, da ich ihn nicht finde.

Gruß Philipp
« Last Edit: September 10, 2006, 06:28:47 PM by Phil87 »

Offline Sickk

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] multiupload
« Reply #111 on: September 14, 2006, 10:39:23 PM »
First Gratz for this great FREE Software

But can anybody please send me a ready to go modded version ? No problem with installing the prog on the server. But then I tried for 4 hours and i didn´t had any success. I even can´t see anything in the Version I modded.
I tried and tried and tried at last I failed badly. Could anybody help me please ? I think I need to cry...:)

Offline satori

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] multiupload
« Reply #112 on: September 16, 2006, 06:14:49 AM »
Ran into a problem after installing this mod...

Code: [Select]
Fatal error: Cannot redeclare convert_special() (previously declared in /home/user/public_html/photos/includes/search_utils.php:34) in /home/user/public_html/photos/includes/search_utils.php on line 34
Any idea how I can resolve this problem?

Thanks in advance, great mod!  :D

Offline beasty

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] multiupload
« Reply #113 on: September 27, 2006, 12:20:14 AM »
Having installed quite a few MODs without trouble - this one isn't completely working for me. Let's assume for sake of argument that I am a complete dunce.

While executing the MOD, I found that I did not have a line in member.php that read
Code: [Select]
$msg .= $lang['image_add_success'].": <b>".stripslashes($image_name)."</b> (".$new_name.")";
the closest I had was
Code: [Select]
$msg .= $lang['image_add_success'].": <b>".format_text(stripslashes($image_name))."</b> (".$new_name.")";
So I replaced that with
Code: [Select]
$msg .= $lang['image_add_success'].": <b>".stripslashes($image_name)."</b> (".$new_name.")<br>";as instructed.

However, when testing, the top of the confirmation page (/member.php) read
[qcode]
DB Error: Bad SQL Query: INSERT INTO 4images_images (cat_id, user_id, image_name, image_description, image_keywords, image_date, image_active, image_media_file, image_thumb_file, image_download_url, image_allow_comments) VALUES (7, 1, 'Swim', '', 'swim river', , 1, 'IMG_9373.jpg', 'IMG_9373.jpg', '', 1)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, 'IMG_9373.jpg', 'IMG_9373.jpg', '', 1)' at line 4

DB Error: Bad SQL Query: INSERT INTO 4images_images (cat_id, user_id, image_name, image_description, image_keywords, image_date, image_active, image_media_file, image_thumb_file, image_download_url, image_allow_comments) VALUES (7, 1, 'Swim 2', '', 'swim river', , 1, 'IMG_9446.jpg', 'IMG_9446.jpg', '', 1)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, 'IMG_9446.jpg', 'IMG_9446.jpg', '', 1)' at line 4[/qcode]

Suspecting the different original code was important (I do not know php, I just follow instructions), I compared the expected original line with mine (which I may have changed when installing another MOD) and applied the differences to the replacement, thus:
Code: [Select]
$msg .= $lang['image_add_success'].": <b>".format_text(stripslashes($image_name))."</b> (".$new_name.")<br>";
I tested this with 2 images and again the top of the confirmation page (/member.php) read
[qcode]DB Error: Bad SQL Query: INSERT INTO 4images_images (cat_id, user_id, image_name, image_description, image_keywords, image_date, image_active, image_media_file, image_thumb_file, image_download_url, image_allow_comments) VALUES (5, 1, 'scenes', '', '', , 1, '_MG_8981.jpg', '_MG_8981.jpg', '', 1)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, '_MG_8981.jpg', '_MG_8981.jpg', '', 1)' at line 4

DB Error: Bad SQL Query: INSERT INTO 4images_images (cat_id, user_id, image_name, image_description, image_keywords, image_date, image_active, image_media_file, image_thumb_file, image_download_url, image_allow_comments) VALUES (5, 1, 'scenes 2', '', '', , 1, '_MG_9057.jpg', '_MG_9057.jpg', '', 1)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, '_MG_9057.jpg', '_MG_9057.jpg', '', 1)' at line 4[/qcode]

Can anyone help? Thanks in advance
« Last Edit: September 27, 2006, 12:30:54 AM by beasty »

Offline cappuccino

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • PIXXGALLERY
Re: [MOD] multiupload
« Reply #114 on: September 29, 2006, 09:36:23 AM »
Thx... this mod works fine with 1.7.3, but i have still one problem.
When a member does not fill in the forms correctly and thereby the upload fails
then the side changes to member.php?action=uploadform and not to member.php?action=multiuploadform.

What modification do I have to do?
Has anybody a solution for this problem?

Thx and best regards

Offline webejpn

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] multiupload
« Reply #115 on: October 03, 2006, 05:20:27 PM »
Hello,
I coped and pasted all the files from the original post into the corresponding folders on my site.
However, nothing has changed and therer are no buttons showing up or anything.

What am i doing wrong?

I put all the files in the root folder except the member_multiupload.html file i put in the templates root folder.

Matt

Offline beasty

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] multiupload
« Reply #116 on: October 03, 2006, 05:27:50 PM »
I'm not sure if we'll get help.

------

edit: Sorry if that read a bit 'off', I didn't mean it to. Thanks from me too for this great FREE software.
« Last Edit: October 03, 2006, 07:23:31 PM by beasty »

Offline webejpn

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] multiupload
« Reply #117 on: October 03, 2006, 05:31:11 PM »
i think i figured mine out.  looks like i had the wrong folder.

for some reason my 4images area always freezes up, any ideas why?

Offline winterl

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: [MOD] multiupload
« Reply #118 on: October 07, 2006, 11:39:55 PM »
hy i have version 1.7.3 running now. but i wanted to install, but for the first step on members.php i didnt found
Code: [Select]
if (!$error) {
    // Start Upload
    include(ROOT_PATH.'includes/upload.php');
    $site_upload = new Upload();

    // Upload Media file
    if (!empty($HTTP_POST_FILES['media_file']['tmp_name']) && $HTTP_POST_FILES['media_file']['tmp_name'] != "none") {
      $new_name = $site_upload->upload_file("media_file", "media", $upload_cat);
      if (!$new_name) {
        $msg .= (($msg != "") ? "<br />" : "")."<b>".$lang['file_upload_error'].": ".$new_name."</b><br />".$site_upload->get_upload_errors();
        $uploaderror = 1;
      }
    }
    else {
      $new_name = $remote_media_file;
    }

someone can help me to solve the problem? thank you in advance.

Offline ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] multiupload
« Reply #119 on: November 29, 2006, 02:21:25 AM »
hi! when i installed this mod with 1.7.3 version it worked ok but i have installed all the security fix to 1.7.3 and now i don't see the image with the code antispam then the users can't upload pics

please, could you helpme?
:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more