vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBDownloads v2 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=252497)

Alucard^ 10-30-2010 12:33 PM

Quote:

Originally Posted by DragonByte Tech (Post 2113984)
Upload the following file and run it. That should give you an idea of what your path will look like. Also, make sure the folder you are referencing actually exists.

- David

Didn't understand at all this, where i should upload that checkdir.php? i tested inside the forum folder but say only "DIR".

Thanks.

DragonByte Tech 10-30-2010 01:34 PM

Quote:

Originally Posted by Alucard^ (Post 2116027)
Didn't understand at all this, where i should upload that checkdir.php? i tested inside the forum folder but say only "DIR".

Thanks.

Upload to your forum root and then just go to http://www.YOURSITE.com/forum/checkdir.php

That should show you the path to your forum.

NOTE: On some Unix variants, getcwd() (the function used in checkdir.php) will return FALSE if any one of the parent directories does not have the readable or search mode set, even if the current directory does.

I hope this helps. If that file fails, you could contact your hosting company and ask them for the path. They most likely will be able to provide it for you.

- David

DragonByte Tech 10-30-2010 05:28 PM

Updated to 1.1.0:

New Features:
- Flash Uploading ***
- Sub-Categories ***
- Improved Importer

Note: Those marked with *** are Pro only features.

- David

x9751 10-30-2010 06:33 PM

Quote:

Originally Posted by DragonByte Tech (Post 2116024)
After you download the files, you should see a folder called integration. Open that and install the xml file in the folder via your AdminCP. You should then have the actions available in vBCreditsII.

- David

Hmm I don't see a folder called integration? It says it is a light feature so i know its not that... Or am i just blind.

TeknoSounds 10-30-2010 06:51 PM

Flash uploading? could you provide some more details? :)

Alucard^ 10-31-2010 12:39 AM

Quote:

Originally Posted by DragonByte Tech (Post 2116037)
Upload to your forum root and then just go to http://www.YOURSITE.com/forum/checkdir.php

That should show you the path to your forum.

NOTE: On some Unix variants, getcwd() (the function used in checkdir.php) will return FALSE if any one of the parent directories does not have the readable or search mode set, even if the current directory does.

I hope this helps. If that file fails, you could contact your hosting company and ask them for the path. They most likely will be able to provide it for you.

- David

Are you sure that this is the correct code of this file?

PHP Code:

<?php

echo DIR;

?>

There isn't nothing called "getcwd()" in the code.

Sry for my english.

Taurus1 10-31-2010 12:57 AM

Quote:

Originally Posted by DragonByte Tech (Post 2114024)
I'll get that fixed soon.

- David

Any update on when this will get fixed? It is really annoying. It leaves the comments in a mess. And I can not even edit it. It looks even worst after editing.

Thank you.

Quote:

And when I add a description, it displays this after I save it:

AlienWare Icon Pack With Installer, Blue 64bit systems&amp;amp;amp;lt;br&amp;amp;amp;gt;

With all these...amp, etc at the back. Does not matter if I edit it.

DragonByte Tech 10-31-2010 12:06 PM

1 Attachment(s)
Quote:

Originally Posted by Alucard^ (Post 2116232)
Are you sure that this is the correct code of this file?

PHP Code:

<?php

echo DIR;

?>

There isn't nothing called "getcwd()" in the code.

Sry for my english.

Ahh, that was the old file. Forgot that I had updated it :P Try the one attached to this post.

Quote:

Originally Posted by TeknoSounds (Post 2116138)
Flash uploading? could you provide some more details? :)

This will basically allow you to track the time it will take until your files will be uploaded with a progress bar. This is handy for larger files especially.

Quote:

Originally Posted by x9751 (Post 2116132)
Hmm I don't see a folder called integration? It says it is a light feature so i know its not that... Or am i just blind.

I seem to have left it out. I'll update the files now and you should have the folder.

Quote:

Originally Posted by Taurus1 (Post 2116236)
Any update on when this will get fixed? It is really annoying. It leaves the comments in a mess. And I can not even edit it. It looks even worst after editing.

Thank you.

It should be fixed in the version I have just released. Could you upgrade to that and try it. If that fails, could you PM me admin access to your site.

- David

AURFSCAN 10-31-2010 02:36 PM

Hi dbtech...

Install - good
Import from dlII - good

Configure catagories - bad... click save and get this.

this error after adding a 'test' category and same error for configuring an Imported category

thx


PHP Code:



Database error in vBulletin 4.0.8
:

Invalid SQL:

        
INSERT INTO dbtech_downloads_categories (catnamecatdescextgroupids, private, passwordmoderationpermissionsparentid)
        
VALUES    (
                    
'test',
                    
'test',
                    
'2',
                    
'0',
                    
'0',
                    
'',
                    
'a:3:{s:4:"view";a:1:{i:0;i:6;}s:8:"download";a:1:{i:0;i:6;}s:6:"upload";a:1:{i:0;i:6;}}',
                    
0
                
);

MySQL Error   Unknown column 'parentid' in 'field list'
Error Number  1054
Request Date  
MondayNovember 1st 2010 02:28:44 AM
Error Date    
MondayNovember 1st 2010 02:28:44 AM
Script        
http://www.********.com.au/admincp/vbdownloads.php?do=doaddcategory
Referrer      http://www.********.com.au/admincp/vbdownloads.php?do=addcategory
IP Address    : ************
Username      : *******
Classname     vB_Database
MySQL Version 
5.0.90-community-log 


DragonByte Tech 10-31-2010 04:05 PM

Quote:

Originally Posted by AURFSCAN (Post 2116376)
Hi dbtech...

Install - good
Import from dlII - good

Configure catagories - bad... click save and get this.

this error after adding a 'test' category and same error for configuring an Imported category

thx


PHP Code:



Database error in vBulletin 4.0.8
:

Invalid SQL:

        
INSERT INTO dbtech_downloads_categories (catnamecatdescextgroupids, private, passwordmoderationpermissionsparentid)
        
VALUES    (
                    
'test',
                    
'test',
                    
'2',
                    
'0',
                    
'0',
                    
'',
                    
'a:3:{s:4:"view";a:1:{i:0;i:6;}s:8:"download";a:1:{i:0;i:6;}s:6:"upload";a:1:{i:0;i:6;}}',
                    
0
                
);

MySQL Error   Unknown column 'parentid' in 'field list'
Error Number  1054
Request Date  
MondayNovember 1st 2010 02:28:44 AM
Error Date    
MondayNovember 1st 2010 02:28:44 AM
Script        
http://www.********.com.au/admincp/vbdownloads.php?do=doaddcategory
Referrer      http://www.********.com.au/admincp/vbdownloads.php?do=addcategory
IP Address    : ************
Username      : *******
Classname     vB_Database
MySQL Version 
5.0.90-community-log 


Hrm, thought I had that fixed in the version I just released. Let me check and make sure I have the right files included.

- David


All times are GMT. The time now is 10:30 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.01561 seconds
  • Memory Usage 1,788KB
  • 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
  • (4)bbcode_php_printable
  • (11)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
  • (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