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
  #722  
Old 08-08-2005, 11:20 PM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Confusion
Thanks for the response. After editing the admincp/index.php and functions/init.php file (which fixed the other problems I was having) as noted in your fix file, I'm still having a problem with the stats page. I'll let this screen shot do the talking:



Is this normal? Or did I totally screw up LOL?

Thanks again.
Oh right. You have to empty your dl_stats thing. LOL. Sorry about that.

Quote:
Originally Posted by Confusion
I was wondering about these too. Are these permissions phrases?

Thank you.
Yes.


Quote:
Originally Posted by KTBleeding
Question:

If I install this on 3.0.8, is there an easy upgrade available for the 3.5 version for when I do upgrade my vBulletin? Or would I be better off waiting until after I upgrade to vB3.5 to install ecD?
They are the same thing, just with different files. So you should be able to change from one to the other with no problem at all.

Quote:
Originally Posted by Confusion
One more LOL...

I'm getting a "403 Forbidden by Web Configuration" error when I try to download a file I upload. I can see it in my FTP but I'm unable to retrieve it by clicking the Download Here link after I upload it. I set the folders permissions at 777. Any suggestions?

Thank you.
Are you using microsoft bimbows?
Reply With Quote
  #723  
Old 08-08-2005, 11:57 PM
Drago912 Drago912 is offline
 
Join Date: Apr 2004
Location: Canada
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ron1n
Oh right. You have to empty your dl_stats thing. LOL. Sorry about that.



Yes.


They are the same thing, just with different files. So you should be able to change from one to the other with no problem at all.



Are you using microsoft bimbows?
I dunno, I've tried everything.....I made all the fixes but still get a blank page when trying to access the download settings in the admincp.
Reply With Quote
  #724  
Old 08-09-2005, 12:10 AM
Drago912 Drago912 is offline
 
Join Date: Apr 2004
Location: Canada
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can go into the categories no problem but just a blank page when accessing the settings..... :disappointed:
Reply With Quote
  #725  
Old 08-09-2005, 12:23 AM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Drago912
I can go into the categories no problem but just a blank page when accessing the settings..... :disappointed:
You didnt do all of the fixes because there is a fix for this problem. Just reopen the fix list and search for Settings, then you should see the fix. When your done please click install.
Reply With Quote
  #726  
Old 08-09-2005, 12:39 AM
Drago912 Drago912 is offline
 
Join Date: Apr 2004
Location: Canada
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have done everything in the fix list.....the only thing that struck me was you say :

Code:
Find in downloadadmin.php:

	// ###### ELITECODERS DOWNLOAD HACK ######
	construct_nav_option("Settings", 'downloadadmin.php?do=settings', '<br />');
	construct_nav_option("Categories", 'downloadadmin.php?do=category', '<br />');
	construct_nav_group("Downloads", '<hr />');
	// ###### ELITECODERS DOWNLOAD HACK ######


Replace with:


	// ###### ELITECODERS DOWNLOAD HACK ######
	construct_nav_option("Settings", 'options.php?do=options&dogroup=ecdownloads', '<br />');
	construct_nav_option("Categories", 'downloadadmin.php?do=category', '<br />');
	construct_nav_group("Downloads", '<hr />');
	// ###### ELITECODERS DOWNLOAD HACK ######



This isnt in the admindownload.php, its in the index.php.......all changes have been made and still same result.
Reply With Quote
  #727  
Old 08-09-2005, 12:43 AM
Drago912 Drago912 is offline
 
Join Date: Apr 2004
Location: Canada
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it so I could access the settings by putting the downloadadmin.php from version2.0 in the admincp directory.....all is good now, just gotta get the uploads and downloads directory working........ :squareeyed:
Reply With Quote
  #728  
Old 08-09-2005, 01:08 AM
bspiller82's Avatar
bspiller82 bspiller82 is offline
 
Join Date: Jul 2002
Location: McHenry, Illinois
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your query in the bottom of the changes file does not seem to work..

DELETE FROM <PREFIX>dl_stats WHERE 1

Error
SQL-query:

DELETE FROM < PREFIX > dl_stats WHERE 1
MySQL said:

#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '<PREFIX>dl_stats WHERE 1' at line 1
Reply With Quote
  #729  
Old 08-09-2005, 01:35 AM
bspiller82's Avatar
bspiller82 bspiller82 is offline
 
Join Date: Jul 2002
Location: McHenry, Illinois
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the user permisison in the CP it doesn't show the information I attached a screenshot. Also the downloads aren't showing anything Examples can be found here http://www.247xtreme.com/forums/downloads.php. Notice how it shows that there is files in the catogory? When you click it it doesn't show them.
Reply With Quote
  #730  
Old 08-09-2005, 06:52 AM
Confusion Confusion is offline
 
Join Date: May 2005
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ron1n
Are you using microsoft bimbows?
LOL yes...
Reply With Quote
  #731  
Old 08-09-2005, 06:56 AM
Confusion Confusion is offline
 
Join Date: May 2005
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, I had suggested that the abiblity to add to ones reputation would be a great feature and you said you'd add it but I'm not seein' it. Is this somethin' I could put together by using code from the postbit_legacy template or would it be too complex?

BTW, I'll have screenshots for everyone as soon as the last problem is fixed .
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 04:40 AM.


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.07654 seconds
  • Memory Usage 2,316KB
  • 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
  • (1)bbcode_code
  • (7)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