vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=166094)

AndrewD 01-12-2008 05:41 PM

Quote:

Originally Posted by Rouzbeh1 (Post 1420239)
i have one more request about attributes:
could you please add an option for BBCodes? for example to use AnyMedia (Goldbrick) to play....

thanks

Yes, this is all in hand for the next alpha/beta

Nam 01-12-2008 10:20 PM

Dear Andrew, I've been looking in JW forum about the Veoh files not being able to play in IE, some people have it too but it's solvable with normal html code. I just don't know how to solve it with LDM. I'll read more and will PM you if I have found anything helpful, I need it solve as badly as anyone.

AndrewD 01-13-2008 03:24 AM

Quote:

Originally Posted by reddyink (Post 1420224)
As a user how can I upload a file using browse, select and upload.(similar to add thread)

Where is the field???

Do I need to make it active using admincp??

step 1:

By default (i.e. as first installed) uploads are disbled in LDM, so the first step for the admin is to enable them (LDM/admin/settings/Controls on File Uploads) You have to specify the directory where the uploaded files will be stored (unlike vb itself, which by default stores attachments in the database).

step 2:

You mustalso decide which filetypes can be uploaded. By default, LDM will accept any filetypes that are listed in the VB/admin/attachments table. Standard users will be able to upload files up to the size limits given in that table; admins can upload up to the maximum size permitted by your php site configuration.

LDM will *not* accept uploads of filetypes that are not listed in that table, so if there are particular filetypes you need, you have to add them, along with correct 'mimetype' information. There's a LDM extra (see the extras directory in the release) which will do this for most of the common filetypes automatically), or you can do the job by hand

step 3

You need to give the desired usergroups permission to upload (LDM/admin/permissions/can_upload_files)

After you've done this, the 'add entry' form will include options to browse and upload.

Ther can be problems with step 1 depending on your site configuration, but it's possible to work around these in most cases.

Golzarion 01-13-2008 06:56 PM

I haven't installed yet. but I'm going to use it...

1. Should I create " download" folder with Permission 777 ?

If yes ... I had some problem with folders by 777 permision... because these folders are not safe .

and anyone have the full permission to access the folders ! and probably can hack the site !! or cause other problems...

how is the security ?

thank you.

AndrewD 01-14-2008 03:31 AM

Quote:

Originally Posted by Golzarion (Post 1420788)
I haven't installed yet. but I'm going to use it...

1. Should I create " download" folder with Permission 777 ?

If yes ... I had some problem with folders by 777 permision... because these folders are not safe .

and anyone have the full permission to access the folders ! and probably can hack the site !! or cause other problems...

how is the security ?

thank you.

If you want an absolutely secure site, then you must give people the absolutely minimum access that they need. However, if you want to let them share files, then there has to be somewhere to store these files. vbulletin's standards solution (for attachments) of storing the contents of the files in the database is fine for a relatively small number of relatively small files, but is not useful for a general purpose file exchange site.

You should certainly think carefully about where you create the upload/download folder and what types of file you will allow people to upload. But there's no need to open up your entire site. Giving open access permissions to a folder does not mean that you are giving people freedom to do anything they like. They still have to gain access.

Your web server has to be able to create and then read the files and directories in which the uploads are stored. This means that it has to be writeable by PHP. The easiest way to do this is CHMOD it 777, although some other mode may be possible depending on how your server is built.

Generally, it is not recommended that folders that are CHMODed 777 are stored within your web root. LDM works perfectly well if the upload/download folder is located above the document root, provided other security settings on your server allow this. (This prevents people from having any direct access) You tell LDM whereabouts things to be stored (outside the web root/inside the web root) by using the <em>local_file_root</em> and <em>local_file_root_prefix</em> settings in LDM's admin settings page.

Golzarion 01-14-2008 04:34 PM

Quote:

LDM works perfectly well if the upload/download folder is located above the document root, provided other security settings on your server allow this. (This prevents people from having any direct access) You tell LDM whereabouts things to be stored (outside the web root/inside the web root) by using the <em>local_file_root</em> and <em>local_file_root_prefix</em> settings in LDM's admin settings page.
Thank you very much .
It's a good idea to place the upload folder( with CH Mode 777 ) above the document root.

also it can be protected by .htaccess ,,,,,

as I understand ... we can set the directory :"
Quote:

You tell LDM whereabouts things to be stored (outside the web root/inside the web root) by using the <em>local_file_root</em> and <em>local_file_root_prefix</em> settings in LDM's admin settings page.
"

would you please describe more ? I mean .. how can I set the changes that you mentioned ?

" LDM's admin settings page." ?

AndrewD 01-14-2008 05:19 PM

Quote:

Originally Posted by Golzarion (Post 1421319)
Thank you very much .
It's a good idea to place the upload folder( with CH Mode 777 ) above the document root.

also it can be protected by .htaccess ,,,,,

as I understand ... we can set the directory :""

would you please describe more ? I mean .. how can I set the changes that you mentioned ?

" LDM's admin settings page." ?

This is described in the online wiki, see http://www.eirma.org/wikis/index.php...nd_Server_Load

ssslippy 01-14-2008 09:45 PM

I am getting errors when attempting to open this zip. Was this done on high compression in winzip?

pspcrazy 01-15-2008 01:11 AM

Quote:

Originally Posted by AndrewD (Post 1417546)
Yes, it's there.

There's a new setting (*length_shortdesc*) which can be set globally (admin/settings) or per category (edit category/control settings) which specifies the length of entries' short descriptions. The short description is used if you choose the short (title+thumb+short description) linkbit for the category (again admin/settings or edit category/control settings). It behaves the way you indicate.

I realize that there's another linkbit described as Short (direct link, no thumb, short description) which does not work as described in the 2.2.9 aplha1.

Thanks but is there anyway to simply have it where we can use the modern template and all we need to do is replace the link for the image/title which is also a direct link, to go to here: http://www.pspcrazy.com/forums/local...tid=15&lpage=1 or the page that allows users to comment directly, as I'm going for a all out social type site with comments, and all integrated in one area.

Is it possible to do that? Modern with a link to this page: http://www.pspcrazy.com/forums/local...tid=15&lpage=1 that's all i really need as the new short seems a bit too minimal for my own preferences. Thanks

Oh and yea something is wrong with he new version's top 10: http://www.pspcrazy.com/forums/local_links.php On that note any chance we can get two more stats based top 10's on the home of downloadS? Newest 10 and Recently Commented would be great

AndrewD 01-15-2008 03:05 AM

Quote:

Originally Posted by ssslippy (Post 1421529)
I am getting errors when attempting to open this zip. Was this done on high compression in winzip?

no normal compression. perhaps a corrupt download?

check the file size - 1,492,517 bytes


All times are GMT. The time now is 11:10 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.02707 seconds
  • Memory Usage 1,757KB
  • 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
  • (8)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
  • (10)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