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)

d2sector 06-14-2005 01:59 AM

I've set guests (Unregistered / Not Logged In) as being able to download... yet you still have to be logged in to download? How do i fix that.

bspiller82 06-14-2005 07:53 AM

Quote:

Originally Posted by d2sector
I've set guests (Unregistered / Not Logged In) as being able to download... yet you still have to be logged in to download? How do i fix that.

Same issue here as well. It still wants you to log in. Please help :)

Ron1n 06-16-2005 04:37 AM

Well, the users are actually alowed to upload.. they just *yawn* cant see the links. You can edit that via the templates I think.

T3MEDIA 06-17-2005 10:46 AM

Can someone post the upload template please and thank you.

bspiller82 06-17-2005 10:24 PM

any update on the unregged issues?

xtreme-mobile 06-19-2005 09:41 PM

every time i attempt to install this it always says.....

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@extreme-mobile.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/1.3.33 Server at www.extreme-mobile.com Port 80

any ideas?

memobug 06-20-2005 06:18 AM

Quote:

Originally Posted by xtreme-mobile
every time i attempt to install this it always says.....

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@extreme-mobile.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/1.3.33 Server at www.extreme-mobile.com Port 80

any ideas?

You may need to get into your server error log as the message says and see what the specific error was.

You might try going into the PHP files in the hack and removing any spaces or blank lines after the closing "?>"

I think there is one hanging out in download_config.php

... but that probably isn't the problem.

Regards,

Matt

Ron1n 06-20-2005 07:21 PM

https://vborg.vbsupport.ru/external/2005/06/2.jpg

https://vborg.vbsupport.ru/external/2005/06/2.jpg

Some screenshots of version 3.0 (unlimited subcats).

The new version is faster, more reliable, easier to use, and has all of the bug fixes. In addition, it requires 0 code changes and everything is automated.

Paul M 06-20-2005 09:07 PM

Quote:

Originally Posted by Ron1n
http://img67.echo.cx/my.php?image=screen11qm.jpg

http://img67.echo.cx/my.php?image=screen21mp.jpg

Some screenshots of version 3.0 (unlimited subcats).

The new version is faster, more reliable, easier to use, and has all of the bug fixes. In addition, it requires 0 code changes and everything is automated.

Is it for 3.0.7 or 3.5.0 ?

Ron1n 06-20-2005 09:32 PM

it is for 3.5.0, but it might be converted back to 3.0.7

Ron1n 06-20-2005 11:40 PM

to fix the problem with users not being able to download files even though guests are allowed to ...

go to dl_files.php, search for
Code:

if ($bbuserinfo['userid']) {
        if ($file['approved'])
                $download = '<a href="./downloads.php?do=file&id='.$file['id'].'&act=down">Download Here</a>';
        else
                $download = 'This file must be approved before it can be downloaded';
}
else {
        $download = 'You must be logged in to download files';
}

replace with
Code:

        if ($file['approved'])
                $download = '<a href="./downloads.php?do=file&id='.$file['id'].'&act=down">Download Here</a>';
        else
                $download = 'This file must be approved before it can be downloaded';


bspiller82 06-21-2005 12:11 AM

Quote:

Originally Posted by Ron1n
to fix the problem with users not being able to download files even though guests are allowed to ...

go to dl_files.php, search for
Code:

if ($bbuserinfo['userid']) {
        if ($file['approved'])
                $download = '<a href="./downloads.php?do=file&id='.$file['id'].'&act=down">Download Here</a>';
        else
                $download = 'This file must be approved before it can be downloaded';
}
else {
        $download = 'You must be logged in to download files';
}

replace with
Code:

        if ($file['approved'])
                $download = '<a href="./downloads.php?do=file&id='.$file['id'].'&act=down">Download Here</a>';
        else
                $download = 'This file must be approved before it can be downloaded';


Added that but now it shows the Download File link but when you click it nothin happens. It however downloads just fine if your logged in. When not logged in the download does nothing...
http://www.247xtreme.com/forums/down...?do=file&id=13

cosmin 06-21-2005 11:38 AM

Quote:

Originally Posted by d2sector
How do you get it to update the File numbers when you have sub categories.. If I have 13 files for example in the subs it still shows 0... instead of 13

One Files 0
> Sub 1 File 3
> Sub 2 Files 10

:ermm:

--
i am still having this problem along with others... what is the solution for this? noone else having this problem?

Ron1n 06-21-2005 01:30 PM

Quote:

Originally Posted by cosmin
--
i am still having this problem along with others... what is the solution for this? noone else having this problem?

this has been brought up several times... there is no fix for that this version. I should be done with the version for 3.5 within 1 week. Then someone can get it working again on 3.0.x

