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)

CyberRanger 11-14-2007 01:58 AM

Quote:

Originally Posted by mark|3 (Post 1382134)
Any idea how to go about correcting this?

thanks

Yes, go into your usergroup settings and give the admin group permissions to the Downloads.

CyberRanger 11-14-2007 02:01 AM

Quote:

Originally Posted by cellow (Post 1382084)
I have managed Server. But i had this new... i don't think that this is a server problem...
it's really strange :(


Quote:

Originally Posted by CyberRanger (Post 1382112)
Your server has a very strict umask (the permissions that new files are automatically given.) For the normal uploaded files, we handle this by having this statement
PHP Code:

chmod($dl->url.$newfilename0666); 

on line 1302 of downloads.php.

I'll try to figure out where you need to add it for uploaded image's permissions to get changed.

Look on line 829 for this line:
PHP Code:

move_uploaded_file($_FILES['image']['tmp_name'], $dl->url.$newfilename); 

Add this below it:
PHP Code:

chmod($dl->url.$newfilename0666); 

That should fix the permissions problem when adding images.

mark|3 11-14-2007 02:24 AM

Thanks Cyber :D
Appreciate your help and guidance.

mark|3 11-14-2007 04:18 AM

i've encountered another problem where i try to download the file (pdf) , it displays on the current page. One will need to backspace to return to the forum/download page. Any solutions? thanks

maidos 11-14-2007 06:33 AM

i always seem to get this and other use aswell when they try to download, but get blank page, you told e to show u a screenshot which i did but you never replied back

downloads.php?do=file&id=3466&act=down

maidos 11-14-2007 10:10 AM

can you make feature to allow xx download at the time while maybe on other usergroup u can allow more xx downloads

xTerMn8R 11-15-2007 02:58 AM

Any Chance of getting the "Tops" to Display in my Advance Portal Home Page? (or info on how I can do that)

Great Mod went in smooth as cake using vbulletin 3.54 PHP4.38 MySQL 4.0.18,

Thanks for the good work.
Termi

http://superskunkracing.org

xTerMn8R 11-15-2007 06:17 AM

LOL Man what an idiot I am, I see ya made the addon already and I had it downloaded as well and on my machine the whole time... Well there's a wasted 4 hrs.... need to check things more closley LOL (Smoke another one)

Thanks again GREAT WORK...

Auron 11-15-2007 08:10 AM

does this mod allow for rapdshare type functionality, or is there a mod to allow it?

a l help out at a large forum which uses this module (which l see has been updated since the version it currently has) and we are having an issue with people creating up to several account just to get around the daily bandwidth limitations that are in place, its getting quite annoying weeding out these users, so an ability to limit these users based on cookies or even a time limit between downloading per IP would be useful (of course the time limit wouldnt be mentioned but it could be set for an hour or two in hopes to combat those ungrateful users who only want to download content and leave without considering that some sites only have some much bandwidth to spread between each user)

Asco1 11-15-2007 01:44 PM

Hi there,
I have one question ;)
I`ve read a lot of postings here, but my qusation are not answered ;(
Is it posible to modify the script, so I can upload more then one file at the same moment ?
Thanx for replys ...
Regards
Asco


All times are GMT. The time now is 09:44 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.04683 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_php_printable
  • (3)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