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)

crouzmind 08-26-2009 11:52 AM

1 Attachment(s)
i have installed on vbulletin 3.8.1 and every thing if fine when i upload the file then file upload successfully added and after that when i try to download the file and click on the category then nothing show on the category page .

see the attachments . and please guide me about this . its very urgent .

RS_Jelle 08-26-2009 08:33 PM

Quote:

Originally Posted by crouzmind (Post 1874689)
i have installed on vbulletin 3.8.1 and every thing if fine when i upload the file then file upload successfully added and after that when i try to download the file and click on the category then nothing show on the category page .

see the attachments . and please guide me about this . its very urgent .

The files are probably in the moderation queue. Check your usergroup permissions (Can Avoid Moderation Queue, Can Manage Moderation Queue).

crouzmind 08-27-2009 12:17 PM

ohh thanks for inform me . now all is fine . nice mod .

crouzmind 08-28-2009 01:11 PM

when i try to upload the file some it everything is fine but some time i got this error .

500 - Internal Server Error

This is a temporary server error.

Please try to reload the webpage later.

file size is 4427 kb only

any body tell me about this ... please.

odln018 08-31-2009 04:22 PM

I'm running PHP 5.3, VB 3.8.4, and have hit this message:

Quote:

PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 55
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 107
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 111
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 119
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 130
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 134
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 142
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 211
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 389
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\class_core.php on line 2552
I received similar messages prior to VB putting out 3.8.4 with the PHP 5.3 fixes. Hopefully this is something easy to identify and resolve.

odln018 08-31-2009 04:27 PM

Ok, by changing this portion of the DOWNLOADS.PHP

Code:

error_reporting(E_ALL & ~E_NOTICE);
@set_time_limit(0);

to this:

Code:

error_reporting(0);
@set_time_limit(0);

It resolved the issue.

This was also required for DOWNLOADADMIN.PHP

RS_Jelle 08-31-2009 05:02 PM

You need to set error_reporting() to:
PHP Code:

error_reporting(E_ALL & ~E_NOTICE & ~8192); 


New Joe 09-02-2009 01:34 PM

What's the largest file size that can be set to be up loaded or downloaded?

stuartn 09-02-2009 02:07 PM

Well I keep getting a white screen on uploading and nothing happens, so I started with a smaller file the maximum I'm getting it to accept is 1.5mb. Now my php settings actually allow me to upload 250mb and I run video's etc and a gallery so I know my .php settings are well covered.

How do I change the time out settings ?

Dragonlair 09-04-2009 01:27 PM

Is there a way to adjust the script to allow for smaller limits (under 1 MB) and/or longer limits (such as a week instead of a day)?

Dwayneb 09-05-2009 02:43 AM

Dude installed awsome, Thanks bro

OneShot 09-05-2009 07:28 AM

Hi,

Since a few days now I'm (and my users) get the following error when trying to download a file : "You don't have the permission to download this."

I'm using Downloads II v5.1.0 and vBulletin 3.7.5 PL1

