vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

columbusgeek 01-08-2009 04:19 PM

Quote:

Run this query:
SQL Query: (how to run queries)

UPDATE dl_main SET `downloads` = 0

(Don't forget to add your table prefix if necessary.)
Of course that is the only table I didn't look in. :) Thanks.

Digital Jedi 01-08-2009 05:22 PM

Quote:

Originally Posted by RS_Jelle (Post 1702576)
Also try the "Update Counters" link to empty the cache :p

Seems I didn't have myself setup with that permission. :X

JohnChapman 01-08-2009 07:20 PM

Quote:

Originally Posted by JohnChapman (Post 1705272)
Now I SWEAR there have been no setting changes. the DLII settings for my Administrator group is -1 down the line. The file I'm trying to upload (and download) is under 10k.

I have checked every setting I can find: DLII settings, Usergroup Settings, read the posts in here about how these problems are most commonly caused by settings at the host (which I had them check...goof with...and no change).

I've got vbulletin v3.7.2 and DLII v5.0.8 and DLII Create threads v.1.0.2.
(Since my original post, I have upgraded to 5.1.0 and still the same problem...)

Well apparently there were some settings I DIDN'T check :erm:... I am a member of several groups; I was only checking the Admin group. As it turns out, some really bad person had set the max settings in two of the groups to 0. :eek:

So... apparently the bit of code that looks at what rights you has doesn't use the "BEST" rules...but the "WORST". So... since I had Zero limits for number of uploads/downloads/ and file sizes in two of the usergroups I'm in, I wasn't allowed to do anything.

My User that "could upload" but "now can't", wasn't a member of one of the offending user groups when he uploaded the first time.

So... I'll admit... no trouble with the code, just a bad administrator:erm:... His beer ration will be reduced for the remainder of the week.

CyberRanger 01-08-2009 07:45 PM

Quote:

Originally Posted by JohnChapman (Post 1705471)
So... apparently the bit of code that looks at what rights you has doesn't use the "BEST" rules...but the "WORST". ...

Correct, I think I coded this part and it really should be redone. In normal vb terms, I think a zero is used as "no restriction" but I went with -1. It sort of throws off how the permissions work. Like you said, instead of "Best" you get "Worst". Glad you found it.

rabidkevin 01-08-2009 08:18 PM

I have a small question..

I have added a streaming flash MP3 player to my downloads page, as I only host .mp3 files.

http://www.eternalbeats.net/forums/downloads.php

The problem I have is that when people upload mixes via the Upload Form the mix is stored as just the file name in SQL. This prevents the streaming mp3 player from opening the file as I need a FULL URL such as http://www.eternalbeats.net/audio/mixes/mixname.mp3. Audio files which have been directly linked instead of uploaded with the web form work correctly in the streaming mp3 player.

What I would like to do is modify the add/edit page so all links in the SQL database have http://www.eternalbeats.net/audio/mixes proceeding the file name. Is that possible?

Thank you for any help in this huge customization I need :)

metalguy639 01-09-2009 11:00 PM

Quote:

Originally Posted by RS_Jelle (Post 1615688)
Try putting this line in your downloads.php (after the other defines):
PHP Code:

define('GET_EDIT_TEMPLATES''add,edit,file'); 


Worked for me thanks! :)

dholt 01-10-2009 10:32 AM

How do I import a lot of mp3 file.

ok I changed files that can be uploaded permission and added mp3 to the sip rar bla bla

I transfered all the mp3 files into the download Dir

I went into the admin download/import added the location and then I get nothing

Is there a way to import or do I have to add each one one by one

Digital Jedi 01-10-2009 10:37 AM

Quote:

Originally Posted by dholt (Post 1707133)
How do I import a lot of mp3 file.

ok I changed files that can be uploaded permission and added mp3 to the sip rar bla bla

I transfered all the mp3 files into the download Dir

I went into the admin download/import added the location and then I get nothing

Is there a way to import or do I have to add each one one by one

What do you mean, you get nothing exactly? You get no files listed, or the files don't import?

dholt 01-10-2009 10:52 AM

It worked as I think I didn't have mp3 listed maybe Thanks for the fast reply jedi

Paul M 01-10-2009 11:32 AM

Moved to 3.8 section.

mikeinjersey 01-10-2009 11:56 PM

I dont understand this whole mod. Is it suppose to turn our vBulletin into another one of those Torrent sites ? Isnt it illegal ?

This seems to be the most popular mod with 3.8....so im sure many are using it that way.

I still dont understand why its so popular. Even if you do host those downloads...theres a million other sites doing it already.

Does it bring in massive hits to your sites or what ?

puregraf 01-11-2009 12:44 AM

hi , is it possible that i can remove the standard vbulletin "title" that appears on the top of the browser from appering in front of my download pages titles?

