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)

mirzonni 12-15-2007 06:18 AM

I have a small question. How do you add that linke "add a file..." above the Latest File column on the left?

Example : http://www.bhraja.ca/forum/downloads.php

CyberRanger 12-16-2007 01:25 AM

Quote:

Originally Posted by mirzonni (Post 1401352)
I have a small question. How do you add that linke "add a file..." above the Latest File column on the left?

Example : http://www.bhraja.ca/forum/downloads.php

I think this was done by editing the template downloads_panel_side. The link was placed at the very top of the template.

For example, if you wanted the words "Test Me!" to display where you have the link the template would look like:
PHP Code:

Test Me!
<
table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%" align="center"> ... 


mark|3 12-16-2007 02:36 AM

Yes i did. I simply ftp-ed the filed to the server and linked them manually.

Quote:

Originally Posted by CyberRanger (Post 1401081)
I can't replicate that. Are you putting the link in the "Link to a File" box?


redslush 12-16-2007 03:03 AM

Is it possible for you to tell me what template changes need to be made to get the category icons to look similar to http://www.minatica.be/downloads.php

As far as there being a separation from the icon and the cat name

thanks

Flep 12-16-2007 05:19 AM

Hi,
my forum is running the 5.0.4 version.
I should like to upgrade but I am a bit scared :)
I have several important downloads, is there a possibility I lose them by upgrading ?

thank you

CyberRanger 12-16-2007 06:00 PM

Quote:

Originally Posted by Flep (Post 1401952)
I have several important downloads, is there a possibility I lose them by upgrading ?

thank you

No chance at all. Simply follow the instructions. The only way you'd lose data is if you did an uninstall. Don't do that and you'll be fine!

Flep 12-16-2007 06:43 PM

It worked great, thank you ! :)

ntloc 12-16-2007 06:51 PM

is there anyway you can give us ETA on the new version, please? Christmas maybe?

Flep 12-17-2007 08:26 AM

After the upgrade, I did not lose comments but I noticed the comment counts are showing 0.

CyberRanger 12-17-2007 11:35 AM

1 Attachment(s)
Quote:

Originally Posted by Flep (Post 1402700)
After the upgrade, I did not lose comments but I noticed the comment counts are showing 0.

Trying running "Update Counters".

cosy 12-17-2007 03:40 PM

i get this error when add a file

Code:

/downloads.php(1392) : eval()'d code on line 67
any ideas ?

CyberRanger 12-17-2007 04:08 PM

Quote:

Originally Posted by cosy (Post 1402871)
i get this error when add a file

Code:

/downloads.php(1392) : eval()'d code on line 67
any ideas ?

That line (1392) is when the hook dl_post_upload_add is called. Are you running any of the DownloadsII add-on's?

cosy 12-17-2007 04:12 PM

yes i use DownloadsII PM and DownloadsII Create New Thread
i bet i miss sone settings :S

mark|3 12-18-2007 05:05 AM

Yes i did. I simply ftp-ed the filed to the server and linked them manually.

the hyperlink for the most popular download is in this format >> http://www.xyz.com/forums/www.xyz.co...?do=file&id=19

Quote:

Originally Posted by CyberRanger (Post 1401081)
I can't replicate that. Are you putting the link in the "Link to a File" box?


Flep 12-18-2007 05:55 AM

Quote:

Originally Posted by CyberRanger (Post 1402760)
Trying running "Update Counters".

I did it...
still 0 :(

maidos 12-18-2007 12:18 PM

is it possible to have keyword impleneted on every download files. it will certainly ease alot for ppl to get what they want.

RS_Jelle 12-18-2007 01:16 PM

Quote:

Originally Posted by mark|3 (Post 1403365)
Yes i did. I simply ftp-ed the filed to the server and linked them manually.

the hyperlink for the most popular download is in this format >> http://www.xyz.com/forums/www.xyz.co...?do=file&id=19

That's pretty strange as the url is created like this:
PHP Code:

$url $vbulletin->options['bburl']."/downloads.php?do=file&amp;id=$id"

So we take your vBulletin forums url and add the downloads part, which should work fine :)

Is your forum url correctly set in the vB options (without an ending slash)? Have you modified the DownloadsII templates?

Quote:

Originally Posted by Flep (Post 1403403)
I did it...
still 0 :(

Reupload (and overwrite) all the 5.0.6 files again to your forums FTP. You should have missed the /includes/class_download.php file which was updated to fix the 0 comments counter problem (after running the update counters).
I tested the fix and it should really work :)

@All: I just tested it and DownloadsII 5.0.6 works fine on the new vB 3.7 beta 2.

mark|3 12-18-2007 03:07 PM

Hi Jelle

