Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools
vBDownload Area 1.0 Details »»
vBDownload Area 1.0
Version: 1.0, by Getox Getox is offline
Developer Last Online: Dec 2005 Show Printable Version Email this Page

Version: 3.0.5 Rating:
Released: 01-17-2005 Last Update: 01-17-2005 Installs: 24
DB Changes
 
No support by the author.

vBDownload Area v1.0

Features:

  • Restrict Downloading to XX user groups
  • Add/Edit/Delete Categorys
  • Upload/Edit/Delete Files
  • Post/Delete Comments
A little info:
Categorys & Files can have description.
Will show how many files in the category.
Will Show how many comments & downloads the file has.

Planned for 1.1:
  • Statistics(count all downloads, comments, and file downloads)
  • *MAYBE* Restrict Usergroups to Categorys
  • Linked Download's
  • *MAYBE* Anti-Leech
  • *MAYBE* File Rating
  • User Uploads
  • File Screen Shot(*MABY* With Thumbnail)
  • *MAYBE* Custom Fields
Is There anything else you would like to see in 1.1 ?

1.1 Status:

Done:
Upload to DB or Folder.
Querys are more secure.(changed some $_REQUEST's to $_GET's and added addslashes() aswell)
Linked Downloads.
Statistics
Screen Shot(No thumbnail)




No more support for 1.0 as 1.1 is out.



v1.1 Out Now.
Dont Delete this post!.!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 01-18-2005, 02:08 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #13  
Old 01-18-2005, 02:23 PM
Getox Getox is offline
 
Join Date: Jul 2004
Location: Australia
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #14  
Old 01-18-2005, 02:29 PM
why-not why-not is offline
 
Join Date: Feb 2004
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #15  
Old 01-18-2005, 03:49 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.....
Reply With Quote
  #16  
Old 01-18-2005, 03:51 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!
Reply With Quote
  #17  
Old 01-18-2005, 04:12 PM
boo.3 boo.3 is offline
 
Join Date: Nov 2004
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is great
how does the files work? do you upload them thru the admin CP ?
Reply With Quote
  #18  
Old 01-18-2005, 04:15 PM
boo.3 boo.3 is offline
 
Join Date: Nov 2004
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and ALL the stuff u have planned for 1.1 is a must i can't wait!!!
Reply With Quote
  #19  
Old 01-18-2005, 07:31 PM
error_22 error_22 is offline
 
Join Date: Nov 2004
Location: Stockholm, Sweden
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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'))
{
Reply With Quote
  #20  
Old 01-18-2005, 09:54 PM
mikaelweb's Avatar
mikaelweb mikaelweb is offline
 
Join Date: Feb 2003
Location: Sweden
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

find this row

Code:
if (can_administer('canadminusers'))
	{
		$printhr = true;
		construct_nav_option($vbphrase['add_new_user'], 'user.php?do=add', '|');
Reply With Quote
  #21  
Old 01-18-2005, 10:20 PM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:33 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.04371 seconds
  • Memory Usage 2,301KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete