Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ecDownloads 3.2 Legacy Details »»
ecDownloads 3.2 Legacy
Version: 3.2 Legacy, by Ron1n Ron1n is offline
Developer Last Online: Jun 2008 Show Printable Version Email this Page

Version: 3.0.8 Rating:
Released: 01-26-2005 Last Update: 08-09-2005 Installs: 195
DB Changes Template Edits
Code Changes Additional Files  
No support by the author.

ecDownloads 3.2 Legacy (vBDownloads) is available for vBulletin 3.0.x

Talk about 3.2 here: https://vborg.vbsupport.ru/showthread.php?p=751766

What is ecDownloads?

It is a download database that integrates into vBulletin. It allows you to upload files, create folders, link to external files - and more. It is very flexible and has many options. Sorry, no screenshots. Maybe if someone is nice they will provide a link to the latest version of ecDownloads for everyone to view it.

Changes in 3.2

- Too many to list... its a whole new world

Known Bugs:

- Missing phrase in add file (on nav bar)
- No file protection, add it here if you want: https://vborg.vbsupport.ru/showpost....&postcount=174
- Missing phrases (ecdownloads_can_edit_all and ecdownloads_can_view_disabled) in admincp

Install

Make the file edits in ecDownloads.txt
Upload the contents of 'upload' to your forum directory
Run the downloadinstaller.php file in the admincp (install/rebuild styles and phrases)
Create a directory called 'downloads' (or whatever you put in your settings) and make it writeable and executable

Time: 5-6 Min

Addons

vBAdvanced Module: https://vborg.vbsupport.ru/showthread.php?t=93771

Want another addon? Request it.

Giving Back

Have you installed this mod? Click install.
Do you like this mod? Rate me 5/5.
Do you want to donate? Go to www.unicef.org and be generous!

To the community

Thanks for all your support, I hope you enjoy this. It will have 1-2 minor bugs, but nothing major. Have fun, and make suggestions.

IMPORTANT NOTICES

- Upgraders should remove the CRON that they originally set up
- Look at the fix list to the right -> see if it has been updated since you downloaded

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #342  
Old 03-24-2005, 01:31 PM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarcoH64
What is the meaning of the
PHP Code:
TABLE_PREFIX 
Looks to me that don't belong there
TABLE_PREFIX is the vB mysql database prefix, but correct, it does not belong there. I dont think it exists there - or has existed there, in all the latest versions. He must be using an old copy.

However, I did update this file last night from my laptop, and the files could be reverted to their prior state. Could someone please clarify whether the TABLE_PREFIX thing exists before file_exists in 2.0d? I would check myself, but I cant open .zip files atm.

Quote:
well what i did was in the dl_add i had the error on line 66...so i changed the code a little bit from
Code:
prep_file
to
Code:
file_prep
and now it says its uploaded atleast but then when i go to download the file name is changed
1. change file_prep back to prep_file. Open dl_functions.php and change file_prep to prep_file (around line 34)

2. It SHOULD change the name of the file to {cat abbrev} {author} {file}.{extension}

Aren't you still able to download the file?
Reply With Quote
  #343  
Old 03-24-2005, 03:20 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Allan
I have this error in localhost when I click on "order the files"

error:
Code:
Parse error: parse error in c:\program files\easyphp1-8\www\forum\includes\dl_manage.php on line 36
ligne 36 (in red) of file "dl_manage.php":
Code:
if ($file['link'] == 0)
			{
				if (!" . TABLE_PREFIX . "file_exists($INFO['url'].$file['url'])) {
					eval('$filebits .= "' . fetch_template('downloads_man_filebits') . '";');
				}
			}

Hey Ron1n, you does not have idea for my problem
Reply With Quote
  #344  
Old 03-24-2005, 03:37 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alan,

Like i suggested above, start by removing that
PHP Code:
". TABLE_PREFIX ." 
Reply With Quote
  #345  
Old 03-24-2005, 05:55 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarcoH64
Alan,

Like i suggested above, start by removing that
PHP Code:
". TABLE_PREFIX ." 

veiled, I did it and it is similar, even error
Reply With Quote
  #346  
Old 03-24-2005, 06:31 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If this sounds dull Im sorry

But how do you or members upload files? I can see the download php file but thats it?
Reply With Quote
  #347  
Old 03-24-2005, 07:51 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ignore my above post, all working.

Also make sure that Php open_basedir is off for the URL this hack is being used for, I was getting permission errors with it on.

Laters

Quote:
Originally Posted by The Realist
If this sounds dull Im sorry

But how do you or members upload files? I can see the download php file but thats it?
Reply With Quote
  #348  
Old 03-24-2005, 09:20 PM
rjordan's Avatar
rjordan rjordan is offline
 
Join Date: Sep 2004
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I have an off-site link:

http://www.battlezoneclub.org/BZClubDL/AntilagXP.zip

and place it in the link field for adding. When I try to submit, I get the error about only submitting certain file types.

If I do:

/BZClubDL/AntilagXP.zip

it is added to the database fine. The problem here, of course, is I cannot use this for off-site links.

Additionally, when I try to delete this, I am getting the following error:

Warning: unlink(./downloads//BZClubDL/AntilagXP.zip): No such file or directory in /includes/dl_manage.php on line 141
Reply With Quote
  #349  
Old 03-24-2005, 09:24 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Remove the dot from the begining of the upload path. Also make sure that you have disabled Php open_basedir.

Laters
Reply With Quote
  #350  
Old 03-24-2005, 09:37 PM
rjordan's Avatar
rjordan rjordan is offline
 
Join Date: Sep 2004
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The problem is, I do not think that it is supposed to put anything in the downloads folder if it is a link. This is not an uploaded file. I should not see that error at all on a link... right?

Oh, and how WOULD you disable open_basedir if that were an issue?
Reply With Quote
  #351  
Old 03-24-2005, 09:53 PM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

rjordan: Ok, read the delete message: unable to delete (file) or whatever... it makes perfect sense that you wouldn't be able to delete a file that isnt on your server etc. That being said, the hack shouldnt TRY to delete a linked file, so I will fix that. Its a bug, but not a problem. Its just one of those anoying things that doesnt effect performance. Seeing as it cannot effect performance, I will fix it in the next general release.

Allan: your using an old version or failed to reupload the files you edited.

rjordan: about linking to files on other servers, i get the same thing. im not sure whether its a . issue, a : issue or a / issue. I will look into it. For now... just dont leech.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:47 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.04562 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (3)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete