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
  #432  
Old 10-03-2006, 04:27 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Do I understand you right? You want to create 250 threads, each one pointing to one of your entries in LDM?

Funny thing is, I answered this same question two days ago - take a look at post 424 just above.
Yes, you understand it right. I have a lot of files that I would like new threads created out of

I tried that and had no luck, I tested with 30 tables, set all of the linkmoderate fields to -2, went into moderation and accepted them all and it still will not show up in the associated forum.

BTW, thanks for the excellent support I have seen throughout this thread.
Reply With Quote
  #433  
Old 10-03-2006, 05:13 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm... ok, i'm still struggling with XML a lot

I'd really need further explanation about columns and its format.

I want to import over 50 items at once, Andrew told me it's better to use XML for this, so i have my xml file only with the new entries, and this is how i do or don't understand them

linkid: well, just follow the last entry in my db
linkname: no problem
linkdoi: i don't use it, it's blank
linkdesc: no prob
linkurl: ok
linkfile: blank
linkimg: it's ok
linkimgthumb to zero
linkhits to zero
linkforum: to -999 i dont use it
linkcheck: No idea
linksize: this is built after link validation, right? so, can it be blank?
linkstatus: to 1? what does it mean?
linkstatusimg: also to 1?
linkdate: what format is this? i want to put this one after another, if i place the same date and hour, i usually sort them by number or series... so, how do you read this?
linkusername: ok
linkuserid: ok
linkmoderate: i have all to zero
linkreviewfreq: to zero
numrate: zero
totalrate: zero

Hope you can explain this to me, thanks!
Reply With Quote
  #434  
Old 10-03-2006, 07:12 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got this to work, thanks again for the help Andrew. Maybe this would be good for a future request It's a bummer to have to manually sit and approve each link one at a time, with many links that takes quite a while.
Reply With Quote
  #435  
Old 10-03-2006, 08:20 PM
Der Sauger1's Avatar
Der Sauger1 Der Sauger1 is offline
 
Join Date: Aug 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice Hack,but have questions!!

What must i do too addet ED2K links or AJ Links and others Link vormates ??

Thanks for the work
Reply With Quote
  #436  
Old 10-04-2006, 05:09 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ericgtr
I got this to work, thanks again for the help Andrew. Maybe this would be good for a future request It's a bummer to have to manually sit and approve each link one at a time, with many links that takes quite a while.
Yes, I agree. The alpha code for 2.2.7 has 'select all' options for moderation.
Reply With Quote
  #437  
Old 10-04-2006, 05:14 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Der Sauger1
Very nice Hack,but have questions!!

What must i do too addet ED2K links or AJ Links and others Link vormates ??

Thanks for the work

LDM is currently hard coded to accept certain protocols. From what I see, ed2k protocol is straightforward to handle. If you are comfortable playing around with the code, take a look in includes/local_links_include.php Find the block

Code:
// Protocols supported
define('MODE_HIDE', 0);
define('MODE_REDIRECT', 1);
define('MODE_OPEN', 2);
$protocol_schemes = array(
	"http"=> array("mode"=>MODE_HIDE, "validate"=>1, "musicbox"=>1),
	"https"=> array("mode"=>MODE_HIDE, "validate"=>1, "musicbox"=>1),
	"ftp"=> array("mode"=>MODE_HIDE, "validate"=>1, "musicbox"=>1),
	"irc"=> array("mode"=>MODE_OPEN, "validate"=>0, "musicbox"=>0),
	"mms"=> array("mode"=>MODE_HIDE, "validate"=>0, "musicbox"=>2),
);
Maybe you just have to add a new row to the protocol_schemes array, e.g.

Code:
	"ed2k"=> array("mode"=>MODE_HIDE, "validate"=>0, "musicbox"=>0),
I have not tried this.
Reply With Quote
  #438  
Old 10-04-2006, 05:23 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by obmob
COLOR=red]linkcheck[/COLOR]: No idea
linksize: this is built after link validation, right? so, can it be blank?
linkstatus: to 1? what does it mean?
linkstatusimg: also to 1?
linkdate: what format is this? i want to put this one after another, if i place the same date and hour, i usually sort them by number or series... so, how do you read this?
linkcheck and linkdate are both dates, expressed as seconds since 1.1.1970 (there's a nice calculation for you). Easiest way to get these close to correct is just to add an entry to your database and take a look at the value.

linkstatus and linkstatusimg is one of the following:

LINK_BROKEN = 0;
LINK_OK = 1;
LINK_UPLOAD = 2;

Easiest is to set linkstatus to either 0 or 1. If you use 0, then you can subsequently use LDM/admin/statistics/validate broken to check the entries you've added. Leave linkimgstatus as 0 if you have no thumb image.

linksize is always re-built on access, so leave it at 0

I think that's all
Reply With Quote
  #439  
Old 10-04-2006, 05:59 AM
Der Sauger1's Avatar
Der Sauger1 Der Sauger1 is offline
 
Join Date: Aug 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD
LDM is currently hard coded to accept certain protocols. From what I see, ed2k protocol is straightforward to handle. If you are comfortable playing around with the code, take a look in includes/local_links_include.php Find the block

Code:
// Protocols supported
define('MODE_HIDE', 0);
define('MODE_REDIRECT', 1);
define('MODE_OPEN', 2);
$protocol_schemes = array(
	"http"=> array("mode"=>MODE_HIDE, "validate"=>1, "musicbox"=>1),
	"https"=> array("mode"=>MODE_HIDE, "validate"=>1, "musicbox"=>1),
	"ftp"=> array("mode"=>MODE_HIDE, "validate"=>1, "musicbox"=>1),
	"irc"=> array("mode"=>MODE_OPEN, "validate"=>0, "musicbox"=>0),
	"mms"=> array("mode"=>MODE_HIDE, "validate"=>0, "musicbox"=>2),
);
Maybe you just have to add a new row to the protocol_schemes array, e.g.

Code:
	"ed2k"=> array("mode"=>MODE_HIDE, "validate"=>0, "musicbox"=>0),
I have not tried this.

Okey it add the Link,but not Add this in Client
That search for the file on my Server???
Thx for to do this

2. i want implantet this Links and Downloads Manager - Patch forumhome to display thumbs of new links/hot linksin cmps 2.2.0 Portal,is ther any modul for to do??
Reply With Quote
  #440  
Old 10-04-2006, 03:16 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD
linkcheck and linkdate are both dates, expressed as seconds since 1.1.1970 (there's a nice calculation for you). Easiest way to get these close to correct is just to add an entry to your database and take a look at the value.

linkstatus and linkstatusimg is one of the following:

LINK_BROKEN = 0;
LINK_OK = 1;
LINK_UPLOAD = 2;

Easiest is to set linkstatus to either 0 or 1. If you use 0, then you can subsequently use LDM/admin/statistics/validate broken to check the entries you've added. Leave linkimgstatus as 0 if you have no thumb image.

linksize is always re-built on access, so leave it at 0

I think that's all
wow, i had no idea about that... well, i guess now i can calculate them ^^

http://www.onlineconversion.com/days...n_advanced.htm
Thanks

Another question.

You know? in vb 3.6.1 when i click on LDMs config inside control panel... i'm taken out of it and config is open in the whole page... is this supposed to happen? Oo

Still using 2.2.5
Reply With Quote
  #441  
Old 10-04-2006, 03:19 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD
Yes, I agree. The alpha code for 2.2.7 has 'select all' options for moderation.
Excellent, and thanks again for this mod!
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:55 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.09517 seconds
  • Memory Usage 2,332KB
  • 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
  • (4)bbcode_code
  • (7)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
  • (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