Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Links and Downloads Manager Details »»
Links and Downloads Manager
Mod Version: 2.3.0, by AndrewD (Coder) AndrewD is offline
Developer Last Online: Apr 2010 I like it Show Printable Version Email this Page

vB Version: 3.8.2 Rating: (32 votes - 4.91 average) Installs: 154
Released: 14 Jun 2009 Last Update: 14 Feb 2010 Downloads: 2013
Not Supported DB Changes Uses Plugins Additional Files Re-usable Code Translations  

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

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Links and Downloads Manager AndrewD vBulletin 3.6 Add-ons 3065 21 May 2012 02:18
Links and Downloads Manager AndrewD vBulletin 3.7 Add-ons 2046 17 Oct 2011 05:07
Links and Downloads Manager AndrewD vBulletin 3.5 Add-ons 2467 08 Apr 2010 16:24

  #121  
Old 07 Oct 2009, 07:11
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
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.
__________________
Looking for help with the Links and Downloads Manager? Have you checked the LDM Wiki?
Reply With Quote
  #122  
Old 09 Oct 2009, 06:40
Daky's Avatar
Daky Daky is offline
 
Join Date: Aug 2006
Hi

Is it possible to import files from Downloads II into LDM?
Reply With Quote
  #123  
Old 13 Oct 2009, 20:29
nohuhu nohuhu is offline
 
Join Date: Dec 2008
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
  #124  
Old 14 Oct 2009, 07:23
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
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.
__________________
Looking for help with the Links and Downloads Manager? Have you checked the LDM Wiki?
Reply With Quote
  #125  
Old 14 Oct 2009, 17:40
nohuhu nohuhu is offline
 
Join Date: Dec 2008
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=MTI2MDcyNTE4OSMxODU2IzE4OC4xMzQ uMzYuMTA4IzNkOGE2ZTQ2YjZiOTg4YjdiODkzZmZiZGI5ZGY3MDkw'
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
  #126  
Old 15 Oct 2009, 09:46
nohuhu nohuhu is offline
 
Join Date: Dec 2008
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
  #127  
Old 15 Oct 2009, 14:12
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
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.
__________________
Looking for help with the Links and Downloads Manager? Have you checked the LDM Wiki?
Reply With Quote
  #128  
Old 16 Oct 2009, 14:05
jhale1966 jhale1966 is offline
 
Join Date: Sep 2009
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!
__________________
Jim Hale
Hale Recordings
Reply With Quote
  #129  
Old 16 Oct 2009, 14:30
chick's Avatar
chick chick is offline
 
Join Date: Sep 2006
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, 17 views)
__________________
Thank you all, everything you do is appreciated!
vbSpill It © 2009 - Anonymous Posting Mod
vbPenAward © 2009 - Writers Pen Awards
Reply With Quote
  #130  
Old 16 Oct 2009, 15:27
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
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.
__________________
Looking for help with the Links and Downloads Manager? Have you checked the LDM Wiki?

Last edited by AndrewD : 16 Oct 2009 at 15:38.
Reply With Quote
  #131  
Old 16 Oct 2009, 22:16
chick's Avatar
chick chick is offline
 
Join Date: Sep 2006
I see thank you very much for telling me that. Well I can see this will take me a long time to figure out... thanks for creating something so entailed, amazing.
__________________
Thank you all, everything you do is appreciated!
vbSpill It © 2009 - Anonymous Posting Mod
vbPenAward © 2009 - Writers Pen Awards
Reply With Quote
  #132  
Old 18 Oct 2009, 13:41
chick's Avatar
chick chick is offline
 
Join Date: Sep 2006
Question

Hello again Andrew, I have gone through the Wiki and I am still having a problem with that empty area that shows just on the main page (other pages obviously have cat info etc...) but I want to eliminate that main page top table, it looks like precat and I tried removing it from the LDM main template but it was not removed.

See image, how can I remove this main page table that is basically empty? Thank you.
Attached Images
File Type: jpg LDMmainpage.jpg (72.1 KB, 9 views)
__________________
Thank you all, everything you do is appreciated!
vbSpill It © 2009 - Anonymous Posting Mod
vbPenAward © 2009 - Writers Pen Awards
Reply With Quote
  #133  
Old 18 Oct 2009, 14:47
jhale1966 jhale1966 is offline
 
Join Date: Sep 2009
Originally Posted by jhale1966 View Post
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!
Never mind - I thought everything was under the 'links & Downloads' Admin CP - never thought to look under the VB Styles and Templates section.
__________________
Jim Hale
Hale Recordings
Reply With Quote
  #134  
Old 18 Oct 2009, 14:49
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
Originally Posted by chick View Post
Hello again Andrew, I have gone through the Wiki and I am still having a problem with that empty area that shows just on the main page (other pages obviously have cat info etc...) but I want to eliminate that main page top table, it looks like precat and I tried removing it from the LDM main template but it was not removed.

See image, how can I remove this main page table that is basically empty? Thank you.
Hi,

edit the links_main template. Find the section that reads


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and change to


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

__________________
Looking for help with the Links and Downloads Manager? Have you checked the LDM Wiki?
Reply With Quote
  #135  
Old 18 Oct 2009, 15:20
abdelghani68 abdelghani68 is offline
 
Join Date: Oct 2007
Hi andrew

is it possible to have some informations for Links and Downloads Manager and vbulletin 4 please ?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

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


New To Site? Need Help?

All times are GMT. The time now is 16:51.

Layout Options | Width: Wide Color: