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)

kevcj 11-19-2009 10:57 PM

I'am having a strange problem of the script renaming the file, and then saying it can not be found.

I can be logged into the downloads folder via FTP, find the file, rename it to what the script it looking for, click the download button - and the file is renamed again.

In downloads options

Quote:

If yes, files will be downloaded as filename_given_in_form.ext instead of original_file_name.ext.
is set to no.

The renaming goes between 12345-filename.pdf and filename.pdf

The problem was in 5.1.0, so I upgraded to 5.1.1 and its still there.

siriuxs 11-20-2009 07:47 AM

this plug-in is compatible with vbulletin 4 ?

RS_Jelle 11-20-2009 11:36 AM

Quote:

Originally Posted by siriuxs (Post 1917597)
this plug-in is compatible with vbulletin 4 ?

No, but I'm working on it.

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

insidedesign 11-20-2009 07:56 PM

Does DownloadsII integrate with Amazon's Simple Storage Service?

insidedesign 11-20-2009 08:05 PM

Found this resource, and thought it might be helpful for the developer:
http://stackoverflow.com/questions/1...oadmaxfilesize

Is it possible to move from a POST type uploader, and move to a JAVA or FLASH type uploader?

brettxw 11-21-2009 05:53 PM

Hey guys, great mod you got going on here. I can not wait to start putting this to use. I have this installed on my vbulletin but I had a question. Rather then use the ./downloads/ directory, could I use an entire different folder that I have all my downloads on? Would I be able to just change the ./downloads/ to " http://myothersitename.com/downloads/ " Will that still work?

majsm 11-23-2009 04:45 AM

I am able to upload a gif image from a link but if it's on my computer i get this message=You may only upload or link to the following extensions: zip rar tar gz
(yes i checked to make sure gif is an allowed file extension)

realdx 11-23-2009 09:44 AM

Hi there, any hint on how to add a thumbnail to files and download sections?
I know I sound dumb, but really can get it!! :(

EDIT: asked help too early. Found the magic button, thanks and sorry for buggin'!

brettxw 11-24-2009 05:35 AM

RS - How much would you charge for the footer (credits) to be removed?

If you can PM me with the price so you don't have to mention it publicly, I 'd appreciate it.

Thanks.

Dragonlair 11-24-2009 10:53 AM

What is the definition of a "day" for this mod?

Is it based on a given timezone (such as the host's/owner's timezone)? Is it based on the user's defined timezone (from their profile)? Is it based on the actual downloads (24 hours)? If the last, is it the first download that sets the 24 hours or the last download?

We have a large number of small files in our database (I don't think there are any over 512K) and this question is causing quite a bit of confusion. :confused:

Dekard 11-24-2009 05:45 PM

4.0 support from this mod would be lovely!

Nadeemjp 11-24-2009 09:24 PM

hey RS, when can you provide the vb4 release?:)

maidos 11-26-2009 02:23 AM

Quote:

Originally Posted by Dekard (Post 1920278)
4.0 support from this mod would be lovely!

Agree too. Hope you make it support 4.0 when its like in RC1 ?

Ross L 11-28-2009 08:05 PM

What template is the downloads navbar in? I need to edit it, so it fits in whit my design but I can't find it unfortunately.

Thanks in advance :D

brettxw 11-29-2009 06:00 AM

Quote:

Originally Posted by Ross L (Post 1922174)
What template is the downloads navbar in? I need to edit it, so it fits in whit my design but I can't find it unfortunately.

Thanks in advance :D


Vbulletin Admin Panel>Style Manager>Which ever style you are using>edit templates>

look for Download Templates and edit the downloads_navbar_button template.

Fenriz 11-29-2009 09:35 AM

Onec a day I get the next error (below). How can I fix it?
PHP Code:

Database error in vBulletin 3.8.4:

Invalid SQL:
SELECT dl_files.*,  dl_cats.name catname FROM dl_filesdl_cats WHERE  (OR dl_files.author LIKE '%Discrétisations variationnelles de problèmes aux limites elliptiques%' OR dl_files.name LIKE '%Discrétisations variationnelles de problèmes aux limites elliptiques%' OR dl_files.description LIKE '%Discrétisations variationnelles de problèmes aux limites elliptiques%'
                                                                        AND 
dl_files.category dl_cats.id
                                                                        ORDER BY catname
dl_files.name;

MySQL Error   Unknown column 'y' in 'where clause'
Error Number  1054
Request Date  
FridayOctober 30th 2009 03:39:39 AM
Error Date    
FridayOctober 30th 2009 03:39:39 AM
Script        
http://forum.com/downloads.php?do=search
Referrer      http://forum.com/downloads.php?do=search
IP Address    : ***
Username      Unregistered
Classname     
vB_Database_MySQLi
MySQL Version 


btw, MySQL database version 5.1.41

Hovard 11-30-2009 08:37 AM

After installation and run http://www.mysite.com/forum/downloads.php I see message


admin, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

joyceleong 12-01-2009 06:48 AM

Quote:

Originally Posted by Welshy2008 (Post 1917058)
Doublecheck the Usergroups Permissions, Joyce. Failing that, you could like directly to it... Ie: http://www.yourforumaddress.com/images/yourpicture.jpg


Let me know how you get on.

Hi Welshy, I am still get a white page once I upload the image, and the image does not show up on the Download sections, but when I check the download folder on my hosting, it shows that the uploaded file is there.

I have checked on the Usergroup Permissions, I have got the option under Downloads II Permission "Can Upload Images" marked as Yes, any other options do I need to enable as well?

Thanks.

RS_Jelle 12-02-2009 06:59 AM

Quote:

Originally Posted by Fenriz (Post 1922411)
Onec a day I get the next error (below). How can I fix it?
PHP Code:

Database error in vBulletin 3.8.4:

Invalid SQL:
SELECT dl_files.*,  dl_cats.name catname FROM dl_filesdl_cats WHERE  (OR dl_files.author LIKE '%Discr?tisations variationnelles de probl?mes aux limites elliptiques%' OR dl_files.name LIKE '%Discr?tisations variationnelles de probl?mes aux limites elliptiques%' OR dl_files.description LIKE '%Discr?tisations variationnelles de probl?mes aux limites elliptiques%'
                                                                        AND 
dl_files.category dl_cats.id
                                                                        ORDER BY catname
dl_files.name;

MySQL Error   Unknown column 'y' in 'where clause'
Error Number  1054
Request Date  
FridayOctober 30th 2009 03:39:39 AM
Error Date    
FridayOctober 30th 2009 03:39:39 AM
Script        
http://forum.com/downloads.php?do=search
Referrer      http://forum.com/downloads.php?do=search
IP Address    : ***
Username      Unregistered
Classname     
vB_Database_MySQLi
MySQL Version 


btw, MySQL database version 5.1.41

That's the search query, but it isn't executed every day. Rather every time someone does a search. There's nowhere an "y" in it, there's even no variable to get something in there.

Can you pm me your site url (and login information for the downloads section)?

Quote:

Originally Posted by Hovard (Post 1922940)
After installation and run http://www.mysite.com/forum/downloads.php I see message


admin, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

You need to set your DownloadsII usergroup permissions to have access to the downloads section.

Quote:

Originally Posted by joyceleong (Post 1923385)
Hi Welshy, I am still get a white page once I upload the image, and the image does not show up on the Download sections, but when I check the download folder on my hosting, it shows that the uploaded file is there.

I have checked on the Usergroup Permissions, I have got the option under Downloads II Permission "Can Upload Images" marked as Yes, any other options do I need to enable as well?

Thanks.

That seems to be a server issue. Can you pm me your site url (and login information for the downloads section)?

RS_Jelle 12-02-2009 07:01 AM

Quote:

Originally Posted by Dekard (Post 1920278)
4.0 support from this mod would be lovely!

Quote:

Originally Posted by Nadeemjp (Post 1920403)
hey RS, when can you provide the vb4 release?:)

Quote:

Originally Posted by maidos (Post 1920995)
Agree too. Hope you make it support 4.0 when its like in RC1 ?

I'm already working on a vB 4 release, which goes pretty smooth. Only, the new style isn't that beautiful/practical to create something like the current vB 3 layout.

Dekard 12-02-2009 11:43 AM

Quote:

Originally Posted by RS_Jelle (Post 1923880)
I'm already working on a vB 4 release, which goes pretty smooth. Only, the new style isn't that beautiful/practical to create something like the current vB 3 layout.

Thank you, thats very good news. While your working on it, one of of the issues I've faced is users finding the direct download link to the file and bypassing Downloads II and VB. Any chance you can include an out of the box fix for that? I'm sure I'm not the only only who hates fooling with .htaccess permissions.

intensecool 12-06-2009 11:51 AM

Quote:

Originally Posted by Dekard (Post 1923945)
Thank you, thats very good news. While your working on it, one of of the issues I've faced is users finding the direct download link to the file and bypassing Downloads II and VB. Any chance you can include an out of the box fix for that? I'm sure I'm not the only only who hates fooling with .htaccess permissions.

I need this urgently done, i dont want users to see the download locations..
Is there anyways to do this..
i am facing some different issues with LDM..
what to do in this..
can anyone tell me how to make the changes.

Ross L 12-07-2009 05:08 PM

Quote:

Originally Posted by brettxw (Post 1922357)
Vbulletin Admin Panel>Style Manager>Which ever style you are using>edit templates>

look for Download Templates and edit the downloads_navbar_button template.

Thanks for the reply. That's actually the template that controls adding the link to the forum navbar. I was looking for the actual navbar that is only on the downloads section (where you have Main | Category Tree | Stats | Search | Add | My Files | Manage Files | Update Counters).

Any ideas on what template they are in?

Cheers :)
- - Edit - -

Worked it out now thank :)