so that only my downloads page title is displayed on top?

example:
vbulletin forum home title: Powered by vbulletin.com

downloads pages titles: Powered by vbulletin.com - downloads page title after

the way that i need: downloads page title only



can i remove a part of the code for the downloads page that would remove the vbulletin.com generic title from appearing on the downloads pages? :confused:

Digital Jedi 01-11-2009 03:20 AM

Quote:

Originally Posted by mikeinjersey (Post 1707972)
I dont understand this whole mod. Is it suppose to turn our vBulletin into another one of those Torrent sites ? Isnt it illegal ?

This seems to be the most popular mod with 3.8....so im sure many are using it that way.

I still dont understand why its so popular. Even if you do host those downloads...theres a million other sites doing it already.

Does it bring in massive hits to your sites or what ?

Torrents aren't illegal. Using torrents to copy and redistribute copyrighted material that isn't yours is illegal. Just like downloads.com is not illegal, as long as the content your providing for download is yours to redistribute, or already distributed under the GNU licence.

This isn't any different then an articles section. A million other sites already do articles, but likely your articles have something to do with your site topic. Likewise most peoples downloads have something to do with their site topic. I run a site that's predominately about the Yu-Gi-Oh! TCG, so I have downloads of already freely distributed software related to playing the game online and managing deck lists, keeping track of official rulings, etc. In addition, if there's content I can't host on my server, I can make it available to my users as a link to the site where it can legally be downloaded.

It's not a matter of doing what others are already doing, it's making things your users are already interested in readily available.


Quote:

Originally Posted by puregraf (Post 1708034)
hi , is it possible that i can remove the standard vbulletin "title" that appears on the top of the browser from appering in front of my download pages titles?

so that only my downloads page title is displayed on top?

example:
vbulletin forum home title: Powered by vbulletin.com

downloads pages titles: Powered by vbulletin.com - downloads page title after

the way that i need: downloads page title only



can i remove a part of the code for the downloads page that would remove the vbulletin.com generic title from appearing on the downloads pages? :confused:

Edit the title tags in the DOWNLOADS template.

dilbert 01-11-2009 03:34 AM

Can we remove the branding? Possibly for a fee / donations?

mikeinjersey 01-11-2009 03:39 AM

Quote:

I run a site that's predominately about the Yu-Gi-Oh! TCG, so I have downloads of already freely distributed software related to playing the game online and managing deck lists, keeping track of official rulings, etc. In addition, if there's content I can't host on my server, I can make it available to my users as a link to the site where it can legally be downloaded.

It's not a matter of doing what others are already doing, it's making things your users are already interested in readily available.

Dude, this is the most popular Mod for 3.8 by a longshot.. It seemed to come out of nowhere..and grew like a wild fire.

Whether their being hush-hush about it...or whatever... Their obviously using it for 'other' things then "Yu-Gi-Oh" .

Digital Jedi 01-11-2009 05:02 AM

Quote:

Originally Posted by mikeinjersey (Post 1708155)
Dude, this is the most popular Mod for 3.8 by a longshot.. It seemed to come out of nowhere..and grew like a wild fire.

Whether their being hush-hush about it...or whatever... Their obviously using it for 'other' things then "Yu-Gi-Oh" .

Did I say they were using it for only Yu-Gi-Oh? No, I was siting my site as an example of how my downloads are specific to my forums subject matter. Just like they are on other people's sites. You stated you didn't see why this was so popular when a million other sites were also hosting the same downloads. I was pointing out that we're not all hosting the exact same material. We're using the downloads section for items we think our users would be interested in.

I'm not sure what you mean by this mod came out of nowhere. Perhaps it did become popular fast, but it was first released July of 2006.

mikeinjersey 01-11-2009 02:51 PM

Quote:

We're using the downloads section for items we think our users would be interested in.
c'mon, you and I both know most people are using it like a Torrent site...or for porn.

Any tips on how to cash in with this ?

Stifmeister2 01-11-2009 07:52 PM

Quote:

Originally Posted by mikeinjersey (Post 1707972)
I dont understand this whole mod. Is it suppose to turn our vBulletin into another one of those Torrent sites ? Isnt it illegal ?

This seems to be the most popular mod with 3.8....so im sure many are using it that way.

I still dont understand why its so popular. Even if you do host those downloads...theres a million other sites doing it already.

Does it bring in massive hits to your sites or what ?

I can only talk for myself, but DownloadsII has been the biggest "crowd-puller" on our forums. We have many files hosted and we don't allow guests to download the files. Almost every new registered member is using the Downloads right after registering. :D


Oh and we don't have illegal files in our system like torrent sites have. Most of the tools/addons are made by our forum members. :)

mikeinjersey 01-11-2009 08:43 PM

Quote:

