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)

sadiq6210 07-12-2008 09:23 AM

We are in the middle of July :)

thedudleys 07-12-2008 05:29 PM

Quote:

Originally Posted by Soup^Dragon (Post 1570261)
i have a question - is it possible for me to give certain members the ability to upload in certain section and not others? i can set a restriction on the sections people can see but i want everyone to see all sections but only able to upload in one section.

I'm wondering the same question as well :)

lane 07-12-2008 05:38 PM

Quote:

Originally Posted by thedudleys (Post 1573673)
I'm wondering the same question as well :)

I don't believe there is anyway to do that in the current version. However, maybe Jelle will have something like that in the new version.

Will have to wait and see.

hugh_ 07-13-2008 08:50 AM

It might be worth adding the following small features:

1. Comment reporting.
2. Comment links include rel="nofollow"
3. The choice of editor (full or quick reply) for comments.
4. There should be a 'Comment' button rather than an open Editor Box under a download item.
5. For quick moderation it would be nice for an administrator to be able to call up a list of all recent comments.
6. The ability to moderate comments.

Thanks.

Hugh

trynksssj2 07-13-2008 12:14 PM

Hello! How can I move the smiliebox under the textarea? Should I do this manually or is there an option?

https://vborg.vbsupport.ru/

lane 07-13-2008 06:19 PM

Quote:

Originally Posted by trynksssj2 (Post 1574187)
Hello! How can I move the smiliebox under the textarea? Should I do this manually or is there an option?

https://vborg.vbsupport.ru/

You will need to do it manually.

trynksssj2 07-13-2008 07:02 PM

Which template should I edit??

Elmer 07-13-2008 09:18 PM

Quote:

Originally Posted by CyberRanger (Post 1572897)
TRUNCATE TABLE `dl_votes`

Quote:

Originally Posted by CyberRanger (Post 1572898)
and I'll do a
Code:

TRUNCATE TABLE `dl_stats`
right before you go live

Thank you very much, but it isn't works. Could you chek if it is OK? thank you very much.

mehrdad220 07-14-2008 12:22 PM

Is there any CMPS (Vbadvanced) Modules for this product available yet? i need a module to show thet last few added files,and i like to show their pictures not the file URL and name,

bashy 07-14-2008 02:54 PM

Hi folks

I am running 3.7 and obviously the memberinfo is totally different now
I have tried placing $dmemberinfo and $dmemberfiles but nothing shows up at all now

Can anyone advise as to what i should try please?

dtv100 07-14-2008 04:50 PM

Quote:

Originally Posted by bashy (Post 1575114)
Hi folks

I am running 3.7 and obviously the memberinfo is totally different now
I have tried placing $dmemberinfo and $dmemberfiles but nothing shows up at all now

Can anyone advise as to what i should try please?

i think there is a hack to make a extra tab on profile.
therte you could try to insert those code.

lane 07-15-2008 02:26 AM

Hi Guys,

As we wait for the new release, I was wondering if someone could assist me with a token issue. When adding images, I get the security token error.

Can someone tell me where I need to add the code to fix it.

Thanks!

hugh_ 07-15-2008 04:12 AM

1 Attachment(s)
Quote:

Originally Posted by hugh_ (Post 1574090)
It might be worth adding the following small features:

1. Comment reporting.
2. Comment links include rel="nofollow"
3. The choice of editor (full or quick reply) for comments.
4. There should be a 'Comment' button rather than an open Editor Box under a download item.
5. For quick moderation it would be nice for an administrator to be able to call up a list of all recent comments.
6. The ability to moderate comments.

Thanks.

Hugh

Another suggestion from me would be for users to have the ability to list all files similarly to chosing 'My Files' or browsing a category and sort them by Name, Date, Author, Downloads, Rating, Status and Comments...

Thanks.

Hugh

RS_Jelle 07-15-2008 11:10 PM

Quote:

Originally Posted by Elmer (Post 1574542)
Thank you very much, but it isn't works. Could you chek if it is OK? thank you very much.

The truncate commands should work, but together with the update query CyberRanger gave you. There's no more rating stuff than the dl_votes table and the rating field in the dl_files table.

Quote:

Originally Posted by mehrdad220 (Post 1575001)
Is there any CMPS (Vbadvanced) Modules for this product available yet? i need a module to show thet last few added files,and i like to show their pictures not the file URL and name,

