![]() |
vBDownload Area 1.0
vBDownload Area v1.0 Features:
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:
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. |
problem whit admincp/vbdinstall.php
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/codersla/public_html/forum/admincp/vbdinstall.php on line 236 |
As of now, there is a new installer, File & Template Edits are now in "INSTALLATION.html"
so read that for file edits. |
request for 1.1 ...
custom fields screenshots (via the attachment system would be enough!) moderating queue for files uploaded by usergroups (some usergroups would have direct access then!) ... i think it's all we need... we already have a lot with your new system once it's debugged... thanks! EDIT: here are my edits to your hack: 1- downloads.php ... there is too much "$navbits = array();" ... the first one is enough! 2- the download.php file is useless... put your next version to a single file, by calling something like "downloads.php?dl=yes&fileid=XXX" ... this would do the trick of a single file to call everything. |
Ability to add a screenshot to a file or something, plus custom fields...
|
I forgot to remove a line that includes the functions_downloads.php file, which didnt need to be used so it isnt in the zip, i reuploaded the zip without the line so it works 100%, Well it Should.
|
**clicks install**
|
**clicks install**
|
I don't want to have the files in the DB cause this can become very fast very huge.
Is there a chance you can change this? |
Quote:
|
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 |
Quote:
and adding files from a diff location, Ill try to do that. |
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 |
Quote:
|
Quote:
|
this is great
how does the files work? do you upload them thru the admin CP ? |
and ALL the stuff u have planned for 1.1 is a must i can't wait!!!
|
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')) |
find this row
Code:
if (can_administer('canadminusers')) |
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? |
Getox.
the ONLY thing I would like to see .. is not to have the files as part of the database. Some files are like more than 3-5 MB and it make not be a good idea to have those in database. I really think that if we have a d/l utility/mod in which the files were in folder then it wud be great! waddaya say? |
Quote:
Will upload to DB if you select Yes and upload to folder(downloads) if you select No. @yinyang: I try to add that in 1.1 for ya. |
Quote:
Great hack! |
Quote:
|
This hack looks very interesting. It would be amazing if there was some sort of Pafiledb inporter or if someone could make one. I know its alot to ask for, but I am in the process of moving from phpbb to vb, and have 3 years worth of files in pafiledb :(
Dan |
Quote:
|
So far in 1.1 I'v done:
Screen Shot(no thumbnail) Folder & Linked downloads and Stats If anyone wants me to put this up for download now i can add user upload in 1.2 ? |
the only thing id like to see is to restrict each usergroup to say - so many downloads per day
usergroup 1 - 5 downloads usergroup 2 - 10 downloads etc But for this to work you would need a restricter which only allowed them to download 1 file per time cause if not they could click on 5 links and grab all at same time. Reason being - if not it still becomes a leech for all - now i know u can say which usergroup can grab files but once u give it them,there is no option to limit what they can have. |
Quote:
|
hey man,this is great hack.But can not anti leecher.
The first link is: http://yoursite.com/forum/downloads....yes&fileid=XXX and leecher have used this link on other site. The seconds:Some member using PHP version 4.1 and they have some problem with admincp. I will tell you some error with other post. |
Quote:
|
Quote:
|
Excellent work.. i can´t wait for all the MAYBE´s ..
I was waiting a long time for this hack! =) |
will we see subcategories anytime soon? how about file size restriction on upload (that is separate from the size restriction set in the admin cp for general attachments, etc.)? Along those same lines- if I allow a usergroup to download (in the newer future version) will they still be able to download in the download area if they are resticted from downloading attachments?
|
Servus,
the installer adds templates only to standart style, or is it my fault? All my other styles give my just a blank page wenn i linked download.php ??? Greetz Servus01 |
I wonder is it possible to let members upload but it will require mods to approve them first before showing up on the download area.
|
Simple, include all the features from the script like on http://www.securedownloads.net
|
I have vb3.0.3, I tried to place the codes in admincp/index.php and it is NOT working. It also does not look right.
Please help. $printhr = true; construct_nav_option("Add Category", "dl_admin.php?do=add", "<br />"); construct_nav_option("Edit Category", "dl_admin.php?do=updatecat", "<br />"); construct_nav_option("Upload File", "dl_admin.php?do=addfile", "<br />"); construct_nav_option("Edit File", "dl_admin.php?do=updatefile", "<br />"); construct_nav_option("Delete Comments", "dl_admin.php?do=comments", "<br />"); construct_nav_group("Downloads", "<hr />"); if (can_administer('canadminusers')) { print_label_row($vbphrase['quick_user_finder'], ' <form action="user.php" method="post" style="display:inline"> <input type="hidden" name="s" value="' . $session['sessionhash'] . '" /> <input type="hidden" name="do" value="find" /> <input type="text" class="bginput" name="user[username]" size="30" tabindex="1" /> <input type="submit" value=" ' . $vbphrase['find'] . ' " class="button" tabindex="1" /> <input type="submit" class="button" value="' . $vbphrase['exact_match'] . '" tabindex="1" name="user[exact]" /> </form> ', '', 'top', NULL, false ); } Thanks, |
finally!cant wait for 1.1
so I can link files I need that big time and how about the ability to rate a file? |
test like this then
Code:
$printhr = false; Quote:
|
All times are GMT. The time now is 04:52 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|