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)

Deviant++ 01-27-2005 02:43 PM

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

Deviant++ 01-27-2005 02:44 PM

man, :( it's my patience I'm determined to get this working but I dont know how others might feel about so many untied ends :(

Dark_Wizard 01-27-2005 02:55 PM

Quote:

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

From his script or my update file?

Deviant++ 01-27-2005 02:57 PM

well, the db error went away, but this came in place when I click the download link..

Dark_Wizard 01-27-2005 02:59 PM

Quote:

Originally Posted by Deviant++
well, the db error went away, but this came in place when I click the download link..

Can you provide me a url to your site?

Deviant++ 01-27-2005 03:01 PM

http://forums.deviatedhq.com

btw, thanks :)

NuclioN 01-27-2005 03:18 PM

The error right now is that the file is set in the downloads dir in a way it is undeletable in FTP itself (chmod 550)

also download does'nt work it seems...

Ron1n 01-27-2005 03:24 PM

do NOT run any scripts that people provide that I have not approved. I could have fixed this easily, now I have to worry about who ran it.

Dark_Wizard 01-27-2005 03:28 PM

Quote:

Originally Posted by Ron1n
do NOT run any scripts that people provide that I have not approved. I could have fixed this easily, now I have to worry about who ran it.

Dude...I know what I'm doing and have a rep here of creating big scripts. I am only trying to help your users as you missed all the user table changes. Just review my updates and you will see.

NuclioN 01-27-2005 03:28 PM

The only things that is uploaded and used are the files you attached ron1n.

--edit-- dark wizard is right, his updates where usefull and had only the proper table code in it

Deviant++ 01-27-2005 03:31 PM

from the looks of it, table prefix's dont seem to work with the mod..

Ron1n 01-27-2005 03:37 PM

Quote:

Originally Posted by Dark_Wizard
Dude...I know what I'm doing and have a rep here of creating big scripts. I am only trying to help your users as you missed all the user table changes. Just review my updates and you will see.

Yes, but you did more harm than good because you missed a table. Now 2-3 people have semi-installed mods.

I have upgraded to 1.0c. This includes the user fields.

Also, can someone who uses a standard skin show me what it looks like? I have only run this on my board and a friends, neither of which uses the standard skin.

Dark_Wizard 01-27-2005 03:39 PM

Quote:

Originally Posted by Ron1n
Yes, but you did more harm than good because you missed a table. Now 2-3 people have semi-installed mods.

I have upgraded to 1.0c. This includes the user fields.

Also, can someone who uses a standard skin show me what it looks like? I have only run this on my board and a friends, neither of which uses the standard skin.

I probably did miss a table change as I do not have your script installed...I only gave them updates to the user table...

Also how did I do more harm than good? Please tell me.

Deviant++ 01-27-2005 03:47 PM

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


I'm still getting the error after upgrading... :( :( :(

NuclioN 01-27-2005 03:49 PM

user tables added after update 1.0c. No errors so far but i can't download the uploaded zip testfile. Empty page: /forums/downloads.php?do=file&id=1&act=down

Ron1n 01-27-2005 03:55 PM

Quote:

I'm still getting the error after upgrading...
...because you used the other script first.

if you want I will help you 1-1 tonight... my msn is ronin at elitecoders dot org.

Quote:

No errors so far bit i can't download the uploaded zip testfile.
have you chmodded everything corretly? set downloads dir to 777

Also, link me to your forum and I will try.

Deviant++ 01-27-2005 03:57 PM

added.

Ron1n 01-27-2005 03:59 PM

deviant: your site had been working... did you uninstall before reinstalling?

Deviant++ 01-27-2005 04:00 PM

I just uninstalled.. but it gave this error

Invalid SQL: ALTER TABLE vb3_user DROP uploads;
mysql error: Can't DROP 'uploads'. Check that column/key exists

Ron1n 01-27-2005 04:02 PM

Quote:

I just uninstalled.. but it gave this error

Invalid SQL: ALTER TABLE vb3_user DROP uploads;
mysql error: Can't DROP 'uploads'. Check that column/key exists
well, then there are two possibilites. 1) you ran his script, 2) you didnt run the upgrade script
run each of these queries 1 by 1, if any fail... ignore them.
ALTER TABLE vb3_user ADD uploads int(11) UNSIGNED DEFAULT 0 NOT NULL
ALTER TABLE vb3_user ADD downloads int(11) DEFAULT 0 NOT NULL
ALTER TABLE vb3_user ADD downloadtime int(11) DEFAULT 0 NOT NULL
ALTER TABLE vb3_user ADD lastdownload varchar(50) NOT NULL