Have a look at the addons listed in the first post. There's already a vBadvanced CMPS module (without images).

Quote:

Originally Posted by lane (Post 1575577)
Hi Guys,

As we wait for the new release, I was wondering if someone could assist me with a token issue. When adding images, I get the security token error.

Can someone tell me where I need to add the code to fix it.

Thanks!

All security tokens should be in place, also the one for uploading images. Make sure you reverted all downloads templates after the upgrade. The downloads_file is containing the one for the image upload.

lane 07-16-2008 02:43 AM

Hi Jelle,

Is there any other way, I would like to avoid having to redo all my custom work on the templates?

Thank you!

RS_Jelle 07-16-2008 09:05 AM

Quote:

Originally Posted by lane (Post 1576473)
Hi Jelle,

Is there any other way, I would like to avoid having to redo all my custom work on the templates?

Thank you!

Add
HTML Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
inside each form.

Or remove
PHP Code:

define('CSRF_PROTECTION'true); 

from downloads.php, which will remove the CSRF security check. Although I don't recommend that.

glennybee 07-16-2008 11:17 AM

Hi folks,

This hack has been working excellent for me for some time now.

Recently, I deleted 2 categories and all files within them from the AdminCP. Now, the Downloads stats are blank, i.e. Latest Files, Most Popular Files, Top Contributors.

I can't understand why it would do this. Is there a query I can run to get these stats back?

Thanks
Glen

RS_Jelle 07-16-2008 12:08 PM

Quote:

Originally Posted by glennybee (Post 1576725)
Hi folks,

This hack has been working excellent for me for some time now.

Recently, I deleted 2 categories and all files within them from the AdminCP. Now, the Downloads stats are blank, i.e. Latest Files, Most Popular Files, Top Contributors.

I can't understand why it would do this. Is there a query I can run to get these stats back?

Thanks
Glen

Visiting http://www.yoursite.com/forums/downl...hp?do=manfiles should recount them ;)
Visiting http://www.yoursite.com/forums/downl...updatecounters will update even more counters.

trynksssj2 07-16-2008 12:56 PM

How can I move the smiliebox under the textarea?

https://vborg.vbsupport.ru/

RS_Jelle 07-16-2008 01:36 PM

Quote:

Originally Posted by trynksssj2 (Post 1576790)
How can I move the smiliebox under the textarea?

http://img374.imageshack.us/img374/2...kjkjdu5.th.jpg

That has nothing to do with DownloadsII. It's just the default layout of the vB editor, which you can change in the editor_toolbar_on template ($smiliebox). This will change the editor layout everywhere (when adding posts to the forum, adding announcements, ...).

DownloadsII v6 will use the vB quick editor for adding comments.

lane 07-16-2008 05:32 PM

Quote:

Originally Posted by RS_Jelle (Post 1576647)
Add
HTML Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
inside each form.

Or remove
PHP Code:

define('CSRF_PROTECTION'true); 

from downloads.php, which will remove the CSRF security check. Although I don't recommend that.

Thank you Jelle, worked like a charm!

trynksssj2 07-16-2008 05:45 PM

But I have installed this add-on: https://vborg.vbsupport.ru/showthread.php?t=178327 and all other editors have the smiliebox under the postbox...

Do you know what should I do?

RS_Jelle 07-16-2008 06:22 PM

Quote:

Originally Posted by trynksssj2 (Post 1577057)
But I have installed this add-on: https://vborg.vbsupport.ru/showthread.php?t=178327 and all other editors have the smiliebox under the postbox...

Do you know what should I do?

Try putting this line in your downloads.php (after the other defines):
PHP Code:

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


trynksssj2 07-16-2008 06:26 PM

Thank you very much!! It worked ;)

maidos 07-17-2008 07:47 AM

wondering, on your new version have you fixed the issue regarding the members that can easily bypass the download restrictions by just flushing their ip? I did follow your instructions for a fix that you provided on the earlier post here however that only made worse and took away half of the members normal download restrictions. Say if daily download is 6 times the regular members can only download 3 or 4 times sometimes nothing at all.

also about the unknown filesize and eta? im not sure if its just me but i think its not since i get the filesize if i download without the download script.

Have you checked my pm regarding the downloads.php that got infected with a trojan?

sorry if i seeem rude but can we possible get the new download version sooner :) if you dont include abes hack. there are mods for that already that webmaster can install

maidos 07-17-2008 10:58 AM

