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)

RS_Jelle 11-02-2007 05:17 PM

Quote:

Originally Posted by ntloc (Post 1374239)
Hi, is it possible to create an extra text field for the upload name say like i got 3 chapters of manga and i'm only allow to upload one at a time and instead of writing the whole name in the name box "one_piece_01", I want to have 2 text fields for
Name: one_piece
Chapter: 01

it will combine those 2 text fields together (seperated by "_" or anything I want) to make it become "one_piece_01"

Also, I've tried the to put in my forums dir .htaccess with:
php_value upload_max_filesize 25M
php_value post_max_size 25M

but it doesn't work, it gave me the error "500" for the whole site, anywhere i go i got that error. If I delete it the problem is gone, any suggestion?

For the first thing, I don't think we are going to create such a feature as I think you would be on of the only persons using "chapters". We try to integrate the most requested features in the next version.

An error 500 message is a .htaccess error. I would suggest you contacting your host to ask them why it doesn't work. Maybe they've blocked it, but that's pretty strange for a normal host ...

Quote:

Originally Posted by vrom (Post 1374315)
It's strange but users with IE can't downloads any file from DOWNLOADSI
It happened after updating to 5.0.6 version

Find in your downloads.php
PHP Code:

header("Content-Type: $ctype; name=\"".basename($filename)."\";"); 

Replade with
PHP Code:

header("Content-Type: $ctype"); 

This fixed the corruption of some zip files (also occuring only in IE), but my fear becomes true: it causes some new issues :p
Please try downloading with IE6 and IE7 (before you do the file edit). I would like to know which versions it affects etc (and try some different files: not only zip files for example).

vrom 11-02-2007 05:19 PM

Quote:

Originally Posted by RS_Jelle (Post 1374320)
For the first thing, I don't think we are going to create such a feature as I think you would be on of the only persons using "chapters". We try to integrate the most requested features in the next version.

An error 500 message is a .htaccess error. I would suggest you contacting your host to ask them why it doesn't work. Maybe they've blocked it, but that's pretty strange for a normal host ...



Find in your downloads.php
PHP Code:

header("Content-Type: $ctype; name=\"".basename($filename)."\";"); 

Replade with
PHP Code:

header("Content-Type: $ctype"); 

This fixed the corruption of some zip files (also occuring only in IE), but my fear becomes true: it causes some new issues :p
Please try downloading with IE6 and IE7 (before you do the file edit). I would like to know which versions it affects etc (and try some different files: not only zip files for example).

The problem is onlu with IE6, i dont know about any other IE. But in opera and FF averything is OK.
All files are affected. Not only zip:mad::mad:

RS_Jelle 11-02-2007 05:24 PM

Quote:

Originally Posted by vrom (Post 1374321)
The problem is onlu with IE6, i dont know about any other IE. But in opera and FF averything is OK.
All files are affected. Not only zip:mad::mad:

There's also IE7, the newest version. It's an additional XP Windows Update and the default browser of Vista. Just do the file edit I gave to you in the above post and it will be fixed.

Can you pm me the url of your forum and a test account, so I can download files. I want to compare some things with other sites.

vrom 11-02-2007 05:32 PM

Quote:

Originally Posted by RS_Jelle (Post 1374322)
There's also IE7, the newest version. It's an additional XP Windows Update and the default browser of Vista. Just do the file edit I gave to you in the above post and it will be fixed.

Can you pm me the url of your forum and a test account, so I can download files. I want to compare some things with other sites.

The fix doesn't works.
Nobody can downloads files from IE:(

vrom 11-02-2007 05:34 PM

1 Attachment(s)
May be this will help you?
This the screen of the error.

RS_Jelle 11-02-2007 05:52 PM

Quote:

Originally Posted by vrom (Post 1374324)
The fix doesn't works.
Nobody can downloads files from IE:(

Hmm, that's very strange. Are you sure you did the change correct, saved it and reuploaded downloads.php?

Another try, but I'm pretty sure this can't affect IE only or so:
Find in /includes/class_downloads.php:
PHP Code:

        if ((strrpos($this->url'/')+1) != strlen($this->url))
        {
            
$this->url .= '/';
        } 

Replace with:
PHP Code:

        if (strrpos($this->url,"/") != strlen($this->url))
        {
            
$this->url .= "/";
        } 

Quote:

Originally Posted by vrom (Post 1374327)
May be this will help you?
This the screen of the error.

Can you translate the error to English? My Russian isn't that good :D

vrom 11-02-2007 06:16 PM

Quote:

Hmm, that's very strange. Are you sure you did the change correct, saved it and reuploaded downloads.php?
Yes I'm sure)

Quote:

Another try, but I'm pretty sure this can't affect IE only or so:
Find in /includes/class_downloads.php:
PHP Code:

        if ((strrpos($this->url'/')+1) != strlen($this->url))
        {
            
$this->url .= '/';
        } 

Replace with:
PHP Code:

        if (strrpos($this->url,"/") != strlen($this->url))
        {
            
$this->url .= "/";
        } 


Doesn't help.



Quote:

Can you translate the error to English? My Russian isn't that good :D
You can't download ...s.html?do=file&id=88&act=down from [my forum url]
Impossible to open this internet url. URL is not found. Please, try later

PS i can downloads any file, uploaded not by DownloadsII, but inserrted to it as a link.
So the problem isn't in the server

Nate Dawg 11-03-2007 05:50 AM

Can you have static-download URLs?

RS_Jelle 11-03-2007 07:22 AM

Quote:

Originally Posted by Nate Dawg (Post 1374666)
Can you have static-download URLs?

It's not a DownloadsII feature, but it's possible if you are using vBSEO (there's a topic about it at the vBSEO forums).

Ricsca 11-03-2007 01:07 PM

When upload the file, I do not find not any manner to load the thumbnails...

Why?

Thanks


All times are GMT. The time now is 12:48 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.04559 seconds
  • Memory Usage 1,772KB
  • 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
  • (8)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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