note: only deviant should run this

smsmasters 01-27-2005 04:16 PM

Quote:

Originally Posted by Ron1n
I am considering including a multi-image feature that will allow you to more than one image per file. There will be no limit, as I will keep the images in a separate table and just allow admins/moderators/ppl with permission to select which images should appear.

When will this feature be added?

Dark_Wizard 01-27-2005 04:18 PM

Quote:

Originally Posted by Ron1n
deviant: your site had been working... did you uninstall before reinstalling?

His site wasn't working...he PM'ed me and I looked at his errors both prior to my updates and including your updates. He is also using table prefixes and your code doesn't allow for it in most places.

bonnmac 01-27-2005 05:08 PM

my problem after upgrade was also could not dl files uploaded fine but no dl played with this "Setting the 'download url' this is the path from the domain, i.e. '/downloads/'
i thought it was path /home/domains/bla/bla/downloads/ it was not its just '/downloads/' now all working 100% thanks ronni great little hack!!!

P.S. i just did the 1 upgrade from 1.0 to 1.0C no B

yoyoyoyo 01-27-2005 05:18 PM

Everything went fine during the install, however when I go to downloads.php I get this error:

http://img196.exs.cx/img196/6325/error1el.jpg

I am the ADMIN :)

How can the admin access the download area? If I create new usergroups is there something I need to edit to allow them access as well?

Also: "Category" is misspelled (your spelling is catagory)

Ron1n 01-27-2005 05:34 PM

Quote:

When will this feature be added?
next release
Quote:

His site wasn't working...he PM'ed me and I looked at his errors both prior to my updates and including your updates. He is also using table prefixes and your code doesn't allow for it in most places.
Page was displayed before. There was one minor error with the SQL. Now his entire installation is ++++ed. Thats your fault, not mine. I made a mistake, then you made it worse, and now I cant fix it. I am going to speak with him on MSN and give him step-by-step instructions. Next time dont offer support if you arent 100% sure it will work. It just causes problems.

Quote:

my problem after upgrade was also could not dl files uploaded fine but no dl played with this "Setting the 'download url' this is the path from the domain, i.e. '/downloads/'
i thought it was path /home/domains/bla/bla/downloads/ it was not its just '/downloads/' now all working 100% thanks ronni great little hack!!!
Glad to hear it.
Quote:

How can the admin access the download area? If I create new usergroups is there something I need to edit to allow them access as well?
Edit your user groups...

Quote:

"Category" is misspelled (your spelling is catagory)
I will fix the spelling next release (its only like that on part of the admin section... the majority of the mod is OK.

yoyoyoyo 01-27-2005 05:40 PM

Quote:

Originally Posted by Ron1n

Edit your user groups...

thanks much! I looked there, but overlooked the setting :) thanks!

Ron1n 01-27-2005 05:44 PM

can some of you link me to your boards? i really wanna see how it looks on other skins besides my own

mr.gamesbay 01-27-2005 07:00 PM

Works good, but in the Admin are missing some phrase
like these:

Could not find phrase 'Categories Reordered'.

Ron1n 01-27-2005 07:06 PM

yea, i know about that. i didnt feel like making them. its very easy and you can do it via your admin panel if you really want them. I figured they are pointless.

mr.gamesbay: whats your website? also, click install :P

mr.gamesbay 01-27-2005 07:12 PM

Quote:

Originally Posted by Ron1n
yea, i know about that. i didnt feel like making them. its very easy and you can do it via your admin panel if you really want them. I figured they are pointless.

mr.gamesbay: whats your website? also, click install :P