Bram H 12-08-2009 10:35 AM

Quote:

Originally Posted by RS_Jelle (Post 1923880)
I'm already working on a vB 4 release, which goes pretty smooth. Only, the new style isn't that beautiful/practical to create something like the current vB 3 layout.

[high]* Bram H presses the invisible vb.org Thank You Button!!
[/high]

Once you have it done we can switch to vb4.0! Thanks so much for the ongoing support of this mod, can't express how many people you made happy with it. Keep it up Jelle! :up:

gator777 12-08-2009 04:53 PM

Quote:

Originally Posted by RS_Jelle (Post 1923880)
I'm already working on a vB 4 release, which goes pretty smooth. Only, the new style isn't that beautiful/practical to create something like the current vB 3 layout.

We anxiously await your new release for vB4. :D

carrlos 12-09-2009 02:07 AM

Quote:

Originally Posted by RS_Jelle (Post 1923880)
I'm already working on a vB 4 release, which goes pretty smooth. Only, the new style isn't that beautiful/practical to create something like the current vB 3 layout.

Give us ANYTHING that works, no matter how ugly, so we can upgrade to vB4.0. Then you can update later. :rolleyes:

insidedesign 12-09-2009 06:45 PM

Hey Jelle, I think my questions got lost in the shuffle. :)

Quote:

Originally Posted by insidedesign (Post 1917960)
Does DownloadsII integrate with Amazon's Simple Storage Service?

Quote:

Originally Posted by insidedesign (Post 1917965)
Found this resource, and thought it might be helpful for the developer:
http://stackoverflow.com/questions/1...oadmaxfilesize

Is it possible to move from a POST type uploader, and move to a JAVA or FLASH type uploader?


RS_Jelle 12-10-2009 11:11 AM

Quote:

Originally Posted by insidedesign (Post 1927955)
Hey Jelle, I think my questions got lost in the shuffle. :)

I'm not planning that immediately, though it's possible. I'm more looking for integration with the vB 4 asset manager in the future. So it depends from what the asset manager will allow.

gigaenvy 12-12-2009 09:53 PM

Thanks. I've been using this script since May 2009 and just avoided a legal issue yesterday. How can we remove the 'Upload a File' form section with browse control?

I want to prevent any uploads to the server and just want to use links to a file from external sites?

THanks!!!

stationar 12-12-2009 10:03 PM

Quote:

Give us ANYTHING that works, no matter how ugly, so we can upgrade to vB4.0. Then you can update later.
Can't wait for VB4 version. Anything that works. :)

RS_Jelle 12-13-2009 10:09 AM

Quote:

Originally Posted by gigaenvy (Post 1929590)
Thanks. I've been using this script since May 2009 and just avoided a legal issue yesterday. How can we remove the 'Upload a File' form section with browse control?

I want to prevent any uploads to the server and just want to use links to a file from external sites?

THanks!!!

Just set the "Can Upload Files" usergroup permission to No ;)

havard20009 12-13-2009 10:37 AM

hi guys
nice mod thank you
can u do something ?
i want to user able to upload file directly form new post what can i do?

gigaenvy 12-13-2009 06:25 PM

Quote:

Originally Posted by RS_Jelle (Post 1929812)
Just set the "Can Upload Files" usergroup permission to No ;)

Duh!!! :erm:

Thanks.

havard20009 12-15-2009 09:40 AM

hi guys
is it possible use this mode like rapid leech?

pharmacist 12-15-2009 06:16 PM

thanks for great Mod
but when I tried to upload 5MB files this message appears
Quote:

The upload failed! Upload error.
what can I do?

NiTRoN 12-16-2009 01:37 PM

Has anyone tested this mod with vb 4.x?

Black Tiger 12-16-2009 01:56 PM

Can there be made an option that users can only download after they have x posts?

bollie 12-16-2009 02:12 PM

Quote:

Originally Posted by NiTRoN (Post 1931663)
Has anyone tested this mod with vb 4.x?

Work not

skylab 12-16-2009 08:53 PM

Awesome work! Thanks for the update on vb4! Any time lines you think?

rexxxy 12-17-2009 01:39 AM

is there anyway to add like a thank you hack or like a comment field to this mod for each download


All times are GMT. The time now is 10:31 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.08337 seconds
  • Memory Usage 1,866KB
  • 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
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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