Originally Posted by Stifmeister2 (Post 1708904)
I can only talk for myself, but DownloadsII has been the biggest "crowd-puller" on our forums. We have many files hosted and we don't allow guests to download the files. Almost every new registered member is using the Downloads right after registering. :D

ok..

Quote:

Oh and we don't have illegal files in our system like torrent sites have. Most of the tools/addons are made by our forum members. :)
Why would this be such a "crowd-puller" that brought in people to your forums just because of tools/addons made by your members ? If that was the case, you could of just linked them with vBulletin the way it was...without needing this plugin.

I find it hard to believe...members would come flooding in just for that. Something you've probably had around for years.

If someone could be honest on how to hook this up, i'd appreciate it. Or if your scared to admit publicly , just PM me. I wanna get in one the fun too.

Digital Jedi 01-11-2009 11:39 PM

Quote:

Originally Posted by mikeinjersey (Post 1708642)
c'mon, you and I both know most people are using it like a Torrent site...or for porn.

Any tips on how to cash in with this ?

I really think you've really misconstrued how people are using this modification. I'm sure some are using it for illegal content, but it's disingenuous to say "most" of us are. And there's no secret to using exclusive content to get people to register on your site. That's a technique as old as the proverbial hills. Not to mention, there's no way to organize and categorize your content "just linking" them to vBulletin as effectively.

mikeinjersey 01-12-2009 01:38 AM

Quote:

Originally Posted by Digital Jedi (Post 1709125)
I really think you've really misconstrued how people are using this modification. I'm sure some are using it for illegal content, but it's disingenuous to say "most" of us are. And there's no secret to using exclusive content to get people to register on your site. That's a technique as old as the proverbial hills. Not to mention, there's no way to organize and categorize your content "just linking" them to vBulletin as effectively.

I hear ya..

Yea I guess I basically have no use for this plugin since I have no content to provide.

Marco van Herwaarden 01-12-2009 06:09 AM

Quote:

Originally Posted by mikeinjersey (Post 1708642)
c'mon, you and I both know most people are using it like a Torrent site...or for porn.

Any tips on how to cash in with this ?

Please do not ask on how to cash in for illegal downloads or porn.

Also you are acting like a troll, posting multiple times trying to make your point of your assumption that if you want to use it for illegal activities others will do the same.

mikeinjersey 01-12-2009 02:17 PM

Quote:

Originally Posted by Marco van Herwaarden (Post 1709377)
Please do not ask on how to cash in for illegal downloads or porn.

Also you are acting like a troll, posting multiple times trying to make your point of your assumption that if you want to use it for illegal activities others will do the same.

I was asking legitimate questions on how to get this to work & why it was so popular.

Calm down...

footlandia 01-12-2009 03:49 PM

yes , this is the best mod for vB :up:

I'm wondering , how difficult will be to make it so that also unregistered users can download files , but after certain amount of downloads they will be forced to register ?

Forum Lover 01-12-2009 07:21 PM

My be this one already been answered but hard to find, its a long thread.

Can, categories can set by usergroup permission. I mean, I want to restrict some categories for some of my usergroup. Can it be done with this?

maasland 01-12-2009 07:46 PM

Really keen on installing this mod on our site, but version 6 (to be seen on minatica) looks so much smoother. Any news about the releasedate of that version?

charles abiola 01-13-2009 01:52 AM

I'm getting this error messages "The download directory does not exist!" Any help with these messages.

Vinyljunky 01-13-2009 07:34 AM

Hello,

Im currently using the "Links and Downloads Manager" mod. Does DownloadII have any easy import feature that I could use to migrate over?

Thanks

VJ

Digital Jedi 01-13-2009 08:52 AM

Quote:

Originally Posted by Forum Lover (Post 1710070)
My be this one already been answered but hard to find, its a long thread.

Can, categories can set by usergroup permission. I mean, I want to restrict some categories for some of my usergroup. Can it be done with this?

Yes, in your Usergoup settings you can control this.

Quote:

Originally Posted by charles abiola (Post 1710458)
I'm getting this error messages "The download directory does not exist!" Any help with these messages.

Well, does the download directory exist? :)

smamf 01-13-2009 11:59 AM

Slightly different to the most asked question i think;

When I import files from another folder on the same webspace I get what seems to be a timeout, the files I am importing are usually 1GB+ any way I can sort this, it works fine for the smaller files.

I love the mod and would like to use it just need to conquer this little hurdle.

any help appreciated, thanks in advance

/smamf

charles abiola 01-13-2009 12:51 PM

Quote:

Originally Posted by Digital Jedi (Post 1710728)
Yes, in your Usergoup settings you can control this.


Well, does the download directory exist? :)

I'm not sure. I just follow the manual come with the application to install it; I don't know how to create the directory. Any suggestion or walk through will really appreciated.

Finger78 01-13-2009 02:46 PM

OK, I admit defeat here, I have tried tirelessly for almost a week to read through this entire threads 200++ posts for an answer to my problem.

The problem I am having is the dreaded security token issue.

I am on vB 3.7.x and have DownloadII 5.1.0 installed (uploaded in ascii mode)

Here are some of the fixes I have tried (sorry if they are not specific I dont feel like researching for the post numbers, that and I'm not a coder at all)

1. The php mod to disable the security token (true changed to false) - Result: stopped showing the security token message but had the same result of nothing uploading

2. Tried to add an htaccess file to the forum root to raise upload limit - Result: killed my forums and had to remove the file

3. Tried the template changes for the download_file and download_file addit and added the lines - Result: No changes, still get security token messages

4. Tried to find info on what I would need to to make a php.ini file (I have no idea what code goes into this file) - Result: N/A I would need specific info on what code to put into a php file or someone to provide a php.ini file for me to use (Again, I'm not a coder, sorry)

Looked through vB.org and vB.com about the issue andthe only other info I have seen simply suggests I reupload all non-image files for vB and reinstall vB all together.

I'm sorry if I have missed some crucial info to fix this problem but I am ready to give up and look for another mod, which isnt what i want to do seeing as how popular this mod is and the chances for support are very high.

I hope the info I have provided is enough to give more info or provide some help, pm me or post here if more info is required. If one of the coders/author for this mod would need/want to work on the site/mod directly I would appreciate it and can provide the info for that.

Thanks again for what I'm sure will be a stellar mod assuming I can get it working!

Edit - After writing this I tried to upload a small file (4k) and everything worked, but the file I had been using to test was @10megs which leads me to assume something else is the problem. I have double checked my vB settings and other permissions etc to ensure the filesize limits are set high enough. So my only logical guess would be that I need the htaccess file to work without breaking my site? Any help?

Digital Jedi 01-13-2009 05:11 PM

Quote:

Originally Posted by charles abiola (Post 1710906)
I'm not sure. I just follow the manual come with the application to install it; I don't know how to create the directory. Any suggestion or walk through will really appreciated.

A directory is just a folder on your server. Double check to make sure a folder named downloads exists on your server where it's supposed to be.

Onehalfmoa 01-13-2009 05:31 PM

Question...
Does this allow the downloads to be stored in a file on the server so that only members can access them only and not be directly linked to... I currently am having a problem with members copying and pasting the links to my downloads and distributing them which circumvents what we are trying to do which is to drive up membership and participation...

Thanks sorry for the basic question... I hope this is what I'm looking for...

Onehalfmoa

Digital Jedi 01-13-2009 05:41 PM

Guests can be prevented from accessing the downloads in the Usergroup permissions. At least, that should be the point of even having Downloads permissions. I guess the only way to be sure is see if you can download this:
http://www.cogonline.net/forums/down...&id=1&act=down
http://www.cogonline.net/forums/down...p?do=file&id=1

I have it set to Can View Files, but not Can Download Files.

Onehalfmoa 01-14-2009 12:08 AM

Quote:

Originally Posted by Digital Jedi (Post 1711201)
Guests can be prevented from accessing the downloads in the Usergroup permissions. At least, that should be the point of even having Downloads permissions. I guess the only way to be sure is see if you can download this:
http://www.cogonline.net/forums/down...&id=1&act=down
http://www.cogonline.net/forums/down...p?do=file&id=1

I have it set to Can View Files, but not Can Download Files.

Yep that seems to work guess I'll have to test drive this on my alt forum before we go live... This should solve the problem... I spend hours building PDF's just to find out I have to change the links because someone decides to steal the link and take it off the site...

Thanks
Brian
Onehalfmoa

charles abiola 01-14-2009 02:37 AM

Quote:

Originally Posted by Digital Jedi (Post 1711158)
A directory is just a folder on your server. Double check to make sure a folder named downloads exists on your server where it's supposed to be.

Thanks my guy. I got it.

Finger78 01-14-2009 01:50 PM

So no one has any ideas about my issue?

Cobra-J82 01-14-2009 04:28 PM

Quote:

Originally Posted by Finger78 (Post 1712097)
So no one has any ideas about my issue?

Max upload file for PHP is 8 MB
I saw a Post in this thread once explaining how to increase it or u can google it
I tried Increasing it but it gave some error when I was trying to view the site
So i Pulled back to 8mb and started uploading manually to the ftp and inserting the link in the download page.

darknusens 01-14-2009 04:39 PM

does this mod work with vbulletin 3.8?


All times are GMT. The time now is 04:02 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.08008 seconds
  • Memory Usage 1,869KB
  • 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
  • (1)bbcode_php_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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