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)

RS_Jelle 01-25-2009 05:21 PM

Quote:

Originally Posted by d2tbpk (Post 1724426)
mmm true lol ty

where do you turn on premissions for downloader thou...

cuase when i go there it says nothing about downloader premissions?

Then you probably didn't upload /includes/xml/bitfield_ecdownloads.xml
Try reuploading all files on your FTP.

Martin9887 01-27-2009 05:45 AM

Possible to use a different host for the uploads to what the forum is on?

Lautaro 01-27-2009 06:40 AM

Wow, really good Mod, I love it.. I installed it and its working perfectly ! thanks a lot RS_Jelle for this excellent mod..

P.S.
I found a repeated word in the DownloadsII usergroup permissions section:
Quote:

Use strict daily download limits. If set to "No", a user will only receive receive a download limit reached message if BOTH the MB and file per day limit are reached. If set to "Yes", exceeding either limit will trigger the download limit reached message.

Stifmeister2 01-27-2009 04:44 PM

Quote:

Originally Posted by Martin9887 (Post 1725919)
Possible to use a different host for the uploads to what the forum is on?

No this is not possible, at least in this current version.


I'm not sure if the new 6 version will have this...

Martin9887 01-27-2009 05:27 PM

Quote:

Originally Posted by Stifmeister2 (Post 1726312)
No this is not possible, at least in this current version.


I'm not sure if the new 6 version will have this...

Thank you, that's a shame. I was hoping it would be possible :(.

Vaupell 01-28-2009 10:56 AM

yes agree best download mod around.

can both link to files and store files..

only thing missing is a purchase botton :D :up: :up: :up: :up:
Recommended if needed a fileshareing util for vb.

Digital Jedi 01-28-2009 10:59 AM

Quote:

Originally Posted by Stifmeister2 (Post 1726312)
No this is not possible, at least in this current version.


I'm not sure if the new 6 version will have this...

You could always just link to the other host using DownloadsII.

Stifmeister2 01-28-2009 07:37 PM

Quote:

Originally Posted by Digital Jedi (Post 1727087)
You could always just link to the other host using DownloadsII.

True. :p I do that sometimes.


But it would be easier and faster if you could upload them to another host via downloadsII. But I know it's damn hard to implement (if even possible).

Vaupell 01-28-2009 10:01 PM

1 Attachment(s)
Quote:

Originally Posted by jimjam (Post 1720507)
We just had our databased Nuked by a hacker,

I saw that a new user had uploaded a file called aaaaaaaa, or somthing like that. (don;t know the extension) I noticed it on a "Recent Uploads" mod on the VBadvanced front page. When I had a look in the downloads section the aaaaaaa file was not there, shortly after the site fell over.

Subsequent investigations found these files in the DownloadsII folder. see attached

We do not allow these files to be uploaded, any idea how they got there, I do not want to re-activate the downloads mod just in case. Thanks

Tx for shareing.

I have uploads disabled, but added the magaupload box for members
so they can share through them without limits.

only admiin and supmod can upload actual files.
rest is just shares.


And ive diabled the upload botton so now only share links availible.
Only specified group can share
Find :
Code:

<font size="-3" {$errors['upload']}>{$vbphrase['ecdownloads_upload_a_file']}</font><br />
      <input name="upload" type="file" size="20" />

Replace with
Code:

<!-- Original upload box code start -->
<font size="-3" {$errors['upload']}>{$vbphrase['ecdownloads_upload_a_file']}</font><br />
      <input name="upload" type="file" size="20" />
<!--original upload box code end -->

<!-- New remove upload box code start -->
<if condition="is_member_of($bbuserinfo, GROUPID)"><font size="-3" {$errors['upload']}>{$vbphrase['ecdownloads_upload_a_file']}</font><br />
      <input name="upload" type="file" size="20" /> <else></if>
<!-- new remove upload box code end -->

Change the GROUPID name to which usergroup u want to give acces,, perhaps trustet members.. syntax : '"is_member_of($bbuerinfo, group,group,group)"

See image, left a member login on the right a moderator..

Attachment 93635

hope it helps.

protow 01-28-2009 11:39 PM

ok i juts got the mod and so far love it.. but i got a few super mods that would like me to add more than 1 file upload at a time... they say they have seen this mod with muti uploads if this can be done can you point me in the dirctions

cyberhack 01-29-2009 09:31 AM

I get error "XML Error: Empty document at Line 1" when i install it, plz help

BozzaJos 01-29-2009 09:46 AM

Dear Jelle,

Sorry to bother you but would you mind taking a look at my problem, posted a couple of pages back (link)? Some of the members who are adding files daily, are now unable to upload any file.

Thank you in advance!

rudedog1968 01-29-2009 11:16 AM

Anyone having any problems with the latest vb 3.8.1? Getting ready to update the forums and wanted to make sure all is good.

Thanks in advance.

Stifmeister2 01-29-2009 03:58 PM

Quote:

Originally Posted by rudedog1968 (Post 1728051)
Anyone having any problems with the latest vb 3.8.1? Getting ready to update the forums and wanted to make sure all is good.

Thanks in advance.

No problems here. :)

Daky 01-29-2009 05:31 PM

Hi,

Is it anyhow possible to see direct link for an mp3 file so we can embed it to our mp3 player, instead of hosting mp3s somewhere else?

EX> we need mp3 file link to be in this format http://site.com/filename.mp3 and with access to be playable with and embedded media player

Thank you

imaroot 01-30-2009 09:25 AM

ok i'm going to bookmark this first :D

Vaupell 01-30-2009 10:03 AM

Quote:

Originally Posted by imaroot (Post 1728976)
ok i'm going to bookmark this first :D

highly recommended.. ;) and costumizeable..

protow 01-31-2009 01:41 AM

got 1 ? i just moved my site and its in a different folder it used to be in Fourms now i have it at members ...i reinstall and copyed all my downloaded files to the right spots but now when i click on a post that has the link in it .. it taks me back to my old site... is there a way to fix that so it stays on the new server?

Vaupell 01-31-2009 09:05 AM

Quote:

Originally Posted by protow (Post 1729614)
got 1 ? i just moved my site and its in a different folder it used to be in Fourms now i have it at members ...i reinstall and copyed all my downloaded files to the right spots but now when i click on a post that has the link in it .. it taks me back to my old site... is there a way to fix that so it stays on the new server?

think your issue qualifies for support, cause you need database changes
cant just change the file structure without updateing the db, suggest u take this
to This forum cause it could get complicated and is a mess to clean up.

in these posts you will just get 100 different ways of solveing the issue..

Best of luck :D

Bisha 01-31-2009 08:17 PM

Can be Imported BIG files (500mb-800mb-2gb) already hosted in the same server?

Imported make a COPY or a CUT of the file?

Can I import in the database this information, leaving the file in the same folder?

Sorry for the two many question.

Thanks

Vaupell 01-31-2009 09:25 PM

1 Attachment(s)
Quote:

Originally Posted by Bisha (Post 1730285)
Can be Imported BIG files (500mb-800mb-2gb) already hosted in the same server?

Imported make a COPY or a CUT of the file?

Can I import in the database this information, leaving the file in the same folder?

Sorry for the two many question.

Thanks

i think so..
Attachment 93802

havent tryed it

ehabzaky 02-01-2009 04:10 AM

Thank you for this wonderful hack,
I need to know is there a way to enable images inside download descriptions? I need to have images inline with description text (like in posts) instead of having them in a separate section.

WEBDosser 02-01-2009 07:42 AM

the permisions dont seem to work right.. i set so a group cannot see a dir but they still can?..

johnnycanoe 02-02-2009 03:21 AM

I deleted files from the downloads page but it did not delete the physical files from the /downloads directory! Now I got a ton of files on the hard drive that are not linked to any more from the downloads. How do I delete them without going over thousands of files one by one to synchronize with what should be still on the server?

hmedi 02-02-2009 07:28 AM

Is there a model for vBCMS ?

NeroObsedian 02-02-2009 10:22 AM

Quick question for anyone who may know. I've trying to integrate this with Cyb Stats for one of the mini cells. I've tried calling $dpanel_latest_bits for the latest files but for some reason I get it to go through. I even made an attempt using the entire condition thinking there was something I may been unaware of. Has anyone else set this up in Cyb Adv Forum stats?

BullDog148th 02-02-2009 05:46 PM

Another quick question, is there anyway to see or include a progress bar when uploading. I see there is a windows progress bar (bottom toolbar) but that just goes to the end and the file still has a significant way to go, just an idea i'd certainly find it handy where some of my files are 500mb.

funnyspo 02-02-2009 06:04 PM

has anyone find a way to add preview images to the downloads? is this possible?

Stifmeister2 02-02-2009 10:40 PM

Quote:

Originally Posted by funnyspo (Post 1732176)
has anyone find a way to add preview images to the downloads? is this possible?

Yes, just upload an image in the "Images" section (below "Description").

Chadi 02-03-2009 12:57 AM

Thanks for the mod.

Feature request:

Change BYTES to MB instead. After all, its not the 90's any more ;)

Xphusion 02-04-2009 04:06 PM

using the latest vb 3.8.1 after uploading a file when i click on Edit

[Download Rising Sun Brushes] [Edit] [Delete] [Pin] [Unapprove]


same blank white pages happens when i go to "manage Files" and select Edit from the drop down

im gettin a blank white page?


*********^^^^^ Scratch that^^^^^************

Everything works fine the reason for thay white page i was gettin was because i had AME (auto media embeder mod running)
and it was causing the white page so i uninstalled it and all works fine now

glennybee 02-06-2009 01:55 AM

Hi folks,

I am coding a side column (right) in my footer template and I was hoping to get the latest files/popular files/top contributors stats showing here.

I've tried using the code from the 'downloads_panel_side' template and also the 'adv_portal_ecdownloads' template but none of them work or show the info.

Is there a way I could get this to work? Do I need to alter a plugin maybe?

Any help would be appreciated!

Thanks! :)

Goomzee 02-06-2009 10:31 AM

how do i change the title bar here
http://www.mknexusonline.com/forums/downloads.php

Armyqt 02-06-2009 07:38 PM

I can't import the product. I'm getting this error message:

Quote:

XML Error: Invalid document end at Line 2040
What does this mean?

dilbert 02-07-2009 01:00 AM

How do I get the category image to the left instead of underneath the description?

groupak 02-07-2009 05:43 AM

wooooooow
than you :)

glowinggal 02-07-2009 01:33 PM

Quote:

Originally Posted by Golzarion (Post 1532984)
[s]I installed on 3.7.0 and works great. But there is one problem : I upload large files ( 5 to 8 Mb ) easily but after the users download them the zip/rar files are corrupted !!
I checked the files via FTP ... the files on server have no problem!
Is this issue related to server ?
I have this issue only for files more than 2 Mb . They upload easily but after download we see the files are corrupted!!
the server settings are : [/s]

Edit : it's solved !



how'd you fix it? I'm about to install this on our site and also need to figure this out :)

SeanMT 02-07-2009 03:34 PM

I'm currently running Downloads II Version 5.0.8 on vBulletin 3.8.1. Is there a good enough reason to update to version 5.1.0 as I don't really want to lose my template modifications I have made to it.

Are there actually any feature updates from 5.0.8 to 5.1.0?

Version 6 is looking nice and that does seem to have some good feature improvements. Is there an estimated release date?

Charles_1 02-07-2009 05:36 PM

Quote:

Originally Posted by SeanMT (Post 1737106)
Version 6 is looking nice and that does seem to have some good feature improvements. Is there an estimated release date?

I am interested in this too :-). List of improvements in comparison with v5.1.0 would be also great.

carrlos 02-08-2009 06:19 PM

I have the following dilema:

I have two sets of download files:

1. Set 1 - files members added through this Download feature. (located at http://www.myurl.com/forum/downloads)

2. Set 2 - files that I ftp'ed to my server before I had this add-on (subsequently added to my Downloads section manually). (located at http://www.myurl.com/forum/files)

How do I move them all to a new server (new location: http://www.my2ndurl.com/forum/downloads)??


All times are GMT. The time now is 02:29 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.05656 seconds
  • Memory Usage 1,836KB
  • 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
  • (15)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