vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - BFC-Download (https://vborg.vbsupport.ru/showthread.php?t=212379)

ltwonet 05-28-2009 09:37 PM

category image not showing, not sure if it's pulling the image from the database correctly, or if the system doesn't have the php file pointing to the right directory, images are uploaded to the bfcd img folder.

Also just a feature request, can you add a way to pull files from the server like downloads II where you can enter an absolute path in the admin cp and it would pull the file. Also the files may work better not being database driven.

http://xxxxxx/cat.php?img=1

Excalibur82 05-30-2009 02:33 AM

The current version that is available for download does not use a folder. All images are uploaded to the database. The updated/new version will allow you to choose via settings whether you want to store images as files or in the database.

ltwonet 05-30-2009 03:23 AM

Quote:

Originally Posted by Excalibur82 (Post 1819930)
The current version that is available for download does not use a folder. All images are uploaded to the database. The updated/new version will allow you to choose via settings whether you want to store images as files or in the database.

Not a problem, any eta on the next release as in all honesty the current release is really useless, has Absolutely no function (i can't even add a file or link to a file at this point).

Though is very clean so it's a good start so far! just seems like a updated release is very much needed!

aakhan136 05-30-2009 05:57 PM

Upload Limit e.g 100MB, 500MB, 2GB only or can user or admin upload any file & no limit e.g 2GB 4GB 100GB?????

Thanks

Excalibur82 05-31-2009 02:07 AM

ltwonet: Yeah that is why I put it in beta so I could get a better feature list going from users. Currently I have a list for the next update and a list for the pro version. Yes an update is much needed, I am aiming for an update tomorrow, not sure what time but hopefully I will have the edit issues hammered out.

aakhan136: There is an option to set the upload limit.

Excalibur82 06-01-2009 04:54 PM

Ok an update for everyone, the edit portion of categories is still giving me trouble. I have narrowed down the error to be a bad query so I'm working to solve that so that I can move on with other updates.

Edit: The edit cat issue is fixed. Adding finishing touches then good to go.

Edit2: So far it is ready for release but I am implementing lightbox with screenshots.

EDIT3: You will notice 3 'Upload File' links, the link above and below file listing is a place holder as I will be removing the link from navigation and adding a button above and below file listing.

tlwwolfseye 06-02-2009 07:59 AM

Ok, just installed it. Got a DB error when I tried to delete the Example Category.

Code:

Database error in vBulletin 3.8.2:

Invalid SQL:
SELECT * FROM download_cats WHERE catid !=;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number  : 1064
Request Date  : Tuesday, June 2nd 2009 @ 11:01:06 AM
Error Date    : Tuesday, June 2nd 2009 @ 11:01:06 AM
Script        : http://www.mydomain.com/board/admincp/download.php?do=deletecat&catid=1
Referrer      : http://www.mydomain.com/board/admincp/download.php
IP Address    : xx.xx.xx.xx
Username      : Wolfseye
Classname    : vB_Database
MySQL Version : 5.0.51a-3ubuntu5.4

Links have been changed for demonstration.


Also, when I click on "DOWNLOAD AREA INDEX" or "UPLOAD FILE" in the Navigation it goes to the wrong location.

My Forum is in:
Code:

www.mydomain.com/board
So the Download.php file is in that directory of course. But the 2 links mentioned above lead me to:
Code:

www.mydomain.com/download.php
or
Code:

www.mydomain.com/download.php?do=file
The correct location would be
Code:

www.mydomain.com/board/download.php
and
Code:

www.mydomain.com/board/download.php?do=file
Why don?t they point into my Forums Directory where the Mod is installed. It should know its right location since its installed there.

Excalibur82 06-02-2009 05:46 PM

Ok I will get it fixed, have to add a few more things to the links then so they are correct. I will try to reproduce the delete category error.

Excalibur82 06-02-2009 06:52 PM

tlwwolfseye: Could you reupload the download.php file from the admincp folder again please. I could not get the category deletion error to reproduce. If it still gives you that error after reupload, I will install on my site board as a fresh install and test it that way to see what happens.

EDIT: Ok on a fresh install of vB I tested the deletion of the example category and it went very well. So it must be a file version. Since this is beta I have no put version numbers at the top of each file. So the best thing to do is download the zip file, extract it then upload all files overwriting existing files.

ltwonet 06-02-2009 09:17 PM

everything worked no problem however, can you implement a way like Download II to Import a file, from the admin cp, meaning, to import you would type in an abosolute directory path /home/user/www/dir and it would do an ls and have an Import option with fields for me to fill in, like Author, ver. etc.

Excalibur82 06-02-2009 09:23 PM

ltwonet: Yes, that is my plan, right now I wanted to get the errors fixed before looking into new upload methods. Not sure about an absolute path, I might implement the web address import option, I will see about absolute path import as well. Look for it in the next major update.

ltwonet 06-02-2009 09:30 PM

Also, When uploading a file I keep getting this error

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

Excalibur82 06-02-2009 09:40 PM

Oh crap, forgot about that security token stuff. I will get that updated ASAP. Right now I am going out to dinner, so as soon as I get home I will update it.

Excalibur82 06-02-2009 10:31 PM

ltwonet: Ok I updated the files, seems I missed a couple of files to include the security token info. Just upload all the files overwriting existing files.

ltwonet 06-02-2009 11:21 PM

same error
Going to try uninstalling and re-installing.

ltwonet 06-02-2009 11:27 PM

still same error

Excalibur82 06-03-2009 05:02 AM

Can you take a screenshot or at least give me the exact address so that I can go to it and check my file?

Storyteller69 06-03-2009 06:31 AM

I can't get it working. Uploading to database or folders it is still the same.
When i try to upload a zip or rar-file i allways get the message:
Quote:

File Upload Error
You have attempted to upload an attachment with a file extension that is not allowed.
Please use your back button and upload the file with a different extension.
I changed from text/zip to only zip but that doesn't work too.
When i upload a png-image (therefor the upload works) and than try to open the category i get the following sql-error:
Quote:

Invalid SQL:
SELECT COUNT(sid) AS number FROM download_screenshots WHERE file_id = '1';
MySQL-Fehler : Table '(entry changed)_3.download_screenshots' doesn't exist
Greetings

Excalibur82 06-03-2009 05:37 PM

Storyteller69: The right type for zip is 'application/zip' not 'text/zip'. Not sure why the download_screenshots table was not created. Try running the product xml file again with overwrite set to YES.

Storyteller69 06-03-2009 06:35 PM

Hi,

first thanks for reply.
With application/zip the upload works. But i still get the sql-error. Overwrite the product-file doesn't fixed it.
After that i have uninstalled and installed the mod new but it's the same. What is very strange when I look into the SQL Browser, then there is a table download_sreenshots....... :confused:

Excalibur82 06-04-2009 02:21 AM

That is odd, what version of vBulletin you have installed? What version of PHP and MySQL are you using?

Storyteller69 06-04-2009 03:55 AM

I'm using PHP 5.2.9, MySQL 5.0.77 and vB 3.8.2

aakhan136 06-04-2009 04:38 PM

I can not Find: this in my Imagination Style - Multicolor ! Go to AdminCP > Styles and Templates > Style Manager > Edit Templates Open your navbar template

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

but I can find in my Default Style from vBulletin 3.8.2

Please help me to find in Imagination Style - Multicolor !
This is my first install of BFC-Download-v1.0BL

Thanks
Awais

Excalibur82 06-05-2009 05:12 AM

aakhan136: Do a search for:
HTML Code:

<a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a>
Then add the code next to it.

StoryTeller: I will probably do an install script instead of the product xml as its weird that it doesn't add the tables even though I have tested it. I will double check things first tho.

aakhan136 06-05-2009 07:53 PM

Thanks
I can not Find
Code:

href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a>
But I find this >
Code:

<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
or <a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a>

Can you help please Excalibur
thanks
awais

Excalibur82 06-05-2009 09:22 PM

Good, then after what you found add:
HTML Code:

<tr><td class="thead"><a href="$vboptions[bfc_download_file_name].php$session[sessionurl_q]">Download Area</a></td></tr>

Excalibur82 06-07-2009 12:09 AM

There is a delay in further development due to Blue Fire Creation changing hosts. Until we have fully propagated all addon development has ceased. As soon as we are back up and running, development will continue.

Excalibur82 06-07-2009 11:32 PM

Site is up for the most part. Development has started up again.

aakhan136 06-10-2009 03:07 PM

I error

Database error in vBulletin 3.8.2:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '180',
`passwordhistory` = '360',
`bfc_download` = '59',
`forumpermissions` = '16777215',
`genericpermissions` = '2147483583',
`attachlimit` = '0',
`pmquota` = '100',
`pmpermissions` = '7',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '55',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '900009',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '65535',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65535'
WHERE usergroupid=6;

MySQL Error : Unknown column 'bfc_download' in 'field list'
Error Number : 1054
Request Date : Wednesday, June 10th 2009 @ 10:44:18 AM
Error Date : Wednesday, June 10th 2009 @ 10:44:18 AM
Script : http://*********/admincp/usergroup.php?do=update
Referrer : http://www.*********/admincp/usergro...&usergroupid=6
IP Address : **********
Username : ************
Classname : vB_Database
MySQL Version : 5.0.77-community-log

how can i fix this?

please help me

Can I have Max File Size > to 0 for no upload limit? can I add mp3, wmv, mp4, add All video files in > Usable File Types?

File Storage? can I have forumroot/image or forumroot/videos mp4 wmv, etc.... forumroot/audio for mp3 forumroot/zip for zip, rar, etc...

Thanks
aakhan

Excalibur82 06-10-2009 06:42 PM

aakhan136: You have not clicked INSTALLED so I cannot provide any further help. At the sametime I have already answered your questions previously.

aakhan136 06-11-2009 07:03 AM

Hello,

Can you Please now I have clicked INSTALLED

I error

Database error in vBulletin 3.8.2:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '180',
`passwordhistory` = '360',
`bfc_download` = '59',
`forumpermissions` = '16777215',
`genericpermissions` = '2147483583',
`attachlimit` = '0',
`pmquota` = '100',
`pmpermissions` = '7',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '55',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '900009',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '65535',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65535'
WHERE usergroupid=6;

MySQL Error : Unknown column 'bfc_download' in 'field list'
Error Number : 1054
Request Date : Wednesday, June 10th 2009 @ 10:44:18 AM
Error Date : Wednesday, June 10th 2009 @ 10:44:18 AM
Script : http://*********/admincp/usergroup.php?do=update
Referrer : http://www.*********/admincp/usergro...&usergroupid=6
IP Address : **********
Username : ************
Classname : vB_Database
MySQL Version : 5.0.77-community-log

how can i fix this?

please help me

thanks
aakhan

Excalibur82 06-11-2009 08:32 PM

aakhan136: Did you upload all files? Did you run the product xml file?

aakhan136 06-12-2009 12:29 PM

yes Upgrade I have upload all files & product xml file of BFC-Download-v1.2BL overwriting existing files but do I have to add or edit in Database?

Excalibur82 06-17-2009 11:37 PM

aakhan136: You shouldn't have to do any database editing or adding, its done automatically when the mod is first installed. Not sure the reason for your error, I will double check mine and see if maybe I might have removed admin permissions without thinking.

Stromba 06-19-2009 06:43 PM

Code:

You have attempted to upload an attachment with a file extension that is not allowed.

Please use your back button and upload the file with a different extension.

Any help i try to upload a TXT file, Rar file.. And still not work for me

Excalibur82 06-19-2009 07:13 PM

Stromba: Do you have application/text and application/rar added to filetypes under the addon options?

Stromba 06-19-2009 08:56 PM

yes i have..
But can you give a example how it looks like.

Mine's look like this
rar, zip, txt, png, gif,

Excalibur82 06-20-2009 01:02 AM

It should be:
application/rar, application/zip, application/txt, image/png, image/gif, image/jpeg, image/bmp

Stromba 06-20-2009 09:39 AM

not working for me.. i have still the same message

Quote:

You have attempted to upload an attachment with a file extension that is not allowed.

Please use your back button and upload the file with a different extension.

Excalibur82 06-21-2009 06:26 AM

PM me a temp admin login and I will check your settings and see whats going on.


All times are GMT. The time now is 05:31 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.01404 seconds
  • Memory Usage 1,839KB
  • 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
  • (9)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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