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)

mr.gamesbay 01-28-2005 05:56 PM

Ok, here we go.

http://www.gamesbay.de/downloads.php?

Most Popular Files dont seens to work :-/
Stats. and Search are missing in this release, right?

Rhoads 01-28-2005 05:59 PM

Oke Ron1n, I have reinstalled 3 times, but I get everytime the same error when I will downloading a file
Code:

You don't have permission to access /forum/downloads/ Barfman Hud [].rar on this server.
My paths are good, I can upload with no problem.
I have 3 times the files geedit, and that is good.
I have een clean 3.0.6 with no hacks.

Is it normal that the files changed after the upload :disappointed:

Before upload = Hud.rar
After upload = Barfman Hud [].rar

Please, I have no msn (I hate that), and my English is not well.

Ron1n 01-28-2005 07:02 PM

Quote:

My paths are good, I can upload with no problem.
Ok, for the last time... wrong. This means only your upload path is good. It does not mean your download path is good. If you post ABSOLUTE path to your download directory and the ABSOLUTE path to your downloads.php I will give you exactly what to put in the field.

Quote:

Is it normal that the files changed after the upload

Before upload = Hud.rar
After upload = Barfman Hud [].rar
Yes. But you should have the category abbreviation in the name. You obviously didnt fill it out. This could be causing the problem, because it is trying to access ' Barfman Hud [].rar' and not 'Barfman Hud [].rar.'

Reinstalling again will not help. You have to fill out the links correctly. This is not a problem with code, its a problem with knowing what to fill in.

Ron1n 01-28-2005 07:07 PM

p.s. is everyone having that problem with the popular files not showing up? they work fine on mine... but if they dont on other ppls just tell me and I will figure out whats wrong.

frankenberrie 01-28-2005 07:26 PM

Script looks great but I keep getting this error on file uploads:

Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid is 32144 is not allowed to access /home owned by uid 0 in /includes/dl_add.php on line 54

Also phrases are missing from admincp

Ron1n 01-28-2005 07:37 PM

Quote:

Script looks great but I keep getting this error on file uploads:

Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid is 32144 is not allowed to access /home owned by uid 0 in /includes/dl_add.php on line 54
try chmodding the download directory to 777, also set the owner to be your main account. It should not be trying to access /home. You probably linked to your upload/download folder incorrectly. If you tell me the full path to your download script and the full path to the download dir I can help you a little better.

Quote:

Also phrases are missing from admincp
For the 5th time: i didnt want to make them because I was lazy. add them yourself.

Rhoads 01-28-2005 07:41 PM

Oke, here all the paths of my.

Download path :
HTML Code:

http://vbtest.mysite.nl/forum/downloads/F1c Barfman Hud [].rar
/var/www/vbtest/forum/downloads/F1c Barfman Hud [].rar

Download.php path :
HTML Code:

http://vbtest.mysite.nl/forum/downloads.php
/var/www/vbtest/forum/downloads.php

Error when downloading :
Code:

You don't have permission to access /forum/downloads/F1c Barfman Hud [].rar on this server.
My download_config :
PHP Code:

<?php
$INFO
['d_perpage']   = '10';
$INFO['d_disable']   = '0';
$INFO['u_url']   = '/var/www/vbtest/forum/downloads/';
$INFO['d_url']   = '/forum/downloads/';
$INFO['d_order']   = '`name`';
?>


frankenberrie 01-28-2005 07:43 PM

I am not understanding what you mean by set the owner to be your main account.


Full path:
/home/maksy53/public_html/downloads/

my config file
PHP Code:

<?php
$INFO
['d_perpage']        = '20';
$INFO['d_disable']        = '0';
$INFO['u_url']            = '/home/maksy53/public_html/downloads/';
$INFO['d_url']            = '/downloads/';
$INFO['d_order']            = '`name`';
?>


Ron1n 01-28-2005 07:49 PM

to frankenberrie:

set owner = chown (its a linux command)
make sure its chmodded to 777 (can be done via ftp)

your settings should be as follows:
/home/maksy53/public_html/downloads/ = upload url
/downloads/ = download url

if that doesnt work, try:
../downloads/ = upload url
/downloads/ = download url

################################################## ###

to drl:

chmod your download directory to 777. this can be done via your ftp.

try again.

if that does not work, use the following settings:

./downloads/ = upload url
./downloads/ = download url

frankenberrie 01-28-2005 08:01 PM

Ron1:

Everything is chmod 777

I tried the 2 ways you said and I still receive the same error message.


All times are GMT. The time now is 05:54 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.01530 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (4)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