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

Quote:
Originally Posted by berayiwu5 View Post
I've gone to LDM/admin/statistics, as suggested. But I can't find the 'downloads' table. And how do I prune it?

Thanks.
1) Either
http:// yoursite / local_links_admin.php?action=admin&set=statistics
then "View Hits"
or, directly
http:// yoursite /local_links_admin.php?action=logjumps

2) Then enter a start and end date, display the records, and then select Archive and Delete.

Alternatively you can just use a utility like phpmyadmin to take a look at the database tables, and empty the local_linksdownloads table.

It's worth taking a look with phpmyadmin to get an idea of how big your database is and which tables are actually the large ones.
Reply With Quote
  #703  
Old 11-21-2006, 04:10 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, 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;
            } 
Well, I created a plugin at ldm_linkbit_create (which is where I imagine you're attacking), and just used your code. It works fine for me, see image:
Reply With Quote
  #704  
Old 11-21-2006, 04:18 AM
phovanxua phovanxua is offline
 
Join Date: Sep 2006
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi AndrewD ,

I read it here some where that you show how to import file by scan it through the Server file folder .

For example : if I create 1 file name : "music_mp3" and store many mp3 there in the server , how can I use LDM to scan that folder ?

How can I do that ?
Reply With Quote
  #705  
Old 11-21-2006, 05:04 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phovanxua View Post
Hi AndrewD ,

I read it here some where that you show how to import file by scan it through the Server file folder .

For example : if I create 1 file name : "music_mp3" and store many mp3 there in the server , how can I use LDM to scan that folder ?

How can I do that ?
There are two ways:

a) you can do it manually
- create the LDM category that you want to use to hold the mp3s
- go to LDM admin/categories, look for that categpory, and click 'scan'
- use the 'scan in directory' drop down to navigate to the directory you want to scan (nb - you cannot get outside the directory space defined by how you have set the LDM settings 'local_file_root' and 'local_file_root_prefix' - by default, this is your web site structure, but you can change that if necessary)
- select the files of interest and go

b) you can do it automatically
- LDM admin/settings -> Category Synchronisation Controls + turn on 'sync_enabled'
- create the LDM category that you want to use to hold the mp3s, and enter the directory name that you want to synchronise with. If you want to sync with web site directory /mp3s, held at the top of your web site, then enter /mp3s in the box
- set it going. depending on how many files you have, it will pick then up in one or several visits to the category.
Reply With Quote
  #706  
Old 11-21-2006, 08:11 AM
phovanxua phovanxua is offline
 
Join Date: Sep 2006
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I still can't get it to work .

Can you check your PM .
Reply With Quote
  #707  
Old 11-21-2006, 11:44 AM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew... lol... actually it's working right from the local_links_include, but being the dummy that I am, I edited the linktypebit out of my template, I switched templates and there it is.
Reply With Quote
  #708  
Old 11-21-2006, 01:37 PM
berayiwu5 berayiwu5 is offline
 
Join Date: Feb 2006
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
1) Either
http:// yoursite / local_links_admin.php?action=admin&set=statistics
then "View Hits"
or, directly
http:// yoursite /local_links_admin.php?action=logjumps

2) Then enter a start and end date, display the records, and then select Archive and Delete.

Alternatively you can just use a utility like phpmyadmin to take a look at the database tables, and empty the local_linksdownloads table.

It's worth taking a look with phpmyadmin to get an idea of how big your database is and which tables are actually the large ones.
Thanks, AndrewD. It's done.
Reply With Quote
  #709  
Old 11-21-2006, 05:46 PM
imranbaig imranbaig is offline
 
Join Date: Sep 2005
Location: India
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can DownloadsII and ECDownloads Co-exist?
Reply With Quote
  #710  
Old 11-21-2006, 06:06 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imranbaig View Post
Can DownloadsII and ECDownloads Co-exist?
No idea, since this is neither of those hacks!
Reply With Quote
  #711  
Old 11-21-2006, 07:40 PM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
No idea, since this is neither of those hacks!
LOL
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 03:05 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.05602 seconds
  • Memory Usage 2,318KB
  • 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
  • (1)bbcode_php
  • (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
  • (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