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
  #242  
Old 02-27-2005, 05:02 PM
Cyberfreak Cyberfreak is offline
 
Join Date: Oct 2004
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jag
For everyone having the CHMOD 666 Forbidden File problem - here's the solution.

Find this code in includes/dl_add.php

Code:
move_uploaded_file($_FILES['upload']['tmp_name'], $INFO['u_url'].$newfilename);
And add this code directly under it:

Code:
chmod($INFO['u_url'].$newfilename, 0755);
This will CHMOD the uploaded to file to 755 and thus eliminate the 666 bug.
Damn m8..

This really work`d

Thanks alot, finally i can start using this hack also

Cheers, Cyberfreak
Reply With Quote
  #243  
Old 03-02-2005, 03:47 PM
TonTon TonTon is offline
 
Join Date: Apr 2003
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got a problem. ive installed the hack but the navigation menu says "You must register to download files "

so i cant use the navigation bar or upload files etc.
Reply With Quote
  #244  
Old 03-04-2005, 12:51 AM
tpr tpr is offline
 
Join Date: Jan 2004
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Was just wondering since it does not seem to be possible right now.
How do i add a 3rd level catagories ?
I have a student site and i need to have 3 levels of catagories ->
college -> subject -> course -> files.
but cant seem to be able to do that.

Anyone ?
Thanks
Reply With Quote
  #245  
Old 03-04-2005, 03:42 PM
AuroraMike AuroraMike is offline
 
Join Date: Jan 2005
Location: Denver, CO
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I mean no disrespect to ron1n but as he himself stated, this is not a high priority creation on his list. To be honest, a fully integrated download section that is seperate from the forums but utilizes VB's own backed is one of the few things we're missing.

https://vborg.vbsupport.ru/showpost....05&postcount=7

give it and the 1st post a read. There are ppl willing to create such a monster but they don't feel that this is a much sought after creation. Again, this is not a dis or attempt to steer ppl away from Ron1n's creation. What he has is a nice system but he's not interested in expanding it, it's his own personal system that he decided to share (and like it or not, you should be grateful) and again, it's not a high priority for support.
Reply With Quote
  #246  
Old 03-07-2005, 01:21 AM
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Location: Oklahoma City
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jag
For everyone having the CHMOD 666 Forbidden File problem - here's the solution.

Find this code in includes/dl_add.php

Code:
move_uploaded_file($_FILES['upload']['tmp_name'], $INFO['u_url'].$newfilename);
And add this code directly under it:

Code:
chmod($INFO['u_url'].$newfilename, 0755);
This will CHMOD the uploaded to file to 755 and thus eliminate the 666 bug.
I love you man, if I was a woman I'd offer to have your babies.
Reply With Quote
  #247  
Old 03-07-2005, 10:15 PM
k40tic k40tic is offline
 
Join Date: Aug 2004
Location: Springfield Mo
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The only issue I have with this addon is the link back to your site since it contains game cheats. I run a gaming clan and site and refuse in any way to link back to or be connected to in any other way a site that has cheats. I have enough problems with hackers as it is without helping them. :squareeyed: Otherwise I like it though.
Reply With Quote
  #248  
Old 03-08-2005, 03:14 AM
mili mili is offline
 
Join Date: Jul 2003
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like this hack. Is there a way to do this:

Anyone who is a forum member can up and download from the forum from 2am until 4pm then only members of a VIP group can download anything (but can view and upload still)?

milli
Reply With Quote
  #249  
Old 03-08-2005, 07:55 PM
Hades-1 Hades-1 is offline
 
Join Date: May 2004
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i need this for 3.0.7
Reply With Quote
  #250  
Old 03-08-2005, 08:21 PM
AuroraMike AuroraMike is offline
 
Join Date: Jan 2005
Location: Denver, CO
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

again, hate to do this, no disrespect to Ron1n but if you need a supported fully functioning downloader that integrates flawless w/ VB - http://www.securedownloads.net. Yes, it costs $$$ but until someone else picks this up and runs with it 100% or Ron1n comes back, your options are limited.

Personally, I would love to see what Ron1n has put together for what he mentioned as a 2.0 product. Seeing as that was almost a month ago, my hopes are fading.

<fixed URL>
Reply With Quote
  #251  
Old 03-10-2005, 11:59 AM
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AuroraMike
again, hate to do this, no disrespect to Ron1n but if you need a supported fully functioning downloader that integrates flawless w/ VB - http://www.securedownloads.net. Yes, it costs $$$ but until someone else picks this up and runs with it 100% or Ron1n comes back, your options are limited.

Personally, I would love to see what Ron1n has put together for what he mentioned as a 2.0 product. Seeing as that was almost a month ago, my hopes are fading.

<fixed URL>
That site is funny. You need to be a member to buy it. Yet you cant sign up because the php file is missing (register)

cant send a message (sendmessage.php)
sounds a bit odd.

Pass.
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 01:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08596 seconds
  • Memory Usage 2,317KB
  • 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_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