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
  #692  
Old 11-20-2006, 04:13 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |oR|Greg View Post
Ok, I moved where I placed the lines, and it's working, kinda... it's not going offsite anymore, but it's not using my settings, it's trying to play thru quicktime for some reason??? And this is at the top of the page.

PHP Code:
Parse errorsyntax errorunexpected $end in /home/amacnyco/public_html/vb/local_links.php(1827) : eval()'d code on line 24 
The syntax error is in a plugin - you've built a modiied version of the wimpy plugin, I think - there must be a coding bug in there somewhere, something like an missing closing bracket on an 'if' clause, perhaps.

As a result, the plugin will be ignored completely, so you need to fix this first.
Reply With Quote
  #693  
Old 11-20-2006, 07:55 AM
freevisio freevisio is offline
 
Join Date: Sep 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello AndrewD

happiness, very good work.

Is it possible to limit adding bonds to registered users with a minimum of post? I would like to add this option to control the spam and that alone users can write with but of 100 post.

Thank you
Reply With Quote
  #694  
Old 11-20-2006, 08:09 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by freevisio View Post
Hello AndrewD

happiness, very good work.

Is it possible to limit adding bonds to registered users with a minimum of post? I would like to add this option to control the spam and that alone users can write with but of 100 post.

Thank you

Take a look in the release/extras/limit-useraccess directory in the zip file. There is a sample plugin, limitaccess-byposts-plugin.xml, which does what you want. You will have to configure it by editing the code - should be straightforward - let me know if you have problems.
Reply With Quote
  #695  
Old 11-20-2006, 08:50 AM
freevisio freevisio is offline
 
Join Date: Sep 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, is perfect, thankyou.

to 10 users this very well, is the only thing that I need. Can the rest disable it? As I make it?
Reply With Quote
  #696  
Old 11-20-2006, 10:54 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance on a vBSEO sitemap plug in?
Reply With Quote
  #697  
Old 11-20-2006, 11:44 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by freevisio View Post
Oh, is perfect, thankyou.

to 10 users this very well, is the only thing that I need. Can the rest disable it? As I make it?
Assuming that the plugin is working correctly(!!), if you installed it as supplied, then:

- it ignores all members of the administrator group
- it ignores all users with 10 or more posts

Anone else is limited to one download and one megabyte per day.

Users that are ignored by the plugin are still restricted by any limits that you impose on LDM/admin/bandwidth.

Only people who have access to your VB admincp can disable the plugin.
Reply With Quote
  #698  
Old 11-20-2006, 02:42 PM
berayiwu5 berayiwu5 is offline
 
Join Date: Feb 2006
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, AndrewD,

I understand that LDM stores uploaded files in a location different from that of attachment files uploaded into the vBulletin platform itself. One problem I am having is that I'm getting warning messages about MySQL quota limits: I would need ever-increasing amount of MySQL database quota to allow for the growing number of files uploaded via LDM. And this is something my host provider is not quite willing to do. It looks as if LDM is storing the files in the database itself, but different from where vBulletin stores its own attachments.

Now vBulletin has the ability to move the attachments from the database to the file system--which would avoid this MySQL database quota problem. Is there any way for LDM to do the same?

Thanks for your help.

Kai
Reply With Quote
  #699  
Old 11-20-2006, 02:51 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by berayiwu5 View Post
Hi, AndrewD,

I understand that LDM stores uploaded files in a location different from that of attachment files uploaded into the vBulletin platform itself. One problem I am having is that I'm getting warning messages about MySQL quota limits: I would need ever-increasing amount of MySQL database quota to allow for the growing number of files uploaded via LDM. And this is something my host provider is not quite willing to do. It looks as if LDM is storing the files in the database itself, but different from where vBulletin stores its own attachments.

Now vBulletin has the ability to move the attachments from the database to the file system--which would avoid this MySQL database quota problem. Is there any way for LDM to do the same?

Thanks for your help.

Kai

LDM does not store files in the database. It stores them in the file system.

What is held in the database are all the records of these files, and also a full record of all downloads. Usually, the LDM table that grows big is the 'downloads' table. You can prune this via LDM/admin/statistics
Reply With Quote
  #700  
Old 11-20-2006, 08:52 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, well I got YouTube working nicely, but I can't seem to get Google videos working at all.

The only other thing I've tried to do Andrew for YouTube, is set an icon for the file but it's not working. I altered the php code like so:
PHP Code:
            if(stristr($linkurl'youtube.com/watch?v=')) {
            
$linktypebit '<img border="0" src="http://www.amacny.com/vb/images/editor/youtube.gif" alt="YouTube Video" />';
            
$is_musicbox 1;
            } 
Reply With Quote
  #701  
Old 11-21-2006, 02:16 AM
berayiwu5 berayiwu5 is offline
 
Join Date: Feb 2006
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Usually, the LDM table that grows big is the 'downloads' table. You can prune this via LDM/admin/statistics
I've gone to LDM/admin/statistics, as suggested. But I can't find the 'downloads' table. And how do I prune it?

Thanks.
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 12:31 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.05475 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
  • (2)bbcode_php
  • (5)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
  • (5)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