Anybody got an idea how to fix this ... I triple checked the permissions and everything looks ok (I haven't changed them since some time and it worked before).

Darksky 09-06-2009 12:48 PM

There's a chance that an anti-leeching feature will be added ? I mean, not registered visitors can dlownload only if they are on my forum.

Canadians360 09-06-2009 02:14 PM

Well I have finaly got everything smoothed out. Its woorking great, the one suggestion I can bring from my forum is to have the downloadsII thumbnails link to the full discription and not the actual downloads file. Since I use thumbnails in threads that do this they are adjusted to clicking a thumbnail to read more but end up pulling up a download file all the time. Its nothing too jurastic but I think it would be a good future option.

iEdster 09-07-2009 09:10 AM

I am having problems with the 'Downloads' Button in the navbar, it shows a background different than the theme's default colors present in the navbar. How can this be fixed?

New Joe 09-07-2009 12:12 PM

Quote:

Originally Posted by RS_Jelle (Post 1411831)
That's because of the default upload limit of PHP.

You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:

Code:

php_value upload_max_filesize 30M
php_value post_max_size 30M

Upload the file into your forum directory (the same location where downloads.php is located.)

This will increase the size of the file you can upload to 30MB.

What kind of file needs to be made for this?
How would you make one?

DolphinEcho 09-08-2009 10:56 AM

Hi,

I am using 3.8.4 and Download II mod. First thanks for a great mod.
Now for the questions:

Is it possible to setup the Download URL to be on another server, if so how would I do this ?

For example
Server 1: VBulletin and all addons, including Download II
Server 2: Files for Download II.

Would I just change the Download URL to something like:
http://www.server2.com/downloads/ ?

If someone uploaded would that go on server 1 or server 2 ?

OneShot 09-08-2009 04:09 PM

Quote:

Originally Posted by OneShot (Post 1879996)
Hi,

Since a few days now I'm (and my users) get the following error when trying to download a file : "You don't have the permission to download this."

I'm using Downloads II v5.1.0 and vBulletin 3.7.5 PL1

Anybody got an idea how to fix this ... I triple checked the permissions and everything looks ok (I haven't changed them since some time and it worked before).

BUMP ... this is really bugging me ... nobody got any ideas where the problem lies or how to fix this ?

SupremeWeapon 09-09-2009 01:35 AM

since I cannot search for "remove numbers "in" file name"

has this been asked? how to remove the numbers in file names when uploaded.

For example

59761-File name.rar

Mobo 09-09-2009 02:46 AM

I'd love to see a layout change to the file download page that shows the member's avatar that uploaded the file. That would give a very quick visual reference as to who added the file.

DolphinEcho 09-10-2009 01:33 PM

Hi,

How do I reset Top Contributors.
As I have

Admin 5
User 0

I want to remove the User 0
What database table is this in?

The reason for User being there is I was testing something and removed that file.

havard20009 09-11-2009 03:27 AM

hi guys
tank you about this mod
i have problem
how can get direct link to the file for direct download ???
tank you about your help

DolphinEcho 09-11-2009 06:30 AM

Hi,

Try adding
&act=down

To the end so it would look like.

http://WWW.YOUDOMAIN.COM/FORUM/downloads.php?do=file&id=7&act=down
Note WWW.YOURDOMAIN.COM - Set to your domain name
FORUM = Location where the forum is.


Quote:

Originally Posted by havard20009 (Post 1882947)
hi guys
tank you about this mod
i have problem
how can get direct link to the file for direct download ???
tank you about your help


havard20009 09-11-2009 06:49 AM

Quote:

Originally Posted by DolphinEcho (Post 1882988)
Hi,

Try adding
&act=down

To the end so it would look like.

http://WWW.YOUDOMAIN.COM/FORUM/downl...&id=7&act=down
Note WWW.YOURDOMAIN.COM - Set to your domain name
FORUM = Location where the forum is.

tank you about your answer
in need direct link for file download without log in to the forum

DolphinEcho 09-11-2009 10:33 AM

If you want people to download without log in to the forum, you need to change the permissions for unregisted members to allow the download.

havard20009 09-11-2009 11:36 AM

Quote:

Originally Posted by DolphinEcho (Post 1883055)
If you want people to download without log in to the forum, you need to change the permissions for unregisted members to allow the download.

hi

tank you
its working
but for direct download we must set 2 options
1.Can View Files yes
2.Can Download Files yes

if they cant view the files they cant download the files
do you have any suggestion for download without view the file ? ?
i dont want show download center to unregistered user just i want can direct download with link

Rvl 09-11-2009 04:00 PM

Adding An Customize Column To DownloadsII?

kenshin- 09-11-2009 11:42 PM

i got a problem:

downloads which are added/uploaded via Frontend or imported via ACP (and therefore have their direct link hidden while downloading ) do simply stop after a certain while, it seems around somewhere of the 5 minute mark. Im guessing theres some certain timeout im just too stupid to find , or is it some php setting? I was thinking about max_execution_time but since this would raise the setting for everything and not just for the DownloadsII-downloads this cant be the way to go, can it? It kinda sucks if you cannot even complete a 1,1G download while downloading with somewhere around 2,5mb/s because "it takes too long". It stopped somewhere around 990MB, for users downloading way slower somewhere around half the size.

Downloads that have been added via a link (and still are locally on the same server, so the real path to the file will be revealed while downloading) work flawlessly though as do direct-downloads of any files from the server that one would know the real URL to access them.

Sorry if it has been answered before but finding some real information in a 256 page thread is quite hard even with a search within the mod.

So anyone any ideas what i might be doing wrong?

Thanks in advance

Canadians360 09-13-2009 11:20 PM

I spent a long time trying to get the image thumbnail for download files to link to the downloads file description page and not the actual downloads file. I was wondering where one would post a template modification for a mod, and just to throw out that if anyone was intrested in that feature they can send me a message. (at least untill I figure out where to post it.)

YLP1 09-14-2009 05:25 PM

Hi everyone, I uninstalled a previous version of DownloadsII and will be installing this version when my mysql error 1054 issue fixed.

I am not good with coding, databases, etc. and hope that someone can tell me how to completely remove the old version of DownloadsII.

This is the error I am getting and any help is greatly appreciated:

Code:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_ecdownloads AS phrasegroup_ecdownloads,
phrasegroup_posting AS phrasegroup_posting,
phrasegroup_adv_portal AS phrasegroup_adv_portal,
phrasegroup_calendar AS phrasegroup_calendar,
phrasegroup_postbit AS phrasegroup_postbit,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM vb3_language
WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_ecdownloads' in 'field list'
Error Number  : 1054
Request Date  : Monday, September 14th 2009 @ 01:44:43 PM
Error Date    : Monday, September 14th 2009 @ 01:44:43 PM
Script        : http://myisp.com/downloads.php
Referrer      :
IP Address    : xx.xxx.xx.xUsername      :
Classname    : vB_Database
MySQL Version :

There are no db tables for the Downloads present and I cannot figure out why I am getting these errors.

Thanks in advance.

Digital Jedi 09-15-2009 06:53 PM

You should search your database in phpMyAdmin for any instance of the ecdownloads, if you have access to it. Then you should make sure you deleted all relevant files.

Are you getting this error when you visit the downloads.php page? Of course you would be getting errors if the product is uninstalled but not that particular file removed.

archaosus 09-15-2009 09:48 PM

I love this application however I need a way urgently for it to work with files stored subroot just as links - it can manage fine on files that are linked from other sites - I need that functionality however in this application for downloading files from my own server - this is a security issue as I have about 160 gigs of downloads with various access levels.

Is there a way of doing this or someone I can pay if all else fails ?

Rvl 09-16-2009 04:19 AM

Fatal error: Call to undefined function imagecreatefrompng() in /home/xxxx/public_html/forum/downloads.php on line 842 !!!!!!!!!!!!!!!!!

Digital Jedi 09-16-2009 04:23 AM

Quote:

Originally Posted by Rvl (Post 1885565)
Fatal error: Call to undefined function imagecreatefrompng() in /home/xxxx/public_html/forum/downloads.php on line 842 !!!!!!!!!!!!!!!!!

Sounds like you have a file missing or in the wrong location.

Rvl 09-16-2009 04:34 AM

what must i do

Digital Jedi 09-16-2009 06:18 AM

Quote:

Originally Posted by Rvl (Post 1885572)
what must i do

Double check your files, of course.

Rvl 09-16-2009 06:56 AM

I checked tree times but still not working

Digital Jedi 09-16-2009 02:32 PM

Quote:

Originally Posted by Rvl (Post 1885601)
I checked tree times but still not working

When you say you double checked, did you re-upload the files to make sure none where dropped during FTP or to make sure none were corrupted during the transfer? Did you upload the files all at the same time or one at a time. Please be a little more detailed so we can help.

Rvl 09-16-2009 10:25 PM

I did a clean installation (new), i reuploaded but i got same error. i think i have to configuration my server. but I do not know how to do

Digital Jedi 09-17-2009 02:19 AM

Quote:

Originally Posted by Rvl (Post 1886047)
I did a clean installation (new), i reuploaded but i got same error. i think i have to configuration my server. but I do not know how to do

If you're running vBulletin successfully, then you shouldn't need to configure anything else.

Okay, your not telling me exactly where your uploading the files to. Are you putting the contents of the upload folder in your forum root, or are you trying to put the upload folder in the forum root by itself?


On a side note, the link in your signature is missing the "p" in http://


All times are GMT. The time now is 07:05 PM.

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.05199 seconds
  • Memory Usage 1,842KB
  • 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
  • (4)bbcode_code_printable
  • (1)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
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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