vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Download Area v1.0 (https://vborg.vbsupport.ru/showthread.php?t=57719)

Exero 10-07-2003 10:00 PM

Download Area v1.0
 
I finally got to making it
so here it is.. Download Area v1.0
i got this idea from a diff hack i made (attachment list)
and the 1st one i made was just one where you added and deleted file

and then people gave me an idea to add category's
and they are in this version,

v1.0 Features:
--File's
---Add
---Edit
---Delete

--Category's
---Add
---Edit
---Delete

that's it!
lol yeah i know
but in the next version v1.1 i will add more, they are secret

so after you download this hack and install it, Please tell me how it went
but if you get errors Please tell me, Thanks


CHECK OUT THE HOT v1.1 FEATURES!!
v1.1 Features:
--File's
---Add
---Edit
---Delete
---Currupt File Report
---Anti-Leech

--Category's
---Add
---Edit
---Delete
----SubCategories
-----Add
-----Edit
-----Delete

--Comment's
---Add
---Edit
---Delete
---Smilies


Exero, webmaster@exero.net

P. S. No Previews at this time...

VeoMorphine 10-08-2003 04:07 PM

Can you add comments to files on this? And when will there be screen shots?

Exero 10-08-2003 04:11 PM

No, you cannot add comments, but i will add in v1.1, along with a currupt file report :)

and Screenshots can be found in the Beta Hacks under "Download Area v1.0 Beta 1"

Diggin 10-08-2003 04:16 PM

Are there file size or file restrictions? I tried to upload an mp3 and it fails every time

Zachery 10-08-2003 04:21 PM

Quote:

Originally Posted by Diggin
Are there file size or file restrictions? I tried to upload an mp3 and it fails every time

the file size restriction would be that of php, along with mysql max packet size i belive... correct me if im wrong.

but anything larger than 2.0 mb wouldnt probally be uploadable

Diggin 10-08-2003 04:23 PM

figured that, other than that everything works just fine and I like it

Exero 10-08-2003 04:28 PM

No, i didnt put one in, i uploaded a 1 meg file and it worked, so i dont know, v1.1 i will have 5 beta testers so nothing will be wrong when its released

Diggin 10-08-2003 04:55 PM

I am guess it is the php/mysql restrictions since a 1.5 mb file worked but a 7 mb file doesn't

Exero 10-08-2003 05:02 PM

yeah
thats why im gunna make it like vBulletin
the way it uploads it intot he MySQL database...

midnightz 10-08-2003 10:41 PM

You can adjust your php to a higher level, but its most browsers that time out in the process. If you are on mac and Safari (there is a haxie) if not I believe its three minutes for IE for mac and windows

midnightz 10-09-2003 12:10 AM

Not bad, put needs a cleaner graphical look with collapsed catagories.

Exero 10-09-2003 02:00 AM

what you mean by "collapsed catagories"

also new feature will be SUB-categories :)

PurpleCow 10-09-2003 03:36 AM

Any Demos available for this hack ??

Thanks

Exero 10-09-2003 03:51 AM

No, no demos, sorry
maby next version will have demo..

Diggin 10-09-2003 04:09 AM

Are you going to change the uploading so you can upload larger files?

Exero 10-09-2003 04:17 AM

in v1.1
Yes i will
but if you want to upload a file thats over the php file size limit, you may have to edit the dloadadmin.php under the part where it says
Code:

elseif ($action == "add") {
and add somthing that will allow stuff over the php limit..

im just newbie at making uploading scripts..
but dont worry v1.1 will possibly allow stuff over 10meg...i will try to make it like that atleast...

TheLab 10-09-2003 10:19 AM

I get all the time.. "No File Specified". I followed the instructions step by step but nada..

Areku 10-09-2003 10:47 AM

Does your hack prevent hotlinking?

Thanks!

Diggin 10-09-2003 03:38 PM

any chance of a thumbnail option if it is a picture file?

FleaBag 10-09-2003 11:09 PM

download.php is missing from the zip.

midnightz 10-09-2003 11:19 PM

Quote:

Originally Posted by Exero
what you mean by "collapsed catagories"

also new feature will be SUB-categories :)

The way it would be set up such as - you have a master page that shows all the catagories in columms and flowing you each one is a indent with a link. I could do a mock up but I will probally do some coding to get what I want.

Its just from a principle of graphic design and the ease of content management for the eye.

Subs cats sound good, but there is a formula that would work much better, I'll see what I can do over the next few weeks in my sparetime.

midz

Exero 10-10-2003 02:34 AM

if you get No File No File Specified your problem,
its been tested on a forum, and it worked,

no it dont prevent hotlinking but v1.1 will
no, there is no thumbnails

if you want to know anything else USE IT
dont sit here does it have this doe sit have that

if you used it you will find out all you need
i will no longer answer your questions about v1.0

only v1.1

Exero 10-10-2003 04:16 AM

also
i fixed the zip file

you needa edit a template and add a new one..

so just reinstall it AFTER downloading new zip

Diggin 10-10-2003 04:39 AM

looking forward to v1.1

Exero 10-10-2003 04:49 AM

lol, yeah me too
because lots of people will like it then :)

VeoMorphine 10-10-2003 10:14 AM

Not trying to be rude or anything but it is the hackers responcability to provide provide as much info about the hack as needed. If there was somthing i did not know about it, I would simply not install it....

KingdomHeartsII 10-10-2003 01:18 PM

I got the hack installed no problem but when I click on a Cat, it just goes to a black page? Any ideas?

if not .. how do i delaete the SQl stuff I did?

- Kingdom Hearts

Exero 10-11-2003 12:49 AM

ok, let me take a look

Exero 10-11-2003 12:52 AM

ok
in admin/index.php
find
Code:

makenavoption("Add Category","dloadadmin.php?action=addcat","<br>");
replace with
Code:

makenavoption("Add Category","dloadadmin.php?action=addcats","<br>");

Dolby 10-11-2003 01:33 AM

Quote:

Originally Posted by Diggin
Are you going to change the uploading so you can upload larger files?

the upload limmit is set to what is in your php.ini (default is 2mb)

Exero 10-11-2003 05:30 AM

he know that!
stop spamming

and i will say it again
I Will change it in v1.1 < no more is to be said about this uploading part ok?

paddysplace 10-11-2003 05:35 AM

I know this post will probably be deleted, but upload can be easily changed through .htaccess, if you guys are curious just ask... I was dealing with a client who needed >10 meg file uploads and we did it that way.

Looking forward to v1.1! Won't download 1.0 yet, doesn't look complete enough. The 1.1 seems very useful, and if you can get everything implimented it will be exactly what I'm looking for. Good luck man, you guys work wonders at times..

Regards,
Patrick

mx3 10-11-2003 10:53 PM

Think there might ever be an addon that makes a user pay via paypal or something before downloading? Would work good for skinning sites, business sites, etc

gmarik 10-19-2003 04:23 PM

Quote:

Originally Posted by Diggin
looking forward to v1.1

A month or so?! :o

Alekos 10-24-2003 02:22 PM

i'm waiting for 1.1 too.
relase it, plz:)

KingAdora 10-26-2003 10:08 AM

are there any other hacks like this one around?

Tubbie 10-26-2003 07:38 PM

hey guys,

iam looking for a beta site. or screenshots.

gmarik 10-27-2003 11:23 AM

I would suggest permissions on all the downloads.
For example 5 posts to download this and that and so on ...
It is the only one availible for public download, yet there is another one ...

KingAdora 10-27-2003 02:36 PM

What's the other one?

Deska 11-03-2003 10:46 AM

Can we give limit to certain user group who have access to download?


All times are GMT. The time now is 04:44 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.01248 seconds
  • Memory Usage 1,790KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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