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
  #1572  
Old 04-09-2007, 04:02 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, thanls Andrew, i'll test them this week.
Reply With Quote
  #1573  
Old 04-10-2007, 07:47 AM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update now installed

No problems with the upgrade and no bugs found so far .. this could change

Suggestions:

If admin, allow to enter comments as other forum users. This is handy if someone has entered a link and written "war and peace" about the link. It would be cool to enter this extra info as a comment by the user on the link instead.

Quick link adding. If you enter a link LDM goes off and finds the meta-data and fills in the rest of the details from this info. (editable if required of course )

I hope you had a good Easter Andrew!!
Reply With Quote
  #1574  
Old 04-11-2007, 02:15 AM
itsblack itsblack is offline
 
Join Date: Dec 2005
Location: Augsburg
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Andrew, today I try to use the allowance system to control the downloads. I let the registered user download 1 item every 1 day.
Attachment 62938

And I make a test myself. But I can download different item one after another! Right under the category descritption show that "Allowances: 1 files/ 2 used". That makes me confuse. I also disabled the option "can_bypass_bandwidth_limits ", so I can't figure it out, what's happened.
Reply With Quote
  #1575  
Old 04-11-2007, 04:23 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by itsblack View Post
Hi Andrew, today I try to use the allowance system to control the downloads. I let the registered user download 1 item every 1 day.
Attachment 62938

And I make a test myself. But I can download different item one after another! Right under the category descritption show that "Allowances: 1 files/ 2 used". That makes me confuse. I also disabled the option "can_bypass_bandwidth_limits ", so I can't figure it out, what's happened.
Are you 'downloading' or are you hitting 'links' - i.e do the entries that you are selecting have filetypes that are defined as downloads (i.e. with mimetype data in the VB attachments table).

The test for sufficient file/bandwidth allowances is only applied when you try to make a 'download'. For 'links', the allowances don't apply, because LDM doesn't manage the transfer.

However, you've found a bug in the reporting system ("Allowances: 1 files/ 2 used"), because the figure "2 used" is counting the links you have hit as well as your downloads. I'm surprised that this hasn't been noticed before, because the code in question hasn't changed for quite some time. (There's a piece missing in the sql query that I use to produce that report.) Sorry about that.
Reply With Quote
  #1576  
Old 04-11-2007, 01:51 PM
itsblack itsblack is offline
 
Join Date: Dec 2005
Location: Augsburg
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually the most filetypes on my site is rar file. It is defined as "Content-type: unknown/unknown" in vb attachments table. Now I have changed it to "Content-type: application/rar". I think both ways are handled as download. But the problem remains.

Maybe, as you said, the LDM is always treat my rar download as hits. Because in the total LDM stastics (as VBA module) there is always "reserved: 0 Kbytes", though there are 1130 Hits. But I am sure, the most hits are rar-downloads from my own site.

Btw, when I submitt the new entry, the LDM can determine the file size.
Reply With Quote
  #1577  
Old 04-11-2007, 01:54 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by itsblack View Post
Actually the most filetypes on my site is rar file. It is defined as "Content-type: unknown/unknown" in vb attachments table. Now I have changed it to "Content-type: application/rar". I think both ways are handled as download. But the problem remains.

Maybe, as you said, the LDM is always treat my rar download as hits. Because in the total LDM stastics (as VBA module) there is always "reserved: 0 Kbytes", though there are 1130 Hits. But I am sure, the most hits are rar-downloads from my own site.

Btw, when I submitt the new entry, the LDM can determine the file size.
OK, then there's something wrong. I'll dig and report what I find.
Reply With Quote
  #1578  
Old 04-11-2007, 05:46 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by itsblack View Post
Actually the most filetypes on my site is rar file. It is defined as "Content-type: unknown/unknown" in vb attachments table. Now I have changed it to "Content-type: application/rar". I think both ways are handled as download. But the problem remains.

Maybe, as you said, the LDM is always treat my rar download as hits. Because in the total LDM stastics (as VBA module) there is always "reserved: 0 Kbytes", though there are 1130 Hits. But I am sure, the most hits are rar-downloads from my own site.

Btw, when I submitt the new entry, the LDM can determine the file size.
Have you got force_redirect set to 1?

I took a look through the database dump you sent me last week, and LDM is indeed serving these files as 'links' even though it's clear from your site (because the filesize is shown) that it knows that there is mimetype infomation available.

It's difficult for me to debug your site directly - Chinese is not one of my skills... - I'm impressed though by the range of philosophy you're making available.
Reply With Quote
  #1579  
Old 04-11-2007, 06:37 PM
itsblack itsblack is offline
 
Join Date: Dec 2005
Location: Augsburg
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I set force_redirect = 1. Because when I set force_redirect = 0, there will be download error (download not completely), and I thought it will also take more server resource, So I prefer to set it to 1.

Is it possible, just let LDM judge the hit allowance has reached or not, when reached, then reject more hit.

btw, I have changed LDM to english version. And I've also move you to the registered usergroup, so you can directly vist my site. You can per LDM/Show menu get the eitries, there are also many entries used englisch. If you nedd admin account, just tell me.

Thanks again for your help.
Reply With Quote
  #1580  
Old 04-11-2007, 07:30 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by itsblack View Post
Yes, I set force_redirect = 1. Because when I set force_redirect = 0, there will be download error (download not completely), and I thought it will also take more server resource, So I prefer to set it to 1.

Is it possible, just let LDM judge the hit allowance has reached or not, when reached, then reject more hit.

btw, I have changed LDM to english version.
OK, now I understand. When force_redirect=1, the hit/bandwidth allowances don't currently come into effect. As LDM is not handling the transfer, I assumed that sites wouldn't want to restrict hits.

This can probably be changed, but it needs some thought.

With force_redirect=0, probably you are seeing transfers fail to complete for large files (I saw some very big files on your site), particularly if identified with a full url.

With the latest versions of LDM, you can set force_redirect on a per-category basis.
Reply With Quote
  #1581  
Old 04-11-2007, 08:44 PM
itsblack itsblack is offline
 
Join Date: Dec 2005
Location: Augsburg
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
With force_redirect=0, probably you are seeing transfers fail to complete for large files (I saw some very big files on your site), particularly if identified with a full url.

With the latest versions of LDM, you can set force_redirect on a per-category basis.
I need an overall downloads control, so set force_redirect on a per-category basis make no use for me.

For those links which link to other sites, I have created a single category to put them in, and I set this category bypass the allowance setting.
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 12:49 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.07134 seconds
  • Memory Usage 2,329KB
  • 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
  • (5)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