vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

Black Tiger 10-19-2007 12:19 AM

@RS_Jelle:
The problem I have do not occur with all the old moved files. I just discovered that a file which gives a corruption notice when downloaded with IE6, does NOT give any problems when downloading with Firefox Portable.
So maybe the problem is lying in Internet Explorer 6 or one of the latest updates from windowsupdate for IE6.
Do you know of any incompatibility problems with IE6 and or linux/apache/php server settings needed for this to work well?

RS_Jelle 10-19-2007 11:56 AM

Quote:

Originally Posted by VBORGUSER (Post 1363212)
To get rid of statistics :

AdminCP -> Downloads -> Settings -> Display "Tops" on all pages? -> No

This was logial, and had done that already, alltough i do not care about a top 5 or something like that ; nice feature :) if it does not show how many times it was downloaded.

Anyway, this is clear.

The only thing i don't want to be public is :

- how many files are downloaded
- how many data is used

So any referal to any page concerning quanties.

How can we get rid of that :up:

(editing the downloads_main did not solve it)

Thanks for your help !

Ok, that's more clear :)

For the italic download amounts (most popular files), you need to edit the downloads_panel bit template and remove $value from it (then run the Update Counters feature to empty the cache of the left box stats).

Also edit downloads_file for the file page and remove
HTML Code:

    <tr>
    <td class="alt1">{$vbphrase['ecdownloads_downloads']}:</td>
    <td class="alt2" colspan="3" valign="middle" align="left">{$file['downloads']}</td>
    </tr>

for the amount of downloads.

For the amount of downloads on the category view, you need to do three template edits:
  1. Edit the downloads_cat template and remove
    HTML Code:

    <option value="downloads.php?do=cat&amp;id={$cleancatid}&amp;sort=downloads">{$vbphrase['ecdownloads_total_downloads']}</option>
    This removes the amount of downloads sorting method.
  2. Edit the downloads_cat_files template and remove
    HTML Code:

    <td class="thead" width="10%" align="center"><a href="./downloads.php?do=cat&amp;id={$cleancatid}&amp;sort=downloads" rel="nofollow">{$vbphrase['ecdownloads_downloads']}</a></td>
  3. Edit the downloads_cat_filebit template and remove
    HTML Code:

    <td class="$bgclass" valign="top" align="center" height="40"><span class="smallfont">{$file['downloads']}</span></td>

You need to do three template edits for the my files page (if users can upload files, otherwise you are the only one who can see stats there):
  1. Edit the downloads_my template and remove
    HTML Code:

    <td class="thead" width="17%">{$vbphrase['ecdownloads_downloads']}</td>
  2. Edit the downloads_my_bit template and remove
    HTML Code:

    <td class="$bgclass">{$file['downloads']}</td>

What do you mean with "how many data is used"? The file size, or the bandwidth counter?
For the last one, you need to edit downloads.php and remove
PHP Code:

<a href="./downloads.php?do=stats">'.$vbphrase['ecdownloads_stats'].'</a> | 

This will remove the navigation link to the stats page.

Quote:

Originally Posted by maidos (Post 1363222)
actually the files is stored on the same server but in different directory, my uploaders just add the url on add my links..
the reason is because i got alot of uploaders and if theyuploadfrom the browser my server just die since im running on dedicated server and my /tmp/ is only set on 500mb, and since only admins can importthe file it would be a issue right?

what im telling is the /downloads/ request on php which cloak the real url when ppl download it using download managare what i want is that the script request on php on my other directorys aswell

That would require some PHP surgery. It would need to detect the fact that a linked file contains your site url and then it would need to use the cloaked method.

Easier is to add a .htaccess file to block hotlinking. You can find a hotlink protection .htaccess generator here. Set the extensions of the big files your admins are uploading as the "Files To Protect" and upload the .htaccess to your alternative downloads folder.

Quote:

Originally Posted by logofreax (Post 1363305)
Now, I installed newest Version 5.0.5 but no Confirmation Window if I am deleting a File.

Whats wrong?

cu
logofreax

There's only a JavaScript deletion prompt on the file pages (for the file itself, comments and images). The Manage Files page hasn't got the prompt, so files will be deleted immediately if you are using that way.

Note that you need JavaScript enabled in your browser, but I don't think that's the problem :)

If it doesn't work on the file page, can you pm me a test account (with file deletion rights for DownloadsII), so I can check it out?

Quote:

Originally Posted by Black Tiger (Post 1363428)
@RS_Jelle:
The problem I have do not occur with all the old moved files. I just discovered that a file which gives a corruption notice when downloaded with IE6, does NOT give any problems when downloading with Firefox Portable.
So maybe the problem is lying in Internet Explorer 6 or one of the latest updates from windowsupdate for IE6.
Do you know of any incompatibility problems with IE6 and or linux/apache/php server settings needed for this to work well?

Can you pm me a test account for your site?

If you are doing your Windows Update correctly, you would normally get the newer Internet Explorer 7 (on Windows XP).

maidos 10-19-2007 12:09 PM

the hot link protection doesnt work when ppl use download manager...what i mean is the url location wiill be revealed

so the only option is what you say php surgery so please help me :(

maidos 10-19-2007 07:38 PM

is it possible to have rss feed on the downloads because its not possible with the rss feature installed on the forum already

Smooth Adam 10-21-2007 08:55 PM

Is it possible for the images to be resized before they are uploaded to the file's thread?

Black Tiger 10-21-2007 09:49 PM

@RSJelle: You forgot my question. Seems now more users with IE6 having problems downloading or better said that downloads work but will be downloaded incomplete c.q. with errors.

maidos 10-22-2007 06:27 AM

i also get reported errors like black tiger

doobiefillin 10-22-2007 06:19 PM

this is a noob question but how can i go about doing: Change the permissions on the directory called 'downloads' making it writeable and executable (chmod 777)

as well as: Create directories in the 'Categories' menu under the 'Downloads' in your admincp

everything else is working fine. thanks

neopet001 10-23-2007 02:22 AM

Quote:

Originally Posted by CyberRanger
Here are our plans for future versions:

* Vastly enhanced permissions by usergroup and category
* Multiple files per entry

Thanks for this, because we want to distribute movies but each of them usually has over 2 links (2 parts to join) so we are waiting for your next version.
Click installed and vote 5*.
Cheers

TB Poptarts 10-23-2007 03:20 AM

I was wondering where I go in Downloads II so I can edit how large of a file people can upload...

Because for some odd reason.. I'm unable to upload .wmv or .avi.. and i've edited it for these file extentions.. but it just loads for a long time and then it makes the page reload after its done and gives me blank boxes as if i never typed anything to be uploaded...

actually.. is there a way i can edit it so.. files that are large can be uploaded? i think that's the problem

Can I get some help there? ^^;


All times are GMT. The time now is 05:50 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.03127 seconds
  • Memory Usage 1,770KB
  • 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
  • (6)bbcode_html_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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