vb.org Archive

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

|oR|Greg 09-22-2006 10:53 AM

Quote:

Originally Posted by daFish
First, great product. :)

But I have a question and maybe overlooked something. How is it possible to upload an image when you create a new link to an website, e.g. the image is the logo of the linked site?

Use the Image or Image Upload section(s).

http://www.amacny.com/vb/local_links...d=6&linkid=148

obmob 09-22-2006 03:20 PM

Quote:

Originally Posted by AndrewD
Thanks! We had a great time, including the pleasure of your country (we were in the Pyrenees for the first week).

Good, though, i'm not spaniard, i'm in Mexico! :)

Well, finally i'll get to work on 2.2.6 hopefully sooner i'll attach new spanish phrases.

Cant wait to look for that image resizing feature you added :laugh:

AndrewD 09-22-2006 05:11 PM

Quote:

Originally Posted by obmob
Good, though, i'm not spaniard, i'm in Mexico! :)

ouch, sorry...

AndrewD 09-24-2006 09:26 AM

Quote:

Originally Posted by dholt
Noob Question but do I have to create folders for all uploads and if so do I enter the fulll path to it or just the URL. were does it store the files.

How should I set it up

root/forums/images/ldm_icons
root/LDM_Uploads
root/forums/images/file_icons_dir
root/forums/images/thumbs_dir

chkmd to 777

Also I am not sure of this sitting/ local_file_root_prefix

I'm not sure what to put in this box even after reading.

Thanks and sorry for being such a noob with this.

I realise that I have not given you an answer. Sorry.

You'll find each of these parameters explained in the on-line wiki - see first post - but you may have to dig around a bit.

You suggest this set up..

root/forums/images/ldm_icons
root/LDM_Uploads
root/forums/images/thumbs_dir

This is fine, except:

- you do not need a directory root/forums/images/file_icons_dir. Assuming you have placed the contents of the /icons directory in /root/forums/images/ldm_icons, you should point the LDM setting file_icons_dir at images/ldm_icons (i.e. omit forums/ from the setting).

- I would be inclined to put the thumbs_dir outside your forums directory.

Uploads are automatically stored in subfolders underneath (in your example) your LDM_uploads directory. You need to create the LDM_Uploads and chmod it to 777; LDM will do the rest.

local_file_root_prefix and local_file_root

These are optional settings, used to increase security. They modify where LDM looks to find entries stored on the web server. It thinks an entry is on the server if the entry you provide in the Add Entry form has no url (i.e. you specify it as /dir/file.typ rather than as http:// site/dir/file.typ)

If local_file_root is off (by default), then LDM assumes that the entry can be found in the web directory, i.e. in the example given, in subdirectory dir immediately underneath the web root.

If local_file_root is on, then LDM assumes that the entry is found in directory /dir in the local file system of the web site. This is usually not the same place as the web site's root.

local_file_root_prefix is used to 'include' a standard prefix in front of all local file names, regardless of the setting of local_file_root. By default, it is blank. If you set it to /dir1/dir2, then (for the example I gave), LDM would look for the entry in directory /dir1/dir2/dir.

By adjusting these two parameters, you can place files on your local server out of reach of prying eyes and you can also limit the parts of the file system that LDM can get at. This is useful for security reasons.

AndrewD 09-24-2006 09:34 AM

I've only seen one serious problem reported with the beta 2.2.6. Three people have said that email sql error messages are being sent *after* a download is complete, when users then click on the navbar.

I haven't been able to reproduce this problem myself, but I think I know where the problem is.

Please can anyone who has experienced this bug with 2.2.6 test the attached version of the file local_links.php (Just upload it into your main forums directory) and let me know if the problem disappears.

Once this is confirmed, we can make 2.2.6 the official release, and I can start on something else.

zooki 09-24-2006 10:43 AM

Hi there Andrew, What do you say about someone who wants to let people download 600mb files? Does this differ from say a 5mb or 70mb file with regards to stress on server????

I have had many 70mb movie files for download. Now i need to share larger ones. Just worried it might have some ill effect. (apart from bandwidth, which is not problem)

The file will be on the server.. a local file.

thank you.

AndrewD 09-24-2006 12:21 PM

Quote:

Originally Posted by zooki
Hi there Andrew, What do you say about someone who wants to let people download 600mb files? Does this differ from say a 5mb or 70mb file with regards to stress on server????

I have had many 70mb movie files for download. Now i need to share larger ones. Just worried it might have some ill effect. (apart from bandwidth, which is not problem)

The file will be on the server.. a local file.

thank you.

There seem to me to be two things you should look out for, cpu usage on your server and the possibility of disconnections during transfers.

I just tried an experiment with a 700mb file, held on my PC and 'downloaded' via LDM back onto this PC. It used about 6 seconds cpu time. So you should be ok from that angle.

Concerning dropped connections, the problem is that someone who uses a regular browser interface may get only part of the file. If they are using a download manager, then that should recover. LDM works with download managers, and is able to deliver parts of the download on request (to be technical, it can cope with single range HTTP 206 partial transfer requests).

zooki 09-24-2006 02:09 PM

Quote:

Originally Posted by AndrewD
There seem to me to be two things you should look out for, cpu usage on your server and the possibility of disconnections during transfers.

I just tried an experiment with a 700mb file, held on my PC and 'downloaded' via LDM back onto this PC. It used about 6 seconds cpu time. So you should be ok from that angle.

Concerning dropped connections, the problem is that someone who uses a regular browser interface may get only part of the file. If they are using a download manager, then that should recover. LDM works with download managers, and is able to deliver parts of the download on request (to be technical, it can cope with single range HTTP 206 partial transfer requests).

THank you, hmm perhaps with the circa 3000 visitors a day its not such a good idea. :(

Ipuck 09-24-2006 07:32 PM

Quote:

Originally Posted by AndrewD
I've only seen one serious problem reported with the beta 2.2.6. Three people have said that email messages are being sent *after* a download is complete when users click on the navbar.

I haven't been able to reproduce this problem myself, but I think I know where the problem is.

Please can anyone who has experienced this bug with 2.2.6 test the attached version of the file local_links.php (Just upload it into your main forums directory) and let me know if the problem disappears.

Once this is confirmed, we can make 2.2.6 the official release, and I can start on something else.


Thanks! The new file is working OK.

Yorixz 09-25-2006 04:27 PM

Two things that I couldn't find yet, which I'm really wondering about are; is this hack 'bandwidth-stealing-proof' when you enable guest transfers, and does it allow you to automatically create topics for added downloads (rather than having a comments-like thing.

Hopefully someone can clear these up for me, if those things are also on the features list then I'm definitely a user soon ;)


All times are GMT. The time now is 03:31 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.02911 seconds
  • Memory Usage 1,758KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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