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
  #52  
Old 07-28-2009, 10:20 AM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
The raw url is stored in $linkurl, but this is probably not what you are after. If you want the masked url that allows LDM to keep file locations secret and track hits, you need to create a plugin, as follows:

hook location: ldm_linkbit_create

code:

PHP Code:
$linkmaskurl ldm_seo_url("jump"$linkcatid$linkid); 
thanks Andrew
it worked perfect
Reply With Quote
  #53  
Old 07-28-2009, 02:14 PM
biome.pat biome.pat is offline
 
Join Date: Aug 2008
Location: Toronto, ON, Canada
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Sorry to hear this. Blank pages are usually caused by one of three problems - a) code bugs; b) faulty code file uploads; and c) resource limits. As you've turned off other mods and no-one else has reported a problem, a) seems the least likely. You can check b) by going to LDM/admin/check file versions, which carries out an integrity check on all the code files. Which leaves c). A common problem is insufficient memory. Two checks here - go to LDM/Admin and take a look at the memory_limit value in your php settings (down the left hand side). If this is less than 12M or so, that might be the problem.

One way to check this (assuming your server configuration allows it) is to create a plugin to allow you to use more memory. Go to vb/admincp/products and plugins/add new plugin, and create a new plugin with the following settings:

hook location: global_start
title: debug
plugin php code: ini_set('memory_limit', '16M');
active: yes

If the memory limit is the problem, you should ask your host provider to change the default limit to, e.g., 16M or 24M.

Am happy to take a look at your board if you need further help, but will require full admin access.
Andrew, you're amazing. It's one thing to see you helping everyone else, but for some reason I'm still blown away that I'm getting the same attention from you. Truly, you are a gentleman.

The memory limit is actually 128M, so I'm guessing that's not it. As for the other suggestion, I couldn't find any links or settings for "check file versions" on the LDM admin page... maybe I'm just being a dolt though.

Anyhow, I'll send you admin login credentials for the dev site, but don't worry about spending too much time on it. I'd way rather use your download manager, but worst-case-scenario, I can fall back on the less-featured DownloadsII

Thanks again!
Reply With Quote
  #54  
Old 07-31-2009, 06:40 PM
Verionia Verionia is offline
 
Join Date: Jul 2009
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by biome.pat View Post
Andrew, you're amazing. It's one thing to see you helping everyone else, but for some reason I'm still blown away that I'm getting the same attention from you. Truly, you are a gentleman.

The memory limit is actually 128M, so I'm guessing that's not it. As for the other suggestion, I couldn't find any links or settings for "check file versions" on the LDM admin page... maybe I'm just being a dolt though.

Anyhow, I'll send you admin login credentials for the dev site, but don't worry about spending too much time on it. I'd way rather use your download manager, but worst-case-scenario, I can fall back on the less-featured DownloadsII

Thanks again!
Im getting blank pages too
Reply With Quote
  #55  
Old 07-31-2009, 06:52 PM
Verionia Verionia is offline
 
Join Date: Jul 2009
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How come I get this message when I try to access the links page:

S**, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Reply With Quote
  #56  
Old 08-01-2009, 04:06 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Verionia View Post
Im getting blank pages too
Sorry to hear this. Reasons for blank pages are explained in the wiki, see http://www.eirma.org/wikis/index.php/Common_Problems. The standard settings for a secure web server turn off/disable error reporting, which leads to blank screens.

Let me know if you can't easily resolve this. Am happy to help if you give me access to your site.
Reply With Quote
  #57  
Old 08-01-2009, 04:09 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Verionia View Post
How come I get this message when I try to access the links page:

S**, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Have you changed any of the default LDM permissions (LDM/admin/permissions)? Or have you added extra usergroups to your board - you will need to give those groups LDM access permissions.
Reply With Quote
  #58  
Old 08-04-2009, 09:28 PM
Verionia Verionia is offline
 
Join Date: Jul 2009
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Have you changed any of the default LDM permissions (LDM/admin/permissions)? Or have you added extra usergroups to your board - you will need to give those groups LDM access permissions.
No didnt change anything... have followed that thread, but still nothing...
Reply With Quote
  #59  
Old 08-05-2009, 03:47 AM
Zookie's Avatar
Zookie Zookie is offline
 
Join Date: Jul 2009
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm evaluating DownloadsII but may want to check out LDM as well. Can both mods be installed to the same vBulletin forum or does this present a problem? Also, I am hosted on an IIS server. Does this present any problems? Are there any security settings I'd need to have to change for directories?

As I said, I'm presently trying DownloadsII. Can't get it working and am waiting for a reply by the author so thought I'd give LDM a try in the mean time. One area of concern I have with LDM is that I have to change the permissions on the downloads directory making it writeable and executable (chmod 777). Can't do this via FTP on an IIS server so I'm having to ask my host to do it for me. But one poster in the DownloadsII thread remarked that this looked like a huge security hole. I don't know enough about web server security to have an opinion on that. What are your thoughts? Does LDM have a similar requirement?

Thanks!
Reply With Quote
  #60  
Old 08-05-2009, 05:22 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zookie View Post
I'm evaluating DownloadsII but may want to check out LDM as well. Can both mods be installed to the same vBulletin forum or does this present a problem? Also, I am hosted on an IIS server. Does this present any problems? Are there any security settings I'd need to have to change for directories?

As I said, I'm presently trying DownloadsII. Can't get it working and am waiting for a reply by the author so thought I'd give LDM a try in the mean time. One area of concern I have with LDM is that I have to change the permissions on the downloads directory making it writeable and executable (chmod 777). Can't do this via FTP on an IIS server so I'm having to ask my host to do it for me. But one poster in the DownloadsII thread remarked that this looked like a huge security hole. I don't know enough about web server security to have an opinion on that. What are your thoughts? Does LDM have a similar requirement?

Thanks!
As far as I know, there is no difficulty in having both mods installed on the same board.

As you say, the directory(ies) in which uploaded files are stored has to be writable by the web server. This should not need 777 permissions and should not create a huge security hole.

Concerning security in general, there is always some trade off between this and functionality. I've written some guidance notes in the wiki, see http://www.eirma.org/wikis/index.php...nd_Server_Load.

Concerning IIS, the only problem that has been reported is when PHP is running in CGI mode. In this case, it's necessary to make a small code change, again described in the wiki at http://www.eirma.org/wikis/index.php/Site_Configuration
Reply With Quote
  #61  
Old 08-05-2009, 11:14 PM
Zookie's Avatar
Zookie Zookie is offline
 
Join Date: Jul 2009
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this add-on include a progress bar display for when files are being uploaded?
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:16 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.05269 seconds
  • Memory Usage 2,355KB
  • 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
  • (1)bbcode_php
  • (7)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
  • (1)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
  • (2)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