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)
-   -   vBDownload Area 1.0 (https://vborg.vbsupport.ru/showthread.php?t=74583)

trackpads 01-18-2005 02:08 PM

Freakin awesome! I have been looking for this. I have thousands of files to download and I am currently using a links program to do it.

Few questions, can we import files on the server, for example ones that are too big to upload?

Also, can we assign mods to this? Instead of only having an admin run it? I am very insterested in the user uploads, a file sharing idea is what I am looking for so that people can share powerpoint presentations etc.

Thanks again!!!

-Jason

Getox 01-18-2005 02:23 PM

Quote:

Originally Posted by trackpads
Freakin awesome! I have been looking for this. I have thousands of files to download and I am currently using a links program to do it.

Few questions, can we import files on the server, for example ones that are too big to upload?

Also, can we assign mods to this? Instead of only having an admin run it? I am very insterested in the user uploads, a file sharing idea is what I am looking for so that people can share powerpoint presentations etc.

Thanks again!!!

-Jason

Ill add mods in 1.1 or 1.2 ;)
and adding files from a diff location, Ill try to do that.

why-not 01-18-2005 02:29 PM

Hi

Nice mod, but (1) big problem! You are not validating many of your $_REQUEST['?'], anyone using MySQL 4.1 or higher can have their database deleted, or user table read! I am not going to post how, but let me tell you it is very easy, allowing what you allow! Why do I say this, because many of your querys are open to SQL_INJECTIONS! Validate each request or use addslashes() or better yet, use mysql_real_escape_string() <- PHP 4.3.0, if you don't want to validate the request! But you should always validate anything coming into your script!

Sonia

trackpads 01-18-2005 03:49 PM

Quote:

Originally Posted by why-not
Hi


Nice mod, but (1) big problem! You are not validating many of your $_REQUEST['?'], anyone using MySQL 4.1 or higher can have their database deleted, or user table read! I am not going to post how, but let me tell you it is very easy, allowing what you allow! Why do I say this, because many of your querys are open to SQL_INJECTIONS! Validate each request or use addslashes() or better yet, use mysql_real_escape_string() <- PHP 4.3.0, if you don't want to validate the request! But you should always validate anything coming into your script!

Sonia

Somethings should be put in PMs.....

trackpads 01-18-2005 03:51 PM

Quote:

Originally Posted by Getox
Ill add mods in 1.1 or 1.2 ;)
and adding files from a diff location, Ill try to do that.

Thanks!!

boo.3 01-18-2005 04:12 PM

this is great
how does the files work? do you upload them thru the admin CP ?

boo.3 01-18-2005 04:15 PM

and ALL the stuff u have planned for 1.1 is a must i can't wait!!!

error_22 01-18-2005 07:31 PM

where am i supposed to find the uploader and stuff?? where in admincp??? and also, atleast in my admincp/index.php there are many

Code:

if (can_administer('canadminusers'))
{


mikaelweb 01-18-2005 09:54 PM

find this row

Code:

if (can_administer('canadminusers'))
        {
                $printhr = true;
                construct_nav_option($vbphrase['add_new_user'], 'user.php?do=add', '|');


yinyang 01-18-2005 10:20 PM

extremely cool.

i would like to see in 1.1 or 1.2 the ability for users to upload files and the ability to moderate their upload.

is this possible?


All times are GMT. The time now is 12:13 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.01135 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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