Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 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.7.0 Rating:
Released: 12-24-2007 Last Update: 06-13-2009 Installs: 576
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. The recent revision history is given in the first post of this thread.

Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread.

14.06.09 Version 2.3.0 is now the the officially-supported version. Works with 3.7 and vb 3.8. Please post comments in this thread

22.06.08 Version 2.2.9-post1 - This is the previous supported version. Works fine with all versions of vb 3.6 and vb 3.7. All standard features except profile integration and forum prefix selection work fine with vb 3.8.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 01-12-2008, 05:41 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rouzbeh1 View Post
i have one more request about attributes:
could you please add an option for BBCodes? for example to use AnyMedia (Goldbrick) to play....

thanks
Yes, this is all in hand for the next alpha/beta
Reply With Quote
  #53  
Old 01-12-2008, 10:20 PM
Nam's Avatar
Nam Nam is offline
 
Join Date: Oct 2001
Location: NY
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dear Andrew, I've been looking in JW forum about the Veoh files not being able to play in IE, some people have it too but it's solvable with normal html code. I just don't know how to solve it with LDM. I'll read more and will PM you if I have found anything helpful, I need it solve as badly as anyone.
Reply With Quote
  #54  
Old 01-13-2008, 03:24 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by reddyink View Post
As a user how can I upload a file using browse, select and upload.(similar to add thread)

Where is the field???

Do I need to make it active using admincp??
step 1:

By default (i.e. as first installed) uploads are disbled in LDM, so the first step for the admin is to enable them (LDM/admin/settings/Controls on File Uploads) You have to specify the directory where the uploaded files will be stored (unlike vb itself, which by default stores attachments in the database).

step 2:

You mustalso decide which filetypes can be uploaded. By default, LDM will accept any filetypes that are listed in the VB/admin/attachments table. Standard users will be able to upload files up to the size limits given in that table; admins can upload up to the maximum size permitted by your php site configuration.

LDM will *not* accept uploads of filetypes that are not listed in that table, so if there are particular filetypes you need, you have to add them, along with correct 'mimetype' information. There's a LDM extra (see the extras directory in the release) which will do this for most of the common filetypes automatically), or you can do the job by hand

step 3

You need to give the desired usergroups permission to upload (LDM/admin/permissions/can_upload_files)

After you've done this, the 'add entry' form will include options to browse and upload.

Ther can be problems with step 1 depending on your site configuration, but it's possible to work around these in most cases.
Reply With Quote
  #55  
Old 01-13-2008, 06:56 PM
Golzarion's Avatar
Golzarion Golzarion is offline
 
Join Date: Jan 2008
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't installed yet. but I'm going to use it...

1. Should I create " download" folder with Permission 777 ?

If yes ... I had some problem with folders by 777 permision... because these folders are not safe .

and anyone have the full permission to access the folders ! and probably can hack the site !! or cause other problems...

how is the security ?

thank you.
Reply With Quote
  #56  
Old 01-14-2008, 03:31 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Golzarion View Post
I haven't installed yet. but I'm going to use it...

1. Should I create " download" folder with Permission 777 ?

If yes ... I had some problem with folders by 777 permision... because these folders are not safe .

and anyone have the full permission to access the folders ! and probably can hack the site !! or cause other problems...

how is the security ?

thank you.
If you want an absolutely secure site, then you must give people the absolutely minimum access that they need. However, if you want to let them share files, then there has to be somewhere to store these files. vbulletin's standards solution (for attachments) of storing the contents of the files in the database is fine for a relatively small number of relatively small files, but is not useful for a general purpose file exchange site.

You should certainly think carefully about where you create the upload/download folder and what types of file you will allow people to upload. But there's no need to open up your entire site. Giving open access permissions to a folder does not mean that you are giving people freedom to do anything they like. They still have to gain access.