Thanks for the fast answer! :)

I don?t install it on my board yet, first I want to test it out on my pc.

Only one thing I missing, linked files, because via upload I can only upload until 2MB :(

-sorry about my bad English-


But, when I use it, i will click! :)

Rhoads 01-27-2005 07:25 PM

Hi Ron1n

Very good hack, it is awsome.

I have 3 screens from the standaard skin for you, because the site is only for testing, and I have 1 license.

I have 1 problem, everything are oke and work perfectly, I can uploading but when I will download a file, I get a error, see below :

Forbidden You don't have permission to access /downloads/iroland [].zip on this server.

I see that the file get a [] when it is uploading, is that the problem.

Grtz drl2005

Ron1n 01-27-2005 07:54 PM

Quote:

I have 1 problem, everything are oke and work perfectly, I can uploading but when I will download a file, I get a error, see below :

Forbidden You don't have permission to access /downloads/iroland [].zip on this server.
Chmod the directory to 777, and all contents.

Also, i notice that it is empty. THe timestamp usually goes there. I'll fix that in the next release. It really doesnt matter for most people, its just that since my site is all user-submitted files, sometimes people upload duplicate files. I added the timestamp on my server just to prevent problems.

Quote:

Only one thing I missing, linked files, because via upload I can only upload until 2MB
You can change that in your php.ini file.

I could allow linked files... and I will consider it next time. Maybe I will allow people with OK permissions to link to files via link=/dir/dir/file.extension, but not off-site linking.

mr.gamesbay 01-27-2005 08:27 PM

Quote:

I could allow linked files... and I will consider it next time. Maybe I will allow people with OK permissions to link to files via link=/dir/dir/file.extension, but not off-site linking.
Great! :)

Skyline_GT 01-27-2005 09:45 PM

really nice..
Ron1n, can you read the pm I sent you?

Thanks.

Ron1n 01-27-2005 09:55 PM

answered ^

Skyline_GT 01-27-2005 09:58 PM

hm.. I don't see on my pm..
and it shows you didn't read it yet...

anyways.. I wonder what are the feature that you didn't include for this one? I am running a cheat site too and wonder what the features that you didn't include. Cuz I really want the script that you are using..

Rhoads 01-27-2005 09:58 PM

Quote:

Originally Posted by Ron1n
Chmod the directory to 777, and all contents.

I have the download directory chmod 777, but de error is still comming :
Code:

You don't have permission to access /forum/downloads/ Iroland Setups [].zip on this server.
I can upload every file, only to download the files I get the error.
When I upload the file (filename = iroland.zip), the file is changing to Iroland Setups [].zip, Is that not wrong :ermm:

Ron1n 01-27-2005 10:55 PM

drl2005: You probably linked to your download incorrectly... either that or you didnt specify the correct settings when creating the category.

Please tell me your download settions (up and down) and also your category settings.

skyline: add ronin at elitecoders dot org to your msn. i confused you with StevenIsProek. I never got a PM from you.

Rhoads 01-27-2005 11:22 PM

Quote:

Originally Posted by Ron1n
drl2005: You probably linked to your download incorrectly... either that or you didnt specify the correct settings when creating the category.

Please tell me your download settions (up and down) and also your category settings.

skyline: add ronin at elitecoders dot org to your msn. i confused you with StevenIsProek. I never got a PM from you.

Oke here the screens how I setup the category, and my pad to de server (downloads), and how I added a file (uploading).

The file is called iroland.zip, but when I have uploaded the file, the file called "F1C Iroland iroland [].zip" :rolleyes: The text which I fill in in the category comes stand also in my filename on the server.

James Collins 01-27-2005 11:23 PM

Quote:

xx you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. This does not necessary mean you have been banned.
For all admins after setting the usergroups to YES for both options (download and manage) nothing else was touched. Reverting it does nothing and all options in admin usergroup have been checked except ban.

When I go back to the original files I find out that half the options are now set as NO..

where did I go wrong? file edit?


All times are GMT. The time now is 09:10 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.01585 seconds
  • Memory Usage 1,835KB
  • 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
  • (1)bbcode_code_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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