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

Quote:
Originally Posted by rasun
OK thank you for you answer, looking forward to the "gold" version


An other question:

I want that external links use a dereferrer (anonym.to) to hide my site as referrer...the final link should looks like this: http://anonym.to?http://www.posted_site.com
Where should I add this to parse the external links automatically like this?
If it?s possible, local links shouldn?t use the dereferrer.

Can you help me with this?

This is the first occasion for months when I have used the LDM slimmed down mod_rewrite feature....

Create and upload a file (e.g.) 'anon.txt' containing the following:

RewriteRule http: http://anonym.to?http:

and go to LDM/admin/settings/mod_rewrite and point the setting at this file.
Reply With Quote
  #553  
Old 10-29-2006, 09:32 AM
rasun rasun is offline
 
Join Date: Aug 2006
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes this works, thank you!

Is it possible to use the dereferrer only for external links and local files do not use it...?
Now all links use it.
Reply With Quote
  #554  
Old 10-29-2006, 09:36 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rasun
Yes this works, thank you!

Is it possible to use the dereferrer only for external links and local files do not use it...?
Now all links use it.
Are you setting up your local files with a full url? e.g. http://yoursite/yourdir/file.type? This format will trigger the rule

You can just use /yourdir/file.type for local files, which should not trigger it.
Reply With Quote
  #555  
Old 10-29-2006, 10:18 AM
rasun rasun is offline
 
Join Date: Aug 2006
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah ok I see.

Yes I used the full url also for local links...
OK will use the short url´s insted of it.

Any other solutions to recognize local links in full url isn´t possible?
Reply With Quote
  #556  
Old 10-29-2006, 10:28 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rasun
Ah ok I see.

Yes I used the full url also for local links...
OK will use the short url?s insted of it.

Any other solutions to recognize local links in full url isn?t possible?
Sandwich the rule between rules that temporarily patch your own site, e,g,

RewriteRule http://yoursite gttp://yoursite
RewriteRule http: http://anonym.to?http:
RewriteRule gttp://yoursite http://yoursite

(I haven't yet implemented Apache's mod_rewrite option of breaking out of the rewrite tests at first match, which would make this simpler.)
Reply With Quote
  #557  
Old 10-29-2006, 11:35 AM
rasun rasun is offline
 
Join Date: Aug 2006
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanky you, this seems to work.
Reply With Quote
  #558  
Old 10-29-2006, 12:27 PM
PitchouneN64ngc's Avatar
PitchouneN64ngc PitchouneN64ngc is offline
Senior Member
 
Join Date: Aug 2002
Location: France
Posts: 515
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AndrewD, can you add a little thing for local_links_admin.php?set=statistics (version 2.2.6)?

When there is nothing to be downloaded in the last 24 hours, for the "Access during last 24 hours" line, you have this:
Code:
     0 Hits
    bytes
The query is ok, but the bytes field from the query is empty (only when you have nothing to be downloaded since 24 hours).

After this:
PHP Code:
$linkstats['downloads'] = $count['downloads']; 
Can you add this?
PHP Code:
        if (empty($count['bytes']))
        {
            
$count['bytes'] = 0;
        } 
The result of this code change will display this:
Code:
     0 Hits
    0bytes
Thanks

PS: The french file for 2.2.6 is ready
Reply With Quote
  #559  
Old 10-29-2006, 12:44 PM
phovanxua phovanxua is offline
 
Join Date: Sep 2006
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD
Difficult for me to imagine what is going on. Can you send me a PM with your site's url, so that I can take a look? Thanks
Hi AndrewD ,

Check PM .
Reply With Quote
  #560  
Old 10-29-2006, 01:10 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PitchouneN64ngc
AndrewD, can you add a little thing for local_links_admin.php?set=statistics (version 2.2.6)?

When there is nothing to be downloaded in the last 24 hours, for the "Access during last 24 hours" line, you have this:
Code:
     0 Hits
    bytes
The query is ok, but the bytes field from the query is empty (only when you have nothing to be downloaded since 24 hours).

After this:
PHP Code:
$linkstats['downloads'] = $count['downloads']; 
Can you add this?
PHP Code:
        if (empty($count['bytes']))
        {
            
$count['bytes'] = 0;
        } 
The result of this code change will display this:
Code:
     0 Hits
    0bytes
Thanks

PS: The french file for 2.2.6 is ready
Thanks - noted - will be fixed in the final upload of 2.2.6.
Reply With Quote
  #561  
Old 10-29-2006, 03:30 PM
kompakt's Avatar
kompakt kompakt is offline
 
Join Date: Dec 2004
Location: FL
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like how LDM has grown to be AndrewD. Thanks for the great work.

I noticed that if I edit a category and try go to the control settings or permisisons page, then right before the page finishes loading it redirects to the forum home page. Has anyone else experienced this? [EDIT- This isnt working for me: #176]

The directory sync seems to be working great, though it does not pick up the id3 tags of the files like it does when scanning the folders. How can I modify it to do so?

Also, how can I create a newest categories module, similar to the newest links module for vba cmps? also keep the autocreated threads limited to categories instead of links?

Thanks again
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 01:12 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.06083 seconds
  • Memory Usage 2,334KB
  • 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
  • (4)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