Im also interested how to add external search code on non vb page or vb page outside downloads.php
The code you provided few months ago only work internally.

RS_Jelle 07-17-2008 01:44 PM

Quote:

Originally Posted by maidos (Post 1577631)
Im also interested how to add external search code on non vb page or vb page outside downloads.php
The code you provided few months ago only work internally.

That's not possible because of the CSRF security tokens vBulletin is adding to each post forum. You can't generate those easily outside of the vBulletin framework.

maidos 07-17-2008 06:02 PM

Oh thats too bad. But on future request can you make the download search bar on the same position as vb default search bar. So when user open the collaps bar from advanced search they can be able to search on downloads.php?

Beside about the trojan infection?

RS_Jelle 07-17-2008 06:51 PM

Quote:

Originally Posted by maidos (Post 1577878)
Oh thats too bad. But on future request can you make the download search bar on the same position as vb default search bar. So when user open the collaps bar from advanced search they can be able to search on downloads.php?

Beside about the trojan infection?

The downloads.php file isn't containing a trojan. You can check out its code as it's open, but you can't write a Windows trojan in PHP :p
The AV is reporting the downloads.php file as it's serving the download. The problem is the downloaded file itself of course and I don't know that one. It can be a false positive ... or not ... The files in your downloads section aren't my responsibility :)
You can have the same thing with the vBulletin attachments system.

maidos 07-17-2008 06:54 PM

oh ok but thanks in that case. But yeah couldnt find any trojans scanning kaspersky.

But i hope the next release it will fix the bypass on download restriction by just flyshing the ip and the unknown filesize.. continue with ur great work

RS_Jelle 07-19-2008 07:53 PM

Quote:

Originally Posted by maidos (Post 1577878)
But on future request can you make the download search bar on the same position as vb default search bar. So when user open the collaps bar from advanced search they can be able to search on downloads.php?

That will be in v6 :)

yahoooh 07-19-2008 10:00 PM

plz do not forget captcha option for download as an option for usergroup permision

Jase2 07-19-2008 10:36 PM

When can we expect v6?

almbd3 07-19-2008 10:44 PM

Hello,

Thanks for nice product :)

I have Question: Why cann't rearrange the section order?

for example, when I added section "c" first then I added section "A" and "B" I try to rearrange the order of section veiw to be appear the section as "A" then "B" then "C" but I cann't do that!

regards,

lane 07-20-2008 07:32 PM

Quote:

Originally Posted by almbd3 (Post 1579455)
Hello,

Thanks for nice product :)

I have Question: Why cann't rearrange the section order?

for example, when I added section "c" first then I added section "A" and "B" I try to rearrange the order of section veiw to be appear the section as "A" then "B" then "C" but I cann't do that!

regards,

You can change the weight of each category to allow what you are asking, if you don't do the weights, it sorts by alphabetical.

almbd3 07-20-2008 09:14 PM

Quote:

Originally Posted by lane (Post 1580090)
You can change the weight of each category to allow what you are asking, if you don't do the weights, it sorts by alphabetical.

I did that but nothing happen !

RS_Jelle 07-20-2008 09:33 PM

Quote:

Originally Posted by almbd3 (Post 1580163)
I did that but nothing happen !

You probably need to set:
AdminCP -> Downloads -> Settings -> Sort by Weight -> Yes

almbd3 07-20-2008 09:41 PM

Quote:

Originally Posted by RS_Jelle (Post 1580181)
You probably need to set:
AdminCP -> Downloads -> Settings -> Sort by Weight -> Yes

Yes Yes :D

The problem was solved :)

Thanks so too much :)

Kind regards,

Masterflow 07-21-2008 12:01 PM

Thank you for this great Add-on. :D

If i disable a category for certain usergroups, that usergroups still can find files with a search and download them. Same thing with the most downloaded files or the direct URL.

Is there a way to avoid this behavior? If not i would request that as a feature.

Best regards

Pipe Hitter 07-22-2008 12:21 AM

The database home is showing I have no files uploaded. But in the recent and most popular panels on the left side it shows the files and lets users download them. You can not browse my categories because it says they are empty? I am completely lost, this has worked for me for the past 5 or 6 months or so and a user just brought it to my attention. Any ideas?


All times are GMT. The time now is 09:58 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.04244 seconds
  • Memory Usage 1,850KB
  • 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_code_printable
  • (2)bbcode_html_printable
  • (3)bbcode_php_printable
  • (22)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