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

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

Category: Major Additions - Version: 3.8.2 Rating:
Released: 06-13-2009 Last Update: 02-13-2010 Installs: 158
DB Changes Uses Plugins
Re-useable Code Additional Files Translations  
No support by the author.

What this is and does

LDM is a general-purpose tool for managing libraries of links and files, and handling uploads and downloads in a flexible way, while tracking and control user access. It has a range of integrated media players and a large library of 'plugin' extras.

Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip.

Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread. You can also find extensive discussion of this mod in the VB3.7 mods section.

14.06.09 Version 2.3.0 is the the officially-supported version. Works with 3.7 and vb 3.8.

14.02.10 Post-1 version uploaded with minor bug fixes, including dealing with PHP 5.2.12


Staff Note: Sadly, Andrew D, the developer of the Links and Downloads Manager has passed away after a long period of illness.

Download Now

File Type: zip links-2.3.0-post1-phpfix.zip (1.40 MB, 684 views)
File Type: zip links-2.3.0-post1-translations.zip (685.4 KB, 291 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
arabwit, Reloac

Comments
  #122  
Old 10-07-2009, 06:11 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by duocbienhoa View Post
help

Unexpected critical failure
Document Root not set: Refer to the LDM wiki for information on how to edit local_links_init.php
=======================================
Exactly as it says - there are instructions for dealing with this situation in the online wiki at http://www.eirma.org/wikis/index.php/Site_Configuration,

I imagine you are using the IIS web server with PHP configured to run in CGI mode.
Reply With Quote
  #123  
Old 10-09-2009, 05:40 AM
Daky Daky is offline
 
Join Date: Aug 2006
Posts: 247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Is it possible to import files from Downloads II into LDM?
Reply With Quote
  #124  
Old 10-13-2009, 07:29 PM
nohuhu nohuhu is offline
 
Join Date: Dec 2008
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AndrewD,

i'm not quite sure i've looked through all the wiki but is there any way to make force_accept option usergroup based in addition to category based? for example, i'd like to except unregistered users (and spiders too) from having to accept the agreement 'cause they have no access to files anyway.
Reply With Quote
  #125  
Old 10-14-2009, 06:23 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nohuhu View Post
AndrewD,

i'm not quite sure i've looked through all the wiki but is there any way to make force_accept option usergroup based in addition to category based? for example, i'd like to except unregistered users (and spiders too) from having to accept the agreement 'cause they have no access to files anyway.
force_accept is a setting rather than a permission, which means that it applies to all user groups. I recall discussing this with the people who originally requested this feature.

I don't think it would be much work to make it a permission, but it would require some modifications to the code.
Reply With Quote
  #126  
Old 10-14-2009, 04:40 PM
nohuhu nohuhu is offline
 
Join Date: Dec 2008
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AndrewD,

well i'm glad to hear it's not that complicated but i'll definitely wait for you to fix it. frankly, i'm afraid even to try touching LDM code, it's too big for me.

and another bugreport: after installing and opening LDM to my users it started to mail me sporadically with messages like this:

-------------------------------------------------
Database error in vBulletin 3.8.4:

Invalid SQL:

UPDATE session
SET lastactivity = 1255541199, location = '/local_links.php?action=jump&catid=10&id=80&token=M TI2MDcyNTE4OSMxODU2IzE4OC4xMzQuMzYuMTA4IzNkOGE2ZTQ 2YjZiOTg4YjdiODkzZmZiZGI5ZGY3MDkw'
WHERE sessionhash = 'f2176c383e82a857ae03127700eb4bda';

MySQL Error : MySQL server has gone away
Error Number : 2006
-------------------------------------------------

it doesn't happen with any other pages and it's not too consistent, i.e. not every user accessing LDM pages generate this error. can you recommend something?
Reply With Quote
  #127  
Old 10-15-2009, 08:46 AM
nohuhu nohuhu is offline
 
Join Date: Dec 2008
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AndrewD,

follow-up to this error: i talked to my hoster techs, they say mysql is "going away" because such an update query takes more than a minute to complete and their cron script just kills mysql process. while i think it's a problem on mysql side - i cannot imagine why simple update request in a memory table could take this much time - i tried to replicate this problem and found that it appears after an user downloads some file and stays on the entry page for some time. can it be of any help?
Reply With Quote
  #128  
Old 10-15-2009, 01:12 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nohuhu View Post
AndrewD,

follow-up to this error: i talked to my hoster techs, they say mysql is "going away" because such an update query takes more than a minute to complete and their cron script just kills mysql process. while i think it's a problem on mysql side - i cannot imagine why simple update request in a memory table could take this much time - i tried to replicate this problem and found that it appears after an user downloads some file and stays on the entry page for some time. can it be of any help?
As far as I know, this is actually a configuration setting in MySQL - a few people have reported it over the years. I think it is *wait_timeout*, which by default is 28800 seconds. Some sites set this to a much smaller value, and this is when the error message starts to appear.

I think you are almost correct with your diagnosis - if the physical download takes longer than the timeout setting, then the database connection has gone away before vbulletin can carry out its close down procedures. Maybe there's some fix I could apply inside LDM - there is a warning message generated if the value is less than 10 seconds - but it has not seemed serious.
Reply With Quote
  #129  
Old 10-16-2009, 01:05 PM
jhale1966 jhale1966 is offline
 
Join Date: Sep 2009
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I go to add files en masse I want to remove the default description that's added. It says I can do this by 'Template used to describe entries created during directory synchronisations and scans: links_scantext' - but where is this template? I went thru the settings but can't seem to find it anywhere. Thanks!
Reply With Quote
  #130  
Old 10-16-2009, 01:30 PM
chick's Avatar
chick chick is offline
 
Join Date: Aug 2006
Location: PI Land
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow this is quite the in depth script. Could someone tell me what goes in this space (in red) or where to put something here? Thanks
Attached Images
File Type: jpg whatgoeshere.jpg (41.2 KB, 0 views)
Reply With Quote
  #131  
Old 10-16-2009, 02:27 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chick View Post
wow this is quite the in depth script. Could someone tell me what goes in this space (in red) or where to put something here? Thanks
Various things appear here

- if you are inside a category, the category's description appears
- in addition, a range of other information will appear, depending on user/options selected/etc:
o a list of moderators
o if you have created a "linked forum" for the category, the name of that forum
o if posts are auto-created when you add new entries, the name of that forum
o if the "starred nominations" feature is enabled, some information on the current user's nomination
o if the allowances system is operational, the user's allowances/consumption
o a warning if the setting *must_rate_download* is on
o ditto *must_rate_play*
o if the category is "autosynchronised" with a filesystem directory, information on the state of synchronisation
o an RSS link if the RSS feed setting is on

If none of these apply, e.g. in the base category with none of the above options, you simply get an empty box as your image shows.

If you want to add further information, you need to edit the "links_main" template.
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 01:32 PM.


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.09629 seconds
  • Memory Usage 2,349KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)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
  • (3)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete