vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

CyberRanger 09-11-2006 12:34 PM

Quote:

Originally Posted by jarvis
http://www.mhogaming.com/forums/downloads.php is the reference link. Everything else seems to work okay except for the actual download. I am linking to files on our other web servers as to save drive space and bandwidth for our main web server.

Thanks!

That is odd. Could there be something on the other server that is preventing the download? If you create a link to this file, http://www.brentandmary.net/albums/l...ront.thumb.jpg, does it work?

jarvis 09-11-2006 01:16 PM

Quote:

Originally Posted by westpointer
That is odd. Could there be something on the other server that is preventing the download? If you create a link to this file, http://www.brentandmary.net/albums/l...ront.thumb.jpg, does it work?

Yeah, I checked that last night. I wasnted to make sure that the MIME types weren't unrecognized by IIS/Windows. The direct link works fine, just when launched from Downloads, it just 'sits' there.

Thanks so much!

**Edit - I just created a test download with your link. http://www.mhogaming.com/forums/down...?do=file&id=13 . It still doesn't work. :(

CyberRanger 09-11-2006 02:13 PM

#################################
# DownloadsII 5.0.3 Changelog #
#################################

westpointer
- Linked downloads don't open any more in the same window

Jelle
- Some more code cleanup (removed ec_demo mode, ...)
- Fixed a bug with tags being stripped from the description
- Fixed the "Bandwidth value maxed out at 4294967 KB" issue (int(10) to bigint(30))
- Removed the filesize condition from the download delay time
- Sort on total comments in the dropdown box
- Sort on file name in the category view now also clickable in the table header
- Fixed an unnecessary query for the vBulletin editor when viewing a file and comments are disabled
- Updated DownloadsII.txt and renamed it to Readme-Install.txt

Thanks to Jelle! He has made the vast majority of the changes for this release!

CyberRanger 09-11-2006 02:15 PM

Quote:

Originally Posted by jarvis
Yeah, I checked that last night. I wasnted to make sure that the MIME types weren't unrecognized by IIS/Windows. The direct link works fine, just when launched from Downloads, it just 'sits' there.

Thanks so much!

**Edit - I just created a test download with your link. http://www.mhogaming.com/forums/down...?do=file&id=13 . It still doesn't work. :(

I made a small change in ver 5.0.3 that may (or may not) help. I'm not sure why you are having this problem. A linked file is simply opened with:

PHP Code:

header("location: $file[url]"); 

I made that:

PHP Code:

header("Location: $file[url]");
exit(); 


DementedMindz 09-11-2006 03:41 PM

WestPointer and Jelle thanks for the update and all the hard work.

jarvis 09-11-2006 03:44 PM

Thanks, I will let you know.

Can I just overwrite files, or do I need to go through the import process again?

thanks!

Black Tiger 09-11-2006 03:47 PM

Indeed great work and nice support! Will download 5.03. (and clicked motm link).:)

CyberRanger 09-11-2006 04:05 PM

Quote:

Originally Posted by jarvis
Thanks, I will let you know.

Can I just overwrite files, or do I need to go through the import process again?

thanks!

You need to overwrite the files in the upload folder and then re-import the product file.:)

jarvis 09-11-2006 04:25 PM

Yes!

This fixed my problem. Thanks for the great support! :)

trackpads 09-11-2006 07:37 PM

Excellent work on the upgrade!! I voted!!

Any way to have some type of support to upload really big files? I have seen Java apps like the one on Cafepress. Any ideas? Or maybe some type of ftp upload for users? I know phpbb has something like that I think.

Thanks!

-Jason


All times are GMT. The time now is 12:37 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.02607 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (4)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