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
  #1752  
Old 05-19-2007, 12:02 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by freewhiteeagle View Post
Hi,

I'm very new to the whole forum world so please bear with me here...

I'm having trouble with the installation of the mod as I'm not sure where to upload into 'the corresponding forum directories.'

Here's what I did:

- I put the content of the includes and the clientscript folders in the appropriate forum directories.

- I wasn't sure where to put the release/forums/local php files, though, so I put them under the main forum directory. (?)

- I did the same with the release/vba_modules folder.

Not sure where to upload the release/extras folder and the tests folder.


When I tried to install the xml files via vB, I got the following messages:

Warning: Unknown(/home/rawfree/public_html/forum/includes/local_links_init.php): failed to open stream: No such file or directory in /admincp/plugin.php(1941) : eval()'d code on line 3

Fatal error: (null)() [function.require]: Failed opening required '/home/rawfree/public_html/forum/includes/local_links_init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rawfree/public_html/forum/admincp/plugin.php(1941) : eval()'d code on line 3

Please advice!

Thanks,

Carmella
Happy to help.

The error message is telling you that it can't find the file local_links_init.php in the forum/includes directory.

The directory structure in the release/ part of the zip file is *exactly* the same as the directory structure for vbulletin. This is where things should go:

- in your main forums directory:
local_links.php
local_links_actions.php
local_links_admin..php
local_links_ajax.php
local_links_search.php
local_resize.php
local_stream.php

- in your forums/clientscript directory
ldm_ajax_doisugg.js
ldm_ajax_keysugg.js
ldm_global.js

- in your forum/includes directory
local_links_admininclude.php
local_links_include.php
local_links_misc.php
local_links_players.php
local_links_resize.php

- in your forums/include/xml directory
cpnav_xlinks.xml
hooks_ldm.xml

There's then one decision you need to make yourself - where to put the contents of the release/icons directory. I suggest you create a directory called forum/ldmicon

You do not upload the vba_modules directory - you only need these if you are using vbadvanced, and vbadvanced modules are installed via the vba installation process, not uploaded.

If you still have problems, send me a PM and I'll be glad to help.
Reply With Quote
  #1753  
Old 05-19-2007, 12:04 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheHeartSmasher View Post
Not many that do maybe it is something built in that forces it to act this way
Now I am wondering if there is a way to incorporate limited the download rate for users.
Example Administrators get unlimited download rate
Guest get 100kbs with 1 Parallel Downloads
Registered users get 500kbs with 3 Parallel Downloads (Drops down to 166.66kbs if they download three at a time for each download)
Premium or Long Time Members get Unlimited

If this was possible this would be even better.

As I have seen dedicated software but they are really buggy and don't integrate with vbulletin very well.
will think about this.

Quote:
Also a flv player
there is one already - take a look in the extras directory of the release.
Reply With Quote
  #1754  
Old 05-19-2007, 12:09 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by butty View Post
hello. i currently have my ldm in my public_html/media folder.

i have found out that it is possible for people to find out that the contents are there and download the files when i dont have this option available under the settings

what i want to know is can i move the media folder below the public_html folder and will it still work. would this then stop people being able to download the files andhow would i go about moving it?

many thanks for your time
yes, this is explained in the online wiki, see http://www.eirma.org/wikis/index.php...nd_Server_Load

You use the local_file_root and local_file_root_prefix settings on the ldm admin page. Set local_file_root *on* so that LDM refers to files in terms of the server root directory rather than the website root directory, and set local_file_root_prefix to the name of the base directory you want to use - ** it's important that you do this, otherwise you are potentially opening up your whole server directory structure to LDM users **

If you move your current files cleverly into the same directory relative to ..local_file_root_prefix/, everything will continue to work unchanged, but be totally hidden from people who try to leech the files. If you have problems, you can always do a mass edit of the entries via the admin/categories page.

It's a good idea to take a backup...
Reply With Quote
  #1755  
Old 05-19-2007, 06:33 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ophelia View Post
Hello Andrew!

We want to create an area that is password protected so that only those we pm w/ the password can access it. Is this possible?
I think that I have to change the way LDM handles forum association. It seems straightforward to ask for the password when the user tries to view a category that is associated with a password protected forum, in the same way as the user is asked for the password when trying to view the forum itself.

What is less obvious is what to do about entries that are associated with such a forum. Remember that entries can be associated with different forums than the category they are in.

I think that the logical approach is to ask for the password when trying to access the entry, not when trying to view it in its category.

So this would suggest :

- categories associated with password protected forums would trigger a password request when the user tries to view the category
- entries associated with password protected forums would be visible in the category listing (assuming the user has the normal can_view_ privs to that forum) and would trigger the password request when the user tries to download/jump to the entry's url.

Does that make sense?
Reply With Quote
  #1756  
Old 05-20-2007, 01:06 AM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
yes, this is explained in the online wiki, see http://www.eirma.org/wikis/index.php...nd_Server_Load

You use the local_file_root and local_file_root_prefix settings on the ldm admin page. Set local_file_root *on* so that LDM refers to files in terms of the server root directory rather than the website root directory, and set local_file_root_prefix to the name of the base directory you want to use - ** it's important that you do this, otherwise you are potentially opening up your whole server directory structure to LDM users **

If you move your current files cleverly into the same directory relative to ..local_file_root_prefix/, everything will continue to work unchanged, but be totally hidden from people who try to leech the files. If you have problems, you can always do a mass edit of the entries via the admin/categories page.

It's a good idea to take a backup...
If i have none enabled, am I in troubles? OO
Reply With Quote
  #1757  
Old 05-20-2007, 02:50 AM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vB 3.6.7 killed my LDM! u.u

=======================================
Unexpected critical failure
Critical Error: Cannot find Links and Downloads Manager database tables
=======================================

EDIT: NOOO! o.O
Geez, I'm tired... i forgot to change the database prefix ^^,

Now everything looks fine!
Reply With Quote
  #1758  
Old 05-20-2007, 04:21 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by obmob View Post
If i have none enabled, am I in troubles? OO
No.
Reply With Quote
  #1759  
Old 05-20-2007, 06:10 PM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

woot! andrew still pwning all mods with his support! Andrew for vb mod president!

Quote:
Originally Posted by AndrewD View Post
there is one already - take a look in the extras directory of the release.
how about one where ppl can upload regular movie files and it converts them to play in the flash player...

ie: that would give us all our own youtube, google vid etc site instantly!! awww yahh... user contributed movie content here we come!! that wold be sooo leet.

(sorry, I know that might not be possiboe...but it was a thought. )


also, may LDM is producing weird letters when post comments to threads....
ie: make a comment to a video, it posts to thread... the comment comes out with weird text:
namely: " \r\n\r\n" appears

eg:
http://www.clantsu.org/forums/anime/...subtitled.html

still can't figure out why the thumbnail viewer isn't working for our music upload section. I have not changed any templates of LDM.
Reply With Quote
  #1760  
Old 05-20-2007, 06:32 PM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ps. sorry forgot a question...

is there a way to find out what the actually link to the file is? like if want to hotlink to an uploaded video or music file (mp3) to stream somewhere else (like another site or part of the forums)...

could I?


specifially I want to:

-upload a mp3 to LDM.
-link and/or stream it elswehre, like a separate xeon flash jukebox thingy or a separate site.

but I can't figure out what the url would be(much less whether it'd work). me stooopid.
Reply With Quote
  #1761  
Old 05-21-2007, 12:40 AM
kandip kandip is offline
 
Join Date: Mar 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, can someone please help me with the local_stream.php?action=stream&linkid=3&catid=1

What happens is this... (when i try to stream a video file)

I have my local_files_root_prefix set as "home/username/
and the upload dir is set at "home/username/uploads/
local_files_root is set to yes

now when i try to stream a video file.. it loads a player but it does not stream. Now I dont know why it does that. I went through this entire thread, like 118 pages to find the solution.. but no luck...

It streams MP3 files just fine.

So someone please help me.. .thanks in advance.
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 02:25 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.05479 seconds
  • Memory Usage 2,341KB
  • 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
  • (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