Your web server has to be able to create and then read the files and directories in which the uploads are stored. This means that it has to be writeable by PHP. The easiest way to do this is CHMOD it 777, although some other mode may be possible depending on how your server is built.

Generally, it is not recommended that folders that are CHMODed 777 are stored within your web root. LDM works perfectly well if the upload/download folder is located above the document root, provided other security settings on your server allow this. (This prevents people from having any direct access) You tell LDM whereabouts things to be stored (outside the web root/inside the web root) by using the <em>local_file_root</em> and <em>local_file_root_prefix</em> settings in LDM's admin settings page.
Reply With Quote
  #57  
Old 01-14-2008, 04:34 PM
Golzarion's Avatar
Golzarion Golzarion is offline
 
Join Date: Jan 2008
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
LDM works perfectly well if the upload/download folder is located above the document root, provided other security settings on your server allow this. (This prevents people from having any direct access) You tell LDM whereabouts things to be stored (outside the web root/inside the web root) by using the <em>local_file_root</em> and <em>local_file_root_prefix</em> settings in LDM's admin settings page.
Thank you very much .
It's a good idea to place the upload folder( with CH Mode 777 ) above the document root.

also it can be protected by .htaccess ,,,,,

as I understand ... we can set the directory :"
Quote:
You tell LDM whereabouts things to be stored (outside the web root/inside the web root) by using the <em>local_file_root</em> and <em>local_file_root_prefix</em> settings in LDM's admin settings page.
"

would you please describe more ? I mean .. how can I set the changes that you mentioned ?

" LDM's admin settings page." ?
Reply With Quote
  #58  
Old 01-14-2008, 05:19 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Golzarion View Post
Thank you very much .
It's a good idea to place the upload folder( with CH Mode 777 ) above the document root.

also it can be protected by .htaccess ,,,,,

as I understand ... we can set the directory :""

would you please describe more ? I mean .. how can I set the changes that you mentioned ?

" LDM's admin settings page." ?
This is described in the online wiki, see http://www.eirma.org/wikis/index.php...nd_Server_Load
Reply With Quote
  #59  
Old 01-14-2008, 09:45 PM
ssslippy ssslippy is offline
 
Join Date: Jan 2006
Posts: 877
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting errors when attempting to open this zip. Was this done on high compression in winzip?
Reply With Quote
  #60  
Old 01-15-2008, 01:11 AM
pspcrazy pspcrazy is offline
 
Join Date: Apr 2005
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Yes, it's there.

There's a new setting (*length_shortdesc*) which can be set globally (admin/settings) or per category (edit category/control settings) which specifies the length of entries' short descriptions. The short description is used if you choose the short (title+thumb+short description) linkbit for the category (again admin/settings or edit category/control settings). It behaves the way you indicate.

I realize that there's another linkbit described as Short (direct link, no thumb, short description) which does not work as described in the 2.2.9 aplha1.
Thanks but is there anyway to simply have it where we can use the modern template and all we need to do is replace the link for the image/title which is also a direct link, to go to here: http://www.pspcrazy.com/forums/local...tid=15&lpage=1 or the page that allows users to comment directly, as I'm going for a all out social type site with comments, and all integrated in one area.

Is it possible to do that? Modern with a link to this page: http://www.pspcrazy.com/forums/local...tid=15&lpage=1 that's all i really need as the new short seems a bit too minimal for my own preferences. Thanks

Oh and yea something is wrong with he new version's top 10: http://www.pspcrazy.com/forums/local_links.php On that note any chance we can get two more stats based top 10's on the home of downloadS? Newest 10 and Recently Commented would be great
Reply With Quote
  #61  
Old 01-15-2008, 03:05 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ssslippy View Post
I am getting errors when attempting to open this zip. Was this done on high compression in winzip?
no normal compression. perhaps a corrupt download?

check the file size - 1,492,517 bytes
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:44 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.05916 seconds
  • Memory Usage 2,330KB
  • 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
  • (8)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
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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