Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Links and Downloads Manager Details »»
Links and Downloads Manager
Version: 2.2.8, by AndrewD AndrewD is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 06-18-2006 Last Update: 02-03-2008 Installs: 661
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here

Version 2.2.8 remains available here, with limited support.

04.02.08: patch-cat.xml 'extra' uploaded - see first post for information

27.10.07: Version 2.2.8-post1 uploaded
French translation of product installer uploaded (other language translations are in the main release zip)

Remember to back up your current database tables before upgrading.

What this is and does

LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs.

This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced.

Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager

Thank you to everyone who has tested, given suggestions, helped with the translations, etc.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
VIP Hawaii

Comments
  #1082  
Old 01-22-2007, 11:16 AM
dholt's Avatar
dholt dholt is offline
 
Join Date: Aug 2006
Location: Somewere in Delaware
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Andrew Thanks for all your Support.

Question

I have Music that is 2.43M MY PHP.INI file says 2M Max UPLOAD I changed it to 3 but IDM Does not notice it. and I get the over 2M Message.

What to do so I can Upload Music File that are more then 2M.

INFO

LDM (admin settings) 2.2.6
file_icons_dir images/ldm_icons/
local_file_root No
local_file_root_prefix (not set)
File uploads Enabled
upload_dir ldm_upload
thumbs_dir forum/images/ldm_thumbs
PHP (php.ini) 4.4.4
allow_url_fopen Yes
cURL Yes
GD2 Yes
open_basedir (not set)
post_max_size 8M
upload_max_filesize 2M
MySQL (my.ini) 4.1.21-standard-log
wait_timeout 100
Low value for MySQL wait_timeout

Highlighted in red you see the 2M

This is the line of code in my PHP.INI I changed to 3M
PHP Code:
;;;;;;;;;;;;;;;;
File Uploads ;
;;;;;;;;;;;;;;;;
file_uploads    On                Whether to allow HTTP file uploads
;upload_tmp_dir    =                    ; temporary directory for HTTP uploaded files (will use system default if not specified)
upload_max_filesize 3M            Maximum allowed size for uploaded files 
My Question is that most Music files are more then 2M or should they be uploaded in a zip format but then they will not play in that format.

I wanted to let users upload Music, but Most Music files are like 2.34M

What to do and How could I fix this in IDM

Thanks

I Inclosed a zip of my PHP.INI if needed
Reply With Quote
  #1083  
Old 01-22-2007, 12:05 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dholt View Post
I have Music that is 2.43M MY PHP.INI file says 2M Max UPLOAD I changed it to 3 but IDM Does not notice it. and I get the over 2M Message.

What to do so I can Upload Music File that are more then 2M.

INFO

LDM (admin settings) 2.2.6
file_icons_dir images/ldm_icons/
local_file_root No
local_file_root_prefix (not set)
File uploads Enabled
upload_dir ldm_upload
thumbs_dir forum/images/ldm_thumbs
PHP (php.ini) 4.4.4
allow_url_fopen Yes
cURL Yes
GD2 Yes
open_basedir (not set)
post_max_size 8M
upload_max_filesize 2M
MySQL (my.ini) 4.1.21-standard-log
wait_timeout 100
Low value for MySQL wait_timeout

Highlighted in red you see the 2M

This is the line of code in my PHP.INI I changed to 3M

My Question is that most Music files are more then 2M or should they be uploaded in a zip format but then they will not play in that format.

I wanted to let users upload Music, but Most Music files are like 2.34M

What to do and How could I fix this in IDM

Thanks

I Inclosed a zip of my PHP.INI if needed
LDM is picking up the values reported to it by your web server. If you edit php.ini, you generally have to restart the server before anything will pick up the new values. I imagine that's the problem.

You can also check these settings by going to the main VB/admincp page or VB/admincp/maintenance/phpinfo page which gives you a full summary of the environment settings. ou should see the same values as are being reported by LDM.

Also make sure that the maximum file sizes set in your vb/admin/attachments/attachment manager is sufficient. LDM will not allow general users to upload files bigger than these settings - it allows admins to upload up to the lesser of post_max_size and upload_max_filesize
Reply With Quote
  #1084  
Old 01-22-2007, 01:13 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, so many questions Oo

Hmm... Andrew, will there be new phrases for 2.2.7?
If so, to schedule translation ^^
Reply With Quote
  #1085  
Old 01-22-2007, 06:56 PM
Demon fox Demon fox is offline
 
Join Date: Jan 2007
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Andrew just a little question the downlaods manager seems to pick up the file size of zip files fine. But when it comes to .rar files it doesnt show how large the file is.

Is there a setting I have to change to show the file size?
Reply With Quote
  #1086  
Old 01-22-2007, 07:03 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Demon fox View Post
Hey Andrew just a little question the downlaods manager seems to pick up the file size of zip files fine. But when it comes to .rar files it doesnt show how large the file is.

Is there a setting I have to change to show the file size?
Yes, you have to add rar to the vbulletin attachments table, so that LDM knows that these are 'downloads'.

VB/admincp/attachments/attachments manager/add new extension

extension: rar
mimetype: Content-type: application/rar
Reply With Quote
  #1087  
Old 01-22-2007, 07:12 PM
Demon fox Demon fox is offline
 
Join Date: Jan 2007
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok kool thanks for the quicl response now ive done that do I have to wait a while for my current rar downloads to show the size because at the moment there still the same.
Reply With Quote
  #1088  
Old 01-22-2007, 07:28 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Demon fox View Post
Ok kool thanks for the quicl response now ive done that do I have to wait a while for my current rar downloads to show the size because at the moment there still the same.
as far as I can recall, you need to do one of the following:

- visit them,
- edit them,
- or use the ldm/admin/statistics/validate
Reply With Quote
  #1089  
Old 01-22-2007, 08:46 PM
ombossman ombossman is offline
 
Join Date: Mar 2004
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you very much for every they mr AndrewD
Reply With Quote
  #1090  
Old 01-22-2007, 09:11 PM
mauro1947 mauro1947 is offline
 
Join Date: Nov 2006
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!
AndrewD i have a problem:
Now, our database display bad the numbers of link inside any folder (or directory).
Can you help me to recount?
Is there any way to the script recount and change the values?
Thanks a lot
Bye!
Reply With Quote
  #1091  
Old 01-22-2007, 10:12 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I installed this on another site two years ago but just cant get it right this time, is there anyone who can get it going for a small fee? Have uploaded files and ran product xml. Need to have it linked to forums.
Please let me know as this is something we really want to use mainly for music.
Mainy two main categories, audio with 15 sub cats, and video later on.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:02 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08738 seconds
  • Memory Usage 2,326KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete