vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=119041)

kylek 08-12-2006 03:38 AM

Quote:

Originally Posted by AndrewD
There are two problems that I've experienced. One is that Quicktime hijacks the browser. The second is a buffering problem on an individual PC. I've tried to register on your site to take a look, but am waiting for the confirmation email to complete the process. Happy to explore this with you.

Thank you Andrew, just sent pm with admin login and password.

Kwak 08-12-2006 03:57 AM

Just budding in to say that the project is looking good. Thanks all to the beta testers and the developer himself.
Look forward to the gold release for v.3.6.0.

AndrewD 08-12-2006 04:38 AM

Quote:

Originally Posted by kylek
Thank you Andrew, just sent pm with admin login and password.

I've tried it - the three tracks you've installed play just fine for me through the jukebox, both when the embedded player is set to come up in the same window and when it's set to launch a new window (LDM->Admin->settings->launch in new window)

I tried with IE7, Firefox and Opera. They all worked. So I think the problem is on your PC. Try clearing your caches and logging out and in again.

Another point - you're not running your PC under Linux by any chance? The player doesn't work in Linux, but then it shouldn't load in the first place.

kylek 08-12-2006 04:43 AM

Quote:

Originally Posted by AndrewD
I've tried it - the three tracks you've installed play just fine for me through the jukebox, both when the embedded player is set to come up in the same window and when it's set to launch a new window (LDM->Admin->settings->launch in new window)

I tried with IE7, Firefox and Opera. They all worked. So I think the problem is on your PC. Try clearing your caches and logging out and in again.

Another point - you're not running your PC under Linux by any chance? The player doesn't work in Linux, but then it shouldn't load in the first place.


While you were checking things out I just grabbed my neighbours lap top and was able to play the 3 songs with no problems so as you mentioned it must be something with my pc. I am running XP no Linux. I will try what you mentioned clearing the caches.

Thanks a lot for taking the time to check things out, really appreciated!!

AndrewD 08-12-2006 09:12 AM

I have uploaded what I hope is the official release of LDM for VB36. The same code also works on VB35.

These are the fixes/changes between the RC and this version:

Add/Edit Link
Fields that are not available to user are not displayed
Protocols
Supports mms protocol
RSS2 feed
New 'extra' - old 'local_links_external' script withdrawn
User bandwidth/download allowances
New 'extras' which illustrate how to tie allowances to user reputation and to number of posts
Bugs fixed
- htmlspecialchars_uni used consistently, avoids messing up unicode fonts
- extra information added to admin info table to help debug
- Report of 'invalid email' when editing enties submitted by unregistered user
- No longer crashes when moderator accepts entry and email notification to user is turned on
- Additional tests within 'report link' and 'send to friend' to block spammers
- linkbit_short template fixed
- Product update no longer wipes out customised templates
- VB function cache_styles() copied into LDM because of problems on some sites

Partial translation into arabic provided in the development/phrases directory

If anyone experiences problems, please report them quickly!

AndrewD 08-12-2006 10:54 AM

Quote:

Originally Posted by Marsupilami
VB36 === VB36 ;)

Regards, Johan - Who will soon move to 3.6 now.

identical, indeed.

Marsupilami 08-12-2006 05:01 PM

Question/Request:

Can LDM be configured in such a way that file location if normally hidden, (force_redirect = 0), but certain remote, (off-site), downloads are retrieved with either a browser redirect, or a fully visible link?

Reason:
When downloading remotely stored items, the php-script gets terminated after (normally) 30 seconds, and thus giving an incomplete download.

Or is there a way around the PHP script termination cutting the remote download?

Maybe this could be done with a two step forms for retrieval of remote contents, that puts out some 1..2..3..4.. progress indicator while fetching the remote contents to a temporary (cache) storage, and thenafter initiating the download.

Application:
I want to store some of the archive items off-site. There are two reasons for this:
  1. Users may want to hide their location, but still host some categories
  2. I want to be able to have the site frontend on a high quality site - Which is quite expensive on storage. And thus i want to be able to store bulky archives on other sites that provide bigger and cheaper and possibly less reliable service

PS: I erased my propos post on the typo.

xadoa 08-12-2006 07:57 PM

Quote:

Originally Posted by AndrewD
I have uploaded what I hope is the official release of LDM for VB36. The same code also works on VB35.

These are the fixes/changes between the RC and this version:

Add/Edit Link
Fields that are not available to user are not displayed
Protocols
Supports mms protocol
RSS2 feed
New 'extra' - old 'local_links_external' script withdrawn
User bandwidth/download allowances
New 'extras' which illustrate how to tie allowances to user reputation and to number of posts
Bugs fixed
- htmlspecialchars_uni used consistently, avoids messing up unicode fonts
- extra information added to admin info table to help debug
- Report of 'invalid email' when editing enties submitted by unregistered user
- No longer crashes when moderator accepts entry and email notification to user is turned on
- Additional tests within 'report link' and 'send to friend' to block spammers
- linkbit_short template fixed
- Product update no longer wipes out customised templates
- VB function cache_styles() copied into LDM because of problems on some sites

Partial translation into arabic provided in the development/phrases directory

If anyone experiences problems, please report them quickly!

hi Andrew,

for the limit # of download per file basis doesn't seem to work for me.. i still can click as many time as I like on one files to be downloaded .. can u have a look ? or this is fixed in the Gold version? and how to upgrade this if i already have the database installed and running with the RC version ..

thanks
XD

Marsupilami 08-12-2006 08:21 PM

Are youdownloading as an administrator or normal user?
Quote:

Originally Posted by AndrewD
The limit-useraccess extra in the new LDM zip file includes a plugin, limitaccess-byreputation-plugin.xml, which modifies the download access according to the user's reputation....

...These changes do not apply to administrators...

https://vborg.vbsupport.ru/showpost....postcount=2361

Quote:

Originally Posted by xadoa
...for the limit # of download per file basis doesn't seem to work for me.. i still can click as many time as I like on one files to be downloaded .. can u have a look ? or this is fixed in the Gold version? and how to upgrade this if i already have the database installed and running with the RC version...


xadoa 08-12-2006 08:52 PM

one more question for AndrewD,

can you parse the code that we can enter the link as the following format?

http://password:user@www.urlweb.com/files.zip ? since the files.zip is located on a server which has the htaccess protected to the outsiders.
for the RC version, I tried with this format, i alwasy got an error as link failed

Thank you
XD


All times are GMT. The time now is 03:15 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02815 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete