Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
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
  #222  
Old 02-21-2005, 07:24 PM
Rhoads Rhoads is offline
 
Join Date: Dec 2004
Location: Holland
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cyberfreak
Hi Ron1n and thanks for an awesome hack of yours

Still, after reading 15 pages of hints and tricks, i still haven`t come up with any good solutions for my problem...

I`ve installed it without any errors, displaying the downloads.php just fine, so well for the uploading bit, but when i try to download, i get the errro page:
Code:
Forbidden
You don't have permission to access /forum/downloads/_Cyber_Newfilenametest2_.zip on this server.
Okey, i have readed several places about url`s and cmod`ing... here goes:

My download_config.php displays this:
Code:
<?php
$INFO['d_perpage']		= '20';
$INFO['d_disable']		= '0';
$INFO['u_url']			= '/var/www/html/forum/downloads/';
$INFO['d_url']			= '/forum/downloads/';
$INFO['d_order']			= '`name`';
?>
And yes, i chmod the downloads/ dir to 777

Still i get that error message...

but if i try to login thrue FTP, and look at the chmod ON files, it get strange...

The upload chmod the files to 600 !!!
It`s not strange then why i can`t download it.. hehe

But why?! And where does this hack do anything with chmod`s ??

I`m not sure what the solution for this is, so again after reading all pages i din`t find any answer on this. (If im not blind, that is).

Hope you have a answer for me here ?!

btw.. uses version 1.0e

thanks.

Cyberfreak
I have the same problem https://vborg.vbsupport.ru/showpost....9&postcount=71 there is only no solution for :disappointed:
Everything have been well established for 100%, I have tested the other download mod, and I have no problems with that.
Reply With Quote
  #223  
Old 02-22-2005, 12:27 PM
Rids's Avatar
Rids Rids is offline
 
Join Date: Aug 2002
Location: Wales
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this hack supported anymore? Ronin hasn't even been on the site since the 13th so I'm guessing not. It will be a great shame if this gets abandoned, I'd been searching for something like this for ages and even went as far as buying a commercial script but that failed miserably when it came to integrating with vB.
Reply With Quote
  #224  
Old 02-22-2005, 05:27 PM
LeeWicKeD LeeWicKeD is offline
 
Join Date: Jan 2005
Location: Germany
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i've also waited a long time for support,but nothing happenend..but i found something like this:

https://vborg.vbsupport.ru/showthread.php?t=60403

much more comfortable and good support!thumbs up
Reply With Quote
  #225  
Old 02-22-2005, 06:46 PM
Dep Dep is offline
 
Join Date: Aug 2003
Location: uk
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cyberfreak

My download_config.php displays this:
Code:
<?php
$INFO['d_perpage']		= '20';
$INFO['d_disable']		= '0';
$INFO['u_url']			= '/var/www/html/forum/downloads/';
$INFO['d_url']			= '/forum/downloads/';
$INFO['d_order']			= '`name`';
?>
trys these

make it read
Code:
<?php
$INFO['d_perpage']		= '20';
$INFO['d_disable']		= '0';
$INFO['u_url']			= '/var/www/html/forum/downloads/';
$INFO['d_url']			= 'http://www.domain.com/forum/downloads/';
$INFO['d_order']			= '`name`';
?>
the other one is

change
chmod the downloads/ dir to 777
to this
chmod the downloads/ dir to 755
Reply With Quote
  #226  
Old 02-23-2005, 01:28 AM
GetGamer.com GetGamer.com is offline
 
Join Date: Jul 2004
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've installed this mod (looks great!) but when I try to upload a file I get a javascript alert: The document contains no data.

The upload form is completely filled out. Any ideas what I'm doing wrong?

Another user trying to upload got a SQL error, which generated thisemail to me:
Quote:
Invalid SQL: INSERT INTO file_files (`name`, `desc`,`author`,`uploader`, `uploaderid`, `url`, `time`, `catid`, `size`, `pin`,`approved`)
VALUES('Universal JnrzLoader','A little tool that will sign you in appearing offline and will load asmany MSN Messenger instances as you want (MSN polygamy) withoutpatching msnmsgr.exe<br />
<br />
It should loadall/future versions of MSN-Windows Messenger, although it is not 100%accurate. It has been tested with MSN Messenger version6.2.0133/6.2.0.137/6.2.0205/7.0.0425 and Windows Messenger4.7.2009/5.0.0482<br />
<br />
Instructions - PressLOAD and then search for the msnmsgr.exe if you want to load MSNMessenger. Its default path is C:\Program Files\MSN Messenger\<br/>
If you wanna load Windows Messenger then you need to searchfor msmsgs.exe. Its default path is C:\Program Files\Messenger\','Jnrz', 'shifter', '44023', 'MSN Jnrz Universal JnrzLoader [].zip','1109123852', '2', '3699', '', '')
mysql error: You have an error inyour SQL syntax near 'Jnrz', 'shifter', '44023', 'MSN Jnrz UniversalJnrzLoader [].zip', '1109123852',' at line 2

mysql error number: 1064
Reply With Quote
  #227  
Old 02-23-2005, 07:02 AM
chooah chooah is offline
 
Join Date: Sep 2004
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this mod looks great! does it support external URL's instead of file uploads?
Reply With Quote
  #228  
Old 02-23-2005, 01:53 PM
Xtrm2Matt Xtrm2Matt is offline
 
Join Date: Aug 2002
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope. I doubt its planned either seeing as the maker has gone off on one..
Reply With Quote
  #229  
Old 02-23-2005, 03:40 PM
StevenIsProek StevenIsProek is offline
 
Join Date: Jul 2004
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chooah
this mod looks great! does it support external URL's instead of file uploads?
yea whats up whit this?I been waiting
Reply With Quote
  #230  
Old 02-23-2005, 07:42 PM
Viks Viks is offline
 
Join Date: Sep 2004
Location: Toronto
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yany one!?

Quote:
Originally Posted by Viks
If anyone here is interested to do this and has the time...An addon for vBAdvanced CMPS will be really appreicated with this mod.

Is there a way to reset counter for downloads...??

Ron1n dude!! come support ur mod man.....
Reply With Quote
  #231  
Old 02-23-2005, 07:47 PM
ptmuldoon ptmuldoon is offline
 
Join Date: Feb 2005
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've asked for the same thing over at vba boards, but no one's bitten on it yet. I think it would be great to have.

I was thinking of an add on that showed perhaps the top 3 or 5 latest additons (uploads), and top 3 or 5 most popular downloaded files.
Reply With Quote
Reply

Thread Tools

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 02:05 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.14142 seconds
  • Memory Usage 2,313KB
  • 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
  • (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