vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   ecDownloads 3.2 Legacy (https://vborg.vbsupport.ru/showthread.php?t=75198)

Durtay 02-18-2005 04:36 AM

Quote:

Originally Posted by Socomjunky.com
yea i did the chmod. but i didn't add any path or paths. it doesn't say nothing in inctruction

the paths to your download folder via your cpanel and your site root.

cPanel: /home/user/html/downloads/
site root: /downloads/

In your cpanel rename "user" to your username you use to access the cpanel (if you have one)

tekram 02-18-2005 04:42 AM

Quote:

Originally Posted by Socomjunky.com
yea i did the chmod. but i didn't add any path or paths. it doesn't say nothing in inctruction

look here in the instructionsystem 1.0e:
Setting the 'upload url' this is the actual path, i.e. 'home/public_html/downloads/'
Setting the 'download url' this is the path from the domain, i.e. '/downloads/'

this musst be changed in the download_config.php in includes here at this hack.

fiber1 02-18-2005 08:54 PM

Very nice! But definately needs more allowable file extensions for upload/download.

tekram 02-18-2005 08:58 PM

Quote:

Originally Posted by fiber1
Very nice! But definately needs more allowable file extensions for upload/download.

please have a look first on this post:

Quote:


Hi there,

I can't be bothered to trail through 14 pages, but I've gone through the last 3 or 4 and I've noticed 1 thing about the extensions. If you want to upload different extensions other than .rar, .zip and .gz, simply do a search for ".rar" in the following files and you'll see this:

if ($lext != ".rar" && $lext != ".zip" && $lext != ".gz") {

$errors['message'] .= '<center>You may only upload .rar, .zip, and .gz</center><br>';

You can simply add more extensions by adding $lext != ".EXTENSION". Remember, add $lext != ".EXTENSION" && if your adding more than 1 extension.

:: Files To Edit ::
dl_add.php
dl_edit.php

As a future release, would it be possible to edit these in the AdminCP rather than have to manually edit files?

I've had no problems installing this at all. However, when I upload the files.. no files are uploaded. It basically "makes" a 0kb file in the downloads dir.

A request: I have a number of files which are around 700MB each. Instead of uploading this via your "uploader" (this will be impossible anyway, it will simply timeout), I'm requesting the ability to link to the file but still be able to do the same as you can now (e.g. description, author etc), and also keep the URL still hidden.

An Error: You can simply not download. I get this error when I try downloading:

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.


I'm sorry to be rude, great plugin, but it seems you've put too little effort into releasing something that we can install straight away. You say the phrases arn't needed? How can you even think about releasing a plugin without releasing the phrases as well? Some people may not mind, but I certainly do. I'd rather see a nice message saying "Thank you, your categorie has been added" rather than "Error: The phrase 'categorie_added' cannot be found because the author was to lazy to release it so please don't complain"..

Again, I hope my last comment didn't sound rude, it was intended to.

Cheers,

Matt
everythink ok?

Morrus 02-18-2005 11:29 PM

Quote:

Originally Posted by tekram
please have a look first on this post:



everythink ok?

Got a problem!

The install seemed to go fine, but I'm having a little trouble with the page itself. The category display list is fine, but if I try clicking on one of the category names, I just get a blank white page.

You can see the problem here if you try clicking on one of the 4 categories:

http://www.enworld.org/downloads.php?

I'm sure I've just done something wrong, but I can't figure out what it is. Anyone got any idea?

Thanks!

fiber1 02-19-2005 01:55 AM

Thanks Tekram! Been reading so many threads sometimes I just miss them.

fiber1 02-19-2005 02:33 AM

Question about adding extensions... If I add ".txt" or ".doc" when one clicks on the download link it opens in the browser. What changes need to be made to make it promt the save file to location window instead?

danrak 02-19-2005 03:44 AM

It looks good. I would love to use it. The only thing though is I have over 2 gigs worth of downloads, many of which are drivers, and maybe around 3,000 different files. Is there any way to mass add these?

Xtrm2Matt 02-19-2005 07:47 AM

Hi,

Quote:

Originally Posted by fiber1
Question about adding extensions... If I add ".txt" or ".doc" when one clicks on the download link it opens in the browser. What changes need to be made to make it promt the save file to location window instead?

.TXT and .DOC open in the browser by default (in I.E anyway). The only way around this is if the person right clicked it and clicked "Save As" :)

Quote:

Originally Posted by danrak
It looks good. I would love to use it. The only thing though is I have over 2 gigs worth of downloads, many of which are drivers, and maybe around 3,000 different files. Is there any way to mass add these?

This would be possible if the maker of the plugin added a scan-dir feature, meaning you choose the dir, and it scans the files and adds them automatically. The problem I see with that is actually giving the name, author, description etc of the files, but it'd save time I agree :)

Matt

Cyberfreak 02-21-2005 04:49 PM

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


All times are GMT. The time now is 09:32 AM.

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.01689 seconds
  • Memory Usage 1,756KB
  • 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_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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