Ron1n 06-21-2005 01:40 PM

Also do the following:

Change:
Code:

if (($_GET['act'] == 'down') && ($bbuserinfo['userid'] > 0)) {
To:
Code:

if (($_GET['act'] == 'down') && ($bbuserinfo['userid'] > 0)) {
If that doesnt fix it, I'm not going to bother. Just wait until the next version is released. I'm seriously almost 90% done with the upgrade to 3.5. It shouldnt be hard to move it back again.

c0d3x 06-22-2005 08:38 PM

i can't wait anymore ^^

Ron1n 06-22-2005 08:45 PM

3.0 will be released tonight

Blue Steel 06-23-2005 03:37 PM

waiting ;) with an.... tisipation... LOL

c0d3x 06-23-2005 04:24 PM

you're the best Ron1n :D ;)

Ron1n 06-23-2005 09:10 PM

i decided to make the best installer ever seen, so it will take me a day or two more...

trust me, this installer will kick ass.

Ron1n 06-24-2005 05:53 AM

Lots of people's installers have problems and such, but the installer I am making will be - flawless.

I attached an image of part of the MySQL installer/manager for vBDownloads 3.0. Templates, phrases, hooks, and files also have similar installers.

So what are you looking at in that image? It is a display of the mysql tables and columns. Rows that should be there but have an inproper format are yellow, rows that should not be there are red, and rows that need to be added are green. In order to change a row, you click on it - and it is done!

I think this will help cut down on some errors with upgrading etc because everything to instal can be done in one step (or two). Just run the installer from the admincp and the rest of the work is done for you. If you have errors, you can easily solve them in a graphic environment rather than figuring out how to modify the mysql tables/templates/phrases on your own.

Though the hack is done, im having a lot of fun making the installer and I dont wanna release an update without the installer.

Blue Steel 06-24-2005 11:57 AM

plz say it'll support screenshots / thumbnails

ThomasR 06-24-2005 03:02 PM

Ron1n : Do you have posted a feature list of vbdownloads 3.0 ? I don't completly look all the full thread (too much pages :), but as far as I search, I didn't find anything.

By the way, I hope you will support vb tags to insert pictures in the comments (impossible in the vBdownloads 2.0, it prints the code itself...)

And thanks again for this great hack !

c0d3x 06-27-2005 12:05 PM

any news?

Ron1n 06-28-2005 06:22 AM

sorry guys, personal issues - i havent had time

XrayHead 06-28-2005 09:05 AM

Hi All

Did anyone fix the SQL thing? Or are you all waiting on version 3.0?

Only ask as I have the same problems, plus more on my test install.

Xrayhead.

cosmin 06-28-2005 11:21 AM

Quote:

Originally Posted by Ron1n
this has been brought up several times... there is no fix for that this version. I should be done with the version for 3.5 within 1 week. Then someone can get it working again on 3.0.x

--
great! .... looking forward to version 3.5 .... cant wait! :D

Suomi 06-28-2005 01:55 PM

Is there a way to create a subcategory of a subcatefory? Has anybody changed the code, so that would be possible?

XenaHosting 06-28-2005 02:00 PM

Everything seemed to be installed okay, because I am not getting any errors..
One question...
1. How do I add it to my nav bar? There doesnt seem to be any instructions..

Ron1n 06-28-2005 05:20 PM

Quote:

Originally Posted by XenaHosting
Everything seemed to be installed okay, because I am not getting any errors..
One question...
1. How do I add it to my nav bar? There doesnt seem to be any instructions..

yea, I dont add instructions for the nav bar. just open up another hack you have used to add a link to the nav bar and then copy that code but change the filename. its just a simple template edit, but since everyone's skin is different... i just let ppl do it themselves.


Here is another screenshot of the installer for 3.0 :D

kafi 06-29-2005 11:48 AM

This is very interesting hack for me. I like your job Ronln.
If you would like to hear some suggestion for next version, pleas read mine:

- when I hit "action" and do not check any file it shows php error message plus message that moved succesfully (although nothing was moved)
- downloads managment doesn't show info in which category was file uploaded (i need to know it before I aprove it)
- file info should show category in which it belongs (you can only see this in navigation bar)

- Search is crucial ! Would be possible to integrate search for documents (downloads) into vbulletin forum search? When I search in forum it will show additional table with search result in documents (downloads).

- it is broader then vb forum...
- in Downloads managemnt page i filter parent category and I am not getting any document, although there are files in child category...
- in parent category (if you have tree categorization) stat is not showing how many files it contain (you can see it in child category)
- would be nice to have file extension in file description
- if I want to check file I can not download it sooner than i aprove it (quick preview would be nice in downloads management page)
- comments by another users
- warning system, because of copyrights

Ron1n 06-29-2005 05:33 PM

Quote:

Originally Posted by kafi
- when I hit "action" and do not check any file it shows php error message plus message that moved succesfully (although nothing was moved)

Well, your just asking for trouble there. It should give you a "moved successfull" message because everthing you asked it to move was moved OK (it didnt throw any errors). I might add, and probably will add, some anti-dumb user features to prevent people from seeing that message.
Quote:

Originally Posted by kafi
- downloads managment doesn't show info in which category was file uploaded (i need to know it before I aprove it)

Well, you should actually look at the individual file, see the content, download it, and scan it for viri before approving it, but I think some more file information might be doable.
Quote:

Originally Posted by kafi
- file info should show category in which it belongs (you can only see this in navigation bar)

I dont plan to change this.
Quote:

Originally Posted by kafi
- Search is crucial ! Would be possible to integrate search for documents (downloads) into vbulletin forum search? When I search in forum it will show additional table with search result in documents (downloads).

exists in 3.0
Quote:

Originally Posted by kafi
- it is broader then vb forum...

Not sure what your talking about.
Quote:

Originally Posted by kafi
- in Downloads managemnt page i filter parent category and I am not getting any document, although there are files in child category...

Again, not sure what you mean. Screenshots are helpful.
Quote:

Originally Posted by kafi
- in parent category (if you have tree categorization) stat is not showing how many files it contain (you can see it in child category)

Thanks captain obvious.
Quote:

Originally Posted by kafi
- would be nice to have file extension in file description

I might add it in a later version.
Quote:

Originally Posted by kafi
- if I want to check file I can not download it sooner than i aprove it (quick preview would be nice in downloads management page)

learn to read.
Quote:

Originally Posted by kafi
- comments by another users

learn to read.
Quote:

Originally Posted by kafi
- warning system, because of copyrights

huh? how would that warning system work?

yahoooh 06-29-2005 06:14 PM

i hope the next version will work to 3.0.6 and 3.0.7 because i will not upgrade to 3.5

jugo 06-29-2005 06:20 PM

Quote:

Originally Posted by yahoooh
I might add, and probably will add, some anti-dumb user features to prevent people from seeing that message.


LMFAO!!! Ron1n ...you are one of a kind bro!!!!

yoyoyoyo 06-29-2005 06:22 PM

Thanks for the updated version. This is a great download system, but I noticed one small typo in the hack: 'Recomended' should be 'Recommended'

Thanks again!

XenaHosting 06-30-2005 04:18 AM

Quote:

Originally Posted by Ron1n
yea, I dont add instructions for the nav bar. just open up another hack you have used to add a link to the nav bar and then copy that code but change the filename. its just a simple template edit, but since everyone's skin is different... i just let ppl do it themselves.


Here is another screenshot of the installer for 3.0 :D

Okay I did what you said, and well I had tried that before except nothing shows up, this is what I have as the code..

Code:

                <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
                <td class="vbmenu_control"><a href="downloads.php?$session[sessionurl]">$vbphrase[downloads]</a></td>

Obviously this is in navbar. Could the reason that its not showing up be because I have so many hacks already on the navbar?

lttegutt 07-01-2005 12:24 PM

Can someone help me with step 2.

"2 - create two new templates (copy the content from in the included templates folder:
A - downloads_portal_bit (added to the downloads template group - besure to edit line 4 (xxxxx) to your forums directory folder)
B - adv_portal_downloads (added to the adv_portal group)
C - (Optional downloads_portal_bit template - splits "Latest Uploaded Files" and "Most Downloaded Files" into separate modules)"

I dont understand this.

wirewolf 07-01-2005 01:19 PM

Quote:

Originally Posted by lttegutt
Can someone help me with step 2.

"2 - create two new templates (copy the content from in the included templates folder:
A - downloads_portal_bit (added to the downloads template group - besure to edit line 4 (xxxxx) to your forums directory folder)
B - adv_portal_downloads (added to the adv_portal group)
C - (Optional downloads_portal_bit template - splits "Latest Uploaded Files" and "Most Downloaded Files" into separate modules)"

I dont understand this.

What exactly don't you understand? Not being factious, just trying to help.

Ron1n 07-02-2005 01:48 AM

Quote:

Originally Posted by yahoooh
i hope the next version will work to 3.0.6 and 3.0.7 because i will not upgrade to 3.5

before you make that claim, how about talking with the morons who decided they wouldnt upgrade to 3.0 from 2.x?

skokarl 07-02-2005 04:30 AM

works it on localhost ?

when I try to upload, and press the upload button, there is only a blank screen ??


All times are GMT. The time now is 03:12 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.02252 seconds
  • Memory Usage 1,855KB
  • 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
  • (7)bbcode_code_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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