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
  #1962  
Old 06-08-2009, 04:57 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok... this was a busy weekend, will read carefully, good week
Reply With Quote
  #1963  
Old 06-08-2009, 06:23 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
LDM/admin/permissions/can_play_musicbox
I had that permission turned off.

Quote:
Originally Posted by AndrewD View Post
I'll give these points some thought
Thanks.

I would like to display an 'upload file' button within each category. Adding a button is relatively easy to do, but I would like the category to be selected on the upload page. I have been looking to find the code.
Here is what I have come up with for the links_main template so far:
Code:
<td class="smallfont"><a href="$LINKS_SCRIPT.php?{$vbulletin->session->vars['sessionurl']}action=addlink&amp;catid=<if condition="$viewcatid"> 
rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="Post new file" border="0" /></a><else />&nbsp;</if></td>
But that does not select the category, like it should. Do you know what I am doing wrong?
Reply With Quote
  #1964  
Old 06-08-2009, 09:16 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The LDM Similarthreads plugin has a problem. At least when several thousand visitors try to open threads around the same time.

Threads would not open anymore. A mass of queries where launched. Tables started locking. Here are the queries that where running when my site went down:
Quote:
stop proces 1180 database_name localhost database_name
Query 32 updating DELETE FROM vb6_linksdebug WHERE settingtime <
'1243891011'
stop proces 1181 database_name localhost database_name Query 32
Locked DELETE FROM vb6_linksdebug WHERE settingtime < '1243891011'
stop proces 1183 database_name localhost database_name Query 32
Locked DELETE FROM vb6_linksdebug WHERE settingtime < '1243891013'
stop proces 1184 database_name localhost database_name Query 32
Locked DELETE FROM vb6_linksdebug WHERE settingtime < '1243891014'
stop proces 1191 database_name localhost database_name Query 32
Locked DELETE FROM vb6_linksdebug WHERE settingtime < '1243891016'
stop proces 1192 database_name localhost database_name Query 32
Locked DELETE FROM vb6_linksdebug WHERE settingtime < '1243891016'
stop proces 1193 database_name localhost database_name Query 32
Locked DELETE FROM vb6_linksdebug WHERE settingtime < '1243891016'
stop proces 1196 database_name localhost database_name Query 32
Locked DELETE FROM vb6_linksdebug WHERE settingtime < '1243891017'
stop proces 1200 database_name localhost database_name Query 32
Locked DELETE FROM vb6_linksdebug WHERE settingtime < '1243891017'
I deactivated the plugins and all went back to normal.
Reply With Quote
  #1965  
Old 06-09-2009, 03:08 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
The LDM Similarthreads plugin has a problem. At least when several thousand visitors try to open threads around the same time.

Threads would not open anymore. A mass of queries where launched. Tables started locking. Here are the queries that where running when my site went down:
I deactivated the plugins and all went back to normal.
I'm not surprised, and this is why I was saying yesterday that one needs to keep the functionality of these plugins under control.

However, I think the error messages that you are reporting are happening because you have switched on LDM's debug or tracing feature - they are not related to the *similarthreads* plugin. There is no reason at all why you need debug or trace in normal use - all it's doing is adding a lot of overhead in terms of database access. I suggest you disable this feature and see whether the other plugins are still causing problems.

Debug and tracing are found on LDM->admin->debug
Reply With Quote
  #1966  
Old 06-09-2009, 03:29 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
I would like to display an 'upload file' button within each category. Adding a button is relatively easy to do, but I would like the category to be selected on the upload page. I have been looking to find the code.
Here is what I have come up with for the links_main template so far:
Code:
<td class="smallfont"><a href="$LINKS_SCRIPT.php?{$vbulletin->session->vars['sessionurl']}action=addlink&amp;catid=<if condition="$viewcatid"> 
rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="Post new file" border="0" /></a><else />&nbsp;</if></td>
But that does not select the category, like it should. Do you know what I am doing wrong?
Code:
<td class="smallfont">
<if condition="$viewcatid>0"><a href="$LINKS_SCRIPT.php?{$vbulletin->session->vars['sessionurl']}action=addlink&amp;catid=$viewcatid"
rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="Post new file" border="0" /></a><else />&nbsp;</if>
</td>
Reply With Quote
  #1967  
Old 06-09-2009, 07:37 AM
pooslokka pooslokka is offline
 
Join Date: Jun 2008
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pooslokka View Post
oh great

btw, ill check the information you gave and reply you asap
Thank you andrewD for the kind corporation
Hai andrew, sorry for the delayed reply

i went to our vps lx admin panael and change the max memory limit to 65
but its not taking effect in vb admin
still shows old value

in lx admin


after changing, i login to vb admin
but still 32



uploading pic also still same problem.


Edit : May be i need to reboot the vps right?
Edit : banghead. even after restart of vps, it says 32
Reply With Quote
  #1968  
Old 06-09-2009, 08:04 AM
skol skol is offline
 
Join Date: Oct 2008
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Sorry to hear this. Do you want me to take a look - I can't easily suggest a solution otherwise. Send me a PM with site details + a full admin account.
Superb Andrew thank you,all up and running..
Reply With Quote
  #1969  
Old 06-09-2009, 10:00 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pooslokka View Post
Hai andrew, sorry for the delayed reply

i went to our vps lx admin panael and change the max memory limit to 65
but its not taking effect in vb admin
still shows old value

in lx admin


after changing, i login to vb admin
but still 32



uploading pic also still same problem.


Edit : May be i need to reboot the vps right?
Edit : banghead. even after restart of vps, it says 32
I'm sorry - I cant really help you with specific server problems. I have no idea whether the parameter you have changed is the the required php parameter or not.
Reply With Quote
  #1970  
Old 06-09-2009, 09:54 PM
sparklywater sparklywater is offline
 
Join Date: Jun 2008
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Several thoughts:

3) Does Google actually index urls with long "?action=xxx..." params?
Andrew, I suspect that this might be the cause of the indexing problem. I've checked the other two options you listed and they both look fine. It is possible that Google is overlooking URLs that end in ?action=play...
I already have vbSEO installed. Can you suggest a way to change the core format of those URLs so that they are more conventional, without the ?action=play part?
Reply With Quote
  #1971  
Old 06-10-2009, 11:55 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sparklywater View Post
Andrew, I suspect that this might be the cause of the indexing problem. I've checked the other two options you listed and they both look fine. It is possible that Google is overlooking URLs that end in ?action=play...
I already have vbSEO installed. Can you suggest a way to change the core format of those URLs so that they are more conventional, without the ?action=play part?
You can get LDM to present a more conventional url with the SEO options on LDM->admin. However, these will only work if the web server is properly configured to recognise them. You can find an explanation in the wiki. I have no idea if this can be set up with vbseo - I'm not keen to pay them for a licence in order to develop software that works with their product

Could you let me know the url of a page on your site that you want Google to scan, then I can see if I have other ideas.
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 08:15 PM.


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.07740 seconds
  • Memory Usage 2,331KB
  • 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
  • (3)bbcode_code
  • (10)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
  • (3)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