I have checked the url and it correct format. And i did not modify the quotes for the link.
I typed the location of the file in "Link to a File". Will it be convenient if you could view my site?

Thanks


Quote:

Originally Posted by RS_Jelle (Post 1403588)
That's pretty strange as the url is created like this:
PHP Code:

$url $vbulletin->options['bburl']."/downloads.php?do=file&amp;id=$id"

So we take your vBulletin forums url and add the downloads part, which should work fine :)

Is your forum url correctly set in the vB options (without an ending slash)? Have you modified the DownloadsII templates?


RS_Jelle 12-18-2007 03:24 PM

Quote:

Originally Posted by mark|3 (Post 1403633)
Will it be convenient if you could view my site?

Yes, that would be better :)

jimjam 12-19-2007 06:28 AM

User are getting file not found errors on some downloads

Quote:

Originally Posted by RS_Jelle (Post 1399033)
Did you change servers? Check the chmod of the downloads folder, is it still 777? And do the files inside of it (not the images) have got a 666 chmod?

Yes the downloads folder is 777 and all the files are 666. We installed VBSEO at around the time the downloads stopped working. Whould this have anything to do with some of the files not being found?

Flep 12-19-2007 06:57 AM

Quote:

Originally Posted by RS_Jelle (Post 1403588)
Reupload (and overwrite) all the 5.0.6 files again to your forums FTP. You should have missed the /includes/class_download.php file which was updated to fix the 0 comments counter problem (after running the update counters).
I tested the fix and it should really work :)

Yeah ! worked great.. thank you :)

mark|3 12-19-2007 07:12 AM

thank you Jelle for your help :D

Poeta 12-19-2007 10:26 AM

hi guys,

one of my users is trying to upload a 80mb file.. the upload works but there is no trace of the file. Any ideas? Is there a limit of mb that can be uploaded?

Thanks :)

CyberRanger 12-19-2007 12:37 PM

Quote:

Originally Posted by Poeta (Post 1404440)
hi guys,

one of my users is trying to upload a 80mb file.. the upload works but there is no trace of the file. Any ideas? Is there a limit of mb that can be uploaded?

Thanks :)

Are you SURE the upload worked? Normally, your web server won't permit that big of an upload unless you've modified the config files or .htaccess.

From prior posts in this thread:

Quote:

Originally Posted by Hex_legend (Post 1396209)
however when I upload a media clip of something 2MB+ it comes up with

Upload Error! Can Not Upload.

Quote:

Originally Posted by nebu (Post 1277951)
tell me what to do plz.

Like Jelle has said already, 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.

Poeta 12-19-2007 07:11 PM

Thanks Cyb i'll try manually and give a look for the file you talked about.

xcesiv 12-19-2007 10:24 PM

with this mod, is it possible to restrict who can use the downloads per user group.

Stifmeister2 12-20-2007 09:05 AM

Quote:

Originally Posted by xcesiv (Post 1405026)
with this mod, is it possible to restrict who can use the downloads per user group.

Yes.

jimjam 12-20-2007 10:43 AM

Quote:

Originally Posted by jimjam (Post 1404281)
User are getting file not found errors on some downloads



Yes the downloads folder is 777 and all the files are 666. We installed VBSEO at around the time the downloads stopped working. Whould this have anything to do with some of the files not being found?

Sory for them bump. Does anyone have any idea why downloads is not now findiing files?

RiosJoe 12-20-2007 10:57 AM

I installed the plug in, add files is fine for me. However, I'm trying to import a mass amount of files and I get this specific error:

Code:

Warning: Invalid argument supplied for foreach() in /admincp/downloadadmin.php on line 345
I have no idea what that means or how to fix it >.>

CyberRanger 12-20-2007 11:58 AM

Quote:

Originally Posted by RiosJoe (Post 1405341)
I installed the plug in, add files is fine for me. However, I'm trying to import a mass amount of files and I get this specific error:

Code:

Warning: Invalid argument supplied for foreach() in /admincp/downloadadmin.php on line 345
I have no idea what that means or how to fix it >.>

Do you see a listing of files when you click on import? If yes, are you selecting any of the files before you submit the page?

RiosJoe 12-20-2007 12:04 PM

Nevermind, I seem to randomly fix it. However, its different now.

Code:

Database error in vBulletin 3.6.8:

Invalid SQL:
INSERT INTO dl_files (`name`, `description`, `author`, `_author`, `uploader`, `uploaderid`, `url`, `date`, `category`, `size`, `pin`)
                                                                        VALUES('Test1 (Part 1)', '1', 'FuKer', 'FuKer', 'RiosJoe', '1', 'test.zip', 1198161075, '1', 1337133700, '0');

MySQL Error  : MySQL server has gone away
Error Number : 2006
Date        : Thursday, December 20th 2007 @ 07:33:25 AM
Script      : http://riosjoe.net/forums/admincp/downloadadmin.php?do=doimport
Referrer    : http://riosjoe.net/forums/admincp/downloadadmin.php?do=preimport
IP Address  : 66.214.34.235
Username    : RiosJoe
Classname    : vB_Database


CyberRanger 12-20-2007 01:28 PM

Quote:

Originally Posted by RiosJoe (Post 1405387)
Nevermind, I seem to randomly fix it. However, its different now.

Code:

Database error in vBulletin 3.6.8:

Invalid SQL:
INSERT INTO dl_files (`name`, `description`, `author`, `_author`, `uploader`, `uploaderid`, `url`, `date`, `category`, `size`, `pin`)
                                                                        VALUES('Test1 (Part 1)', '1', 'FuKer', 'FuKer', 'RiosJoe', '1', 'test.zip', 1198161075, '1', 1337133700, '0');

MySQL Error  : MySQL server has gone away
Error Number : 2006
Date        : Thursday, December 20th 2007 @ 07:33:25 AM
Script      : http://riosjoe.net/forums/admincp/downloadadmin.php?do=doimport
Referrer    : http://riosjoe.net/forums/admincp/downloadadmin.php?do=preimport
IP Address  : 66.214.34.235
Username    : RiosJoe
Classname    : vB_Database


Be sure to check the "Import" box at the end of the file's listing too for each file.

The above error doesn't have anything to do with Downloads. Your mysql server instance is mad.

RiosJoe 12-20-2007 01:37 PM

Yeah, its not liking big files to be uploaded it seems. However, since my current host limits HTTP speed, I need to figure out a way to allow uses to use download Managers with this mod. I've tried it and it only allows them to download downloads.php.

Hornstar 12-21-2007 12:09 PM

Hey now that 3.7 beta is out, will this work with this, or will some changes need to be made for it to work.

Thanks.

RS_Jelle 12-21-2007 01:39 PM

Quote:

Originally Posted by hornstar1337 (Post 1406133)
Hey now that 3.7 beta is out, will this work with this, or will some changes need to be made for it to work.

Thanks.

I tested it with beta 2 and it works fine (didn't test it with beta 3 yet, but that can't be a problem normally) :)

SbyD_Salient 12-23-2007 02:19 AM

Quote:

Originally Posted by Stifmeister2 (Post 1405272)
Yes.

Thanks dude, my question got lost a few pages back :) Just testing it out now on our site and this mod rocks. Once I work out how to donate will send something to the author in the new year :)

Okay back to working out how to put the link into the forum so our massive 9 members can have a play with it. (We aren't live yet).

Very easy mod to install.

Uhmmm Stifmeister where the heck do you edit permissions?

Can't seem to locate anything in the ACP, though at this stage of my vBulletin education it's a place off the edge of the World. One of my other Admins is screaming at me not to change anything :D

Stifmeister2 12-23-2007 03:11 PM

Quote:

Originally Posted by SbyD_Salient (Post 1407250)
Thanks dude, my question got lost a few pages back :) Just testing it out now on our site and this mod rocks. Once I work out how to donate will send something to the author in the new year :)

Okay back to working out how to put the link into the forum so our massive 9 members can have a play with it. (We aren't live yet).

Very easy mod to install.

Uhmmm Stifmeister where the heck do you edit permissions?

Can't seem to locate anything in the ACP, though at this stage of my vBulletin education it's a place off the edge of the World. One of my other Admins is screaming at me not to change anything :D

They are in the "Usergroup Manager", just edit every user group and give them the permissions you want. ;)

SbyD_Salient 12-23-2007 10:55 PM

Quote:

Originally Posted by Stifmeister2 (Post 1407631)
They are in the "Usergroup Manager", just edit every user group and give them the permissions you want. ;)

Ohhh awesome feature for vB when you quote it doesn't include other quotes in the post :up:

Thanks dude, eventually will get around to working out the ACP.

Stifmeister2 12-24-2007 03:36 PM

Quote:

Originally Posted by SbyD_Salient (Post 1407901)
Ohhh awesome feature for vB when you quote it doesn't include other quotes in the post :up:

Thanks dude, eventually will get around to working out the ACP.

Yeah that is standard vBulletin behaviour. I guess you've used Invision before? :p

S7rik3R 12-26-2007 02:19 PM

Thanks for this mod I likes it very much ... it's save all my troubles to hunt for places to upload my files.

*Installed*

Thanks ~


All times are GMT. The time now is 03:25 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.04673 seconds
  • Memory Usage 1,853KB
  • 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_code_printable
  • (3)bbcode_php_printable
  • (25)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
  • (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