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
  #182  
Old 03-04-2008, 10:57 PM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

maybe because the files are not in the forum root.
try to put a full url of your video in the xml files
Reply With Quote
  #183  
Old 03-04-2008, 11:04 PM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

as far as i know videos are downloadable with several tools if one wants to download them.
but LDM is streaming the files, so it normally shouldn't give out the url.

i your files are on the same webspace, try linking files like this example:

video.flv is in: /home/user/public_html/some/folder/video.flv
and forum is in: /home/user/public_html/forums/
link to file will be : ../some/folder/video.flv
Reply With Quote
  #184  
Old 03-05-2008, 12:05 AM
RikiB RikiB is offline
 
Join Date: Dec 2007
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want it to be as secure as possible, I even tried using orbit downloader with the stream option on a single FLV and it failed to download it...very encouraging. I also tried pointing to /home/use/download in the xml and it didnt seem to work, Ill keep trying
Reply With Quote
  #185  
Old 03-05-2008, 08:07 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RikiB View Post
It almost works, I added it to the attachment table and also the media player and it brings up the flv player but it acts like it cant find the videos, the videos are in the same folder and the xml is just calling the filename like normal. Anyone know why its not working?

Riki
There are some sensitivities with this - I think I got them sorted out for direct streaming of mp3s, flvs and swfs - as I recall, it's about getting the paths correct as far as the flash is concerned, and ensuring everything is properly urlencoded so that the javascript doesn't croak. I'll take a look at the playlist code to see if they will work with streams.
Reply With Quote
  #186  
Old 03-05-2008, 08:14 AM
sickboy6ths sickboy6ths is offline
 
Join Date: Apr 2005
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I get this error when my members surf the download center. (When I as Administrator do it, i dont get errors):

Quote:
Database error in vBulletin 3.7.0 Beta 5:

Invalid SQL:

SELECT COUNT(linkid) AS newlinks
FROM local_linkslink AS link
WHERE link.linkforum NOT IN (0,245,251,252,249,253,248,254,247,255,250,256,225 ,230,231,229,228,232,257,261,227,246,236,146)
AND linkdate > 1202112831
AND (link.linkmoderate = OR
(link.linkmoderate = AND link.linkuserid = 1277)
);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OR
(link.linkmoderate = AND link.linkuserid = 1277)
)' at line 5
Error Number : 1064
Date : Wednesday, March 5th 2008 @ 09:13:51 AM
Script : xxxx/vbulletin/local_links.php?
Referrer : xxxx/downloads
IP Address : xxxxxxx
Username :xxxxxx
Classname : vB_Database_MySQLi
MySQL Version :
================================================== ===
Thanks for any insights/help! I love your product!

Some more Data:
php 5.2,
mysql 5,
Problem occured after going from vB 3.6.3 to 3.7.0 beta5 and upgrading LDM from 2.2.8 to 2.2.9alpha3
Reply With Quote
  #187  
Old 03-05-2008, 08:35 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sickboy6ths View Post
Hi,

I get this error when my members surf the download center. (When I as Administrator do it, i dont get errors):


Thanks for any insights/help! I love your product!

Some more Data:
php 5.2,
mysql 5,
Problem occured after going from vB 3.6.3 to 3.7.0 beta5 and upgrading LDM from 2.2.8 to 2.2.9alpha3
Sorry about that. There's a bug in includes/local_links_vbafunc.php. You need to upload a revised version which is available in https://vborg.vbsupport.ru/showpost....&postcount=165

I'll put this in the thread start when I get the chance.
Reply With Quote
  #188  
Old 03-05-2008, 08:37 AM
sickboy6ths sickboy6ths is offline
 
Join Date: Apr 2005
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Sorry about that. There's a bug in includes/local_links_vbafunc.php. You need to upload a revised version which is available in https://vborg.vbsupport.ru/showpost....&postcount=165

I'll put this in the thread start when I get the chance.
Thanks a million! And imo as long as we don't pay for your products, you have nothing to be sorry about.

Thank you kindly for all hard work done!
Reply With Quote
  #189  
Old 03-05-2008, 11:45 PM
RikiB RikiB is offline
 
Join Date: Dec 2007
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Sorry about that. There's a bug in includes/local_links_vbafunc.php. You need to upload a revised version which is available in https://vborg.vbsupport.ru/showpost....&postcount=165

I'll put this in the thread start when I get the chance.
This fixed the same problem I was having with IE7, Thanks.
Reply With Quote
  #190  
Old 03-06-2008, 06:13 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RikiB View Post
I installed 2.2.9 and its so close to perfect for what I need. It addresses almost everything that I wanted in 2.2.8. Is there any word on if playlists will be available with the JW flv player? I wonder if would be easy since I think the JW mp3 player accepts playlists.

Thanks!
I've got streamed playlists working within the jwplayer on my testbed. How do you plan to use them - will you create the xmls yourself and use them as entries in LDM, or do you also need them creating from within LDM?
Reply With Quote
  #191  
Old 03-06-2008, 06:21 PM
RikiB RikiB is offline
 
Join Date: Dec 2007
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Creating them myself is easy enough, so I dont mind doing it. Sounds exciting that you got it working!

Riki
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 07:26 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.06012 seconds
  • Memory Usage 2,322KB
  • 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
  • (6)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
  • (4)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