Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
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
  #412  
Old 04-30-2008, 04:57 PM
webspider webspider is offline
 
Join Date: Jun 2003
Location: Canada
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This appears to be a great addon.

After installation I tried to access various sections from my ACP and was presented with a VB no permission error page specifically "Statistics & Searches" I'm logged in as admin. Any idea why this may be happening?

Many thanks!
Reply With Quote
  #413  
Old 04-30-2008, 07:00 PM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew, Im getting "Operation Aborted" Error on IE when pop-up comments are enabled on every entry page
Any solution?

Thanks
Reply With Quote
  #414  
Old 04-30-2008, 07:02 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by webspider View Post
This appears to be a great addon.

After installation I tried to access various sections from my ACP and was presented with a VB no permission error page specifically "Statistics & Searches" I'm logged in as admin. Any idea why this may be happening?

Many thanks!
Sorry, I'd overlooked that.

Those acp commands take you to LDM pages that no longer exist, which is why there's an error message. Will fix.
Reply With Quote
  #415  
Old 05-01-2008, 05:08 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IrPr View Post
Andrew, Im getting "Operation Aborted" Error on IE when pop-up comments are enabled on every entry page
Any solution?

Thanks
According to a Google search, this may be a bug in IE, caused when Javascripts modify pages 'on the fly', which is the case with the vbulletin code that handles the comment pop-ups. I cannot reproduce the bug within LDM but I can easily generate the bug with a short test script (see attached).

Have you got other Javascripts embedded into your pages? Possibly, there's a conflict.
Reply With Quote
  #416  
Old 05-01-2008, 05:09 AM
tekguru tekguru is offline
 
Join Date: May 2007
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi guys, yesterday I upgraded to the RC 2.29 version with vB 3.6.10 to get around the security token issue.

Two days prior to this the server the site runs on was ugraded (with no issues) to MySQL 5.0.45.

Since these two changes I'm seeing:

1) MySQL errors:

PHP Code:
Database error in vBulletin 3.6.10:

Invalid SQL:

                                        
UPDATE vb_session
                                        SET lastactivity 
1209614372location '/forums/local_links.php?action=jump&id=164&catid=8'useragent 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SU 3.011; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; Zune 2.0; .NET CLR 3.5.21022)'
                                        
WHERE sessionhash '65f940813662b64ba0952843a5cfddd9';

MySQL Error  MySQL server has gone away Error Number 2006
Date         
ThursdayMay 1st 2008 05:00:38 AM
Script       
http://www.4winmobile.com/forums/local_links.php?action=jump&id=164&catid=8
Referrer     http://www.4winmobile.com/forums/phone-edition-general/14865-slide2unlock-better-than-default-windows-screen-lock-customisable-too.html
IP Address   24.17.203.240
Username     
esamos
Classname    
vB_Database 
I'm not seeing any similar errors from any other part of the system.

2) Also if I try and use the FORUMHOME patches to display the top downloads I get a error on line 20 of the code and the page will not load. Is this because I'm running 3.6.10? I've taken the steps obn removing all addins, and them overwriting the Mod and readding with no changes to the issue. So for the moment we're having to run without these.

Any ideas on either?
Reply With Quote
  #417  
Old 05-01-2008, 06:42 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tekguru View Post
Hi guys, yesterday I upgraded to the RC 2.29 version with vB 3.6.10 to get around the security token issue.

Two days prior to this the server the site runs on was ugraded (with no issues) to MySQL 5.0.45.

Since these two changes I'm seeing:

1) MySQL errors:

PHP Code:
Database error in vBulletin 3.6.10:

Invalid SQL:

                                        
UPDATE vb_session
                                        SET lastactivity 
1209614372location '/forums/local_links.php?action=jump&id=164&catid=8'useragent 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SU 3.011; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; Zune 2.0; .NET CLR 3.5.21022)'
                                        
WHERE sessionhash '65f940813662b64ba0952843a5cfddd9';

MySQL Error  MySQL server has gone away Error Number 2006
Date         
ThursdayMay 1st 2008 05:00:38 AM
Script       
http://www.4winmobile.com/forums/local_links.php?action=jump&id=164&catid=8
Referrer     http://www.4winmobile.com/forums/phone-edition-general/14865-slide2unlock-better-than-default-windows-screen-lock-customisable-too.html
IP Address   24.17.203.240
Username     
esamos
Classname    
vB_Database 
I'm not seeing any similar errors from any other part of the system.
These'a similar report on vb.com:
http://www.vbulletin.com/forum/showt...46#post1547346

They suggest increasing the mySql wait_timeout setting, which controls how long the database connection stays open for a script. This would make sense with LDM - the sql that you report is executed right at the end of vbulletin page generation. Particularly if someone has just done a download, then the database connection might have closed down in the meantime.

Quote:
Originally Posted by tekguru View Post

Also if I try and use the FORUMHOME patches to display the top downloads I get a error on line 20 of the code and the page will not load. Is this because I'm running 3.6.10? I've taken the steps obn removing all addins, and them overwriting the Mod and readding with no changes to the issue. So for the moment we're having to run without these.

Any ideas on either?
I'll test this and post a reply when possible.
Reply With Quote
  #418  
Old 05-01-2008, 07:12 AM
tekguru tekguru is offline
 
Join Date: May 2007
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers Andrew, have requested that my host sends me a copy of the ini file for MySQL to I can take a look at it.

If you can come back on the errors that would be great.
Reply With Quote
  #419  
Old 05-01-2008, 08:23 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tekguru View Post
If you can come back on the errors that would be great.
I'd moved some code into a new file and forgotten to update the plugin.

Here are modified versions of the plugins for the patch-forumhome-newlinks and patch-forumhome-thumbs extras.
Reply With Quote
  #420  
Old 05-01-2008, 09:41 AM
tekguru tekguru is offline
 
Join Date: May 2007
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay those are now in and the error is gone - cheers for that.

Next problem is that he icons associated with the entries now showing hav an X for the image. Looking at the image properties the code is looking for the icons:

http://www.4winmobile.com/forums/htt.../icons/zip.gif

instead of at:

http://www.4winmobile.com/forums/images/icons/zip.gif

Any ideas if I can fix this one? This is with the 'hot' entries only)
Reply With Quote
  #421  
Old 05-01-2008, 10:22 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tekguru View Post
Okay those are now in and the error is gone - cheers for that.

Next problem is that he icons associated with the entries now showing hav an X for the image. Looking at the image properties the code is looking for the icons:

http://www.4winmobile.com/forums/htt.../icons/zip.gif

instead of at:

http://www.4winmobile.com/forums/images/icons/zip.gif

Any ideas if I can fix this one? This is with the 'hot' entries only)
Try this version of includes/local_links_vbafunc.php
Reply With Quote
Reply

Thread Tools

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 05:51 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.06951 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
  • (2)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
  • (4)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