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)

RikiB 03-12-2008 05:49 PM

sounds great, I cant wait to test out the upcoming beta! :)

obmob 03-13-2008 04:17 PM

So many things to test for 3.7, so many templates tu update also x.x

Alfa1 03-17-2008 09:35 AM

Is it possible to use LDM as a reciprocal links manager? If yes, then please explain. If no, then please consider adding this functionality.

maroceve 03-17-2008 11:27 AM

My bad Andrew about that error i posted in the 3.6 forum : i reuploaded the files and anlso patched to latest version ..Db was old version

thanks again

macc 03-17-2008 04:23 PM

i think that you forget to update local_links_include.php with this on two places

Code:

Code:
    if ($links_defaults['starred_entries_enabled']) {
for
 
 
Code:
    if ($links_defaults['starred_entries_enabled'] and is_array($links_starred)) {

i update from alpfa 3 to alpha 4 and get blank page on cmps portal ...but after this changes everything works fine !
have vbulletin 3.7.0 beta6 and cmps 3.0

regards

macc

AndrewD 03-17-2008 04:59 PM

Quote:

Originally Posted by macc (Post 1467122)
i think that you forget to update local_links_include.php with this on two places

Code:

Code:
    if ($links_defaults['starred_entries_enabled']) {
for
 
 
Code:
    if ($links_defaults['starred_entries_enabled'] and is_array($links_starred)) {

i update from alpfa 3 to alpha 4 and get blank page on cmps portal ...but after this changes everything works fine !
have vbulletin 3.7.0 beta6 and cmps 3.0

regards

macc

Thanks - apologies for that.

macc 03-17-2008 09:36 PM

hello!

now i have problem when i click on media - links on my nav bar i get blank page ...before it works ..some solution?

http://www.belaplay.com/vb/libar/local_links.php

cmps portal works fine now... http://www.belaplay.com/vb/libar/cmps_index.php

reg

macc

AndrewD 03-18-2008 04:02 AM

Quote:

Originally Posted by macc (Post 1467391)
hello!

now i have problem when i click on media - links on my nav bar i get blank page ...before it works ..some solution?

http://www.belaplay.com/vb/libar/local_links.php

cmps portal works fine now... http://www.belaplay.com/vb/libar/cmps_index.php

reg

macc

The problem seems only to be on the base (home) page of LDM - it seems ok when you go to a category or search page.

To debug blank page problems, you need to disable the 'gzip' option within vb/admincp/options/cookies and http/enable gzip

The blank page happens when a vb site generates an error message before it starts to send the page html. By disabling gzip, you get to see the error. I think it will be a similar problem as yesterday, i.e. an uninitialised variable. Happy to help further when you have this information - or upgrade my account on your site (andrewd) to vb admin

codershark 03-18-2008 04:18 AM

is it possible to make the hack in german ?

AndrewD 03-18-2008 06:50 AM

Quote:

Originally Posted by codershark (Post 1467645)
is it possible to make the hack in german ?

There is a fairly complete German translation in the release directory of the zip. Simply install product-eirma_ldm_de.xml instead of product-eirma_ldm.xml. Or, if you want to have both English and German, you can find the German phrases in development/phrases/phrases_de.xml - these can simply be imported on top of your German language using vb/admin/languages and phrases/download and upload phrases

I'd appreciate it if someone could bring the German translation up to date.

macc 03-18-2008 07:40 AM

Thanks ... i will upgrade youe account to admin... you are wellcome...
and please if you can check admin settings for LDM in admin cp!

reg

macc

AndrewD 03-18-2008 09:20 AM

Quote:

Originally Posted by macc (Post 1467753)
Thanks ... i will upgrade youe account to admin... you are wellcome...
and please if you can check admin settings for LDM in admin cp!

reg

macc

You should be ok now. Thanks for bringing this problem to my attention.

macc 03-18-2008 09:37 AM

thanks for help!


reg

macc

macc 03-18-2008 06:03 PM

Andrewd if you can look on my site ...have one problem..all (90%) files disapeared from media links ... (categories or forums)


regards

macc

www.belaplay.com/vb/libar

AndrewD 03-18-2008 06:31 PM

Quote:

Originally Posted by macc (Post 1468073)
Andrewd if you can look on my site ...have one problem..all (90%) files disapeared from media links ... (categories or forums)


regards

macc

www.belaplay.com/vb/libar

You've set the LDM admin setting *links_expiry_days* to 20 days, so after 20 days they become hidden. They have not been deleted.

Ertan AKTEPE 03-18-2008 09:46 PM

thanks:)

macc 03-18-2008 11:59 PM

Thanks Andrewd ...


reg

macc

RikiB 03-21-2008 06:19 PM

Is it possible to secure an external link for a download? Currently if the file is on the server you can secure the download file very well, but is this possible to point it to another server. It would be very nice if I was able to mirror a file on another one of my webhosts but in a secure way.
Thanks!
Riki

AndrewD 03-21-2008 06:29 PM

Quote:

Originally Posted by RikiB (Post 1470945)
Is it possible to secure an external link for a download? Currently if the file is on the server you can secure the download file very well, but is this possible to point it to another server. It would be very nice if I was able to mirror a file on another one of my webhosts but in a secure way.
Thanks!
Riki

It's not possible (as far as I know) to access a file on another server which is held outside the website space on that server. However, LDM's access to remote files is 'secure' in the following sense:

- provided force_redirect is set to 0, there is not way for the user to discover where the file is held, because it is streamed through LDM
- you can set up entries in LDM with username/password in order to access http protected areas on the remote server.

RikiB 03-21-2008 07:03 PM

wow, I am seriously impressed, and continually surprised how amazing this hack is. I just did a quick test and I think it will work perfect.

Can you briefly explain how I would be able to set up entries that are password protected on a remote server?

AndrewD 03-22-2008 04:57 AM

Quote:

Originally Posted by RikiB (Post 1470982)
wow, I am seriously impressed, and continually surprised how amazing this hack is. I just did a quick test and I think it will work perfect.

Can you briefly explain how I would be able to set up entries that are password protected on a remote server?

Use apache's authenication methods to protect the directory of interest (e.g. an htaccess file or instructions in the httpd.conf file), for instance mysecuresite/files

Support you have a username 'alloweduser' with password 'mypassword'. Then set up the LDM entry to file1.typ in LDM using the following format:

http : // alloweduser:mypassword @ mysecuresite/files / file1.typ

Make sure that no-one other than yourself is able to edit entries in LDM or acces the LDM admin pages, otherwise they can find out the password.

webgeek247 03-26-2008 09:47 PM

This mod is *swears** awesome! lol :D Well not long had it installed to be honest, but all the features it has, etc so far looks very promising.

One thing though is that I dont see the "upload progress bar" feature anywhere. Hasnt it been added to the dlm mod yet or something?

This mod has great potential. Please keep up the good work :up:

cheers chris

webgeek247 03-26-2008 09:54 PM

Nearly forgot....

When I add say a keyword “tech’d up trance” and go back to the page the keyword shows as “tech/'d up trance” trance. Problem with quotes or something. Im not sure. Only thing ive noticed so far

Cheers

AndrewD 03-27-2008 03:20 AM

Quote:

Originally Posted by djpassion (Post 1475386)
This mod is *swears** awesome! lol :D Well not long had it installed to be honest, but all the features it has, etc so far looks very promising.

One thing though is that I dont see the "upload progress bar" feature anywhere. Hasnt it been added to the dlm mod yet or something?

This mod has great potential. Please keep up the good work :up:

cheers chris

The dowload progress bar is available when you use the flash upload 'extra' - take a look in the 'extras' directory for 'swfuploader'. It was only just added - I will consider making it mainstream in a while provided it proves completely reliable.

AndrewD 03-27-2008 03:21 AM

Quote:

Originally Posted by djpassion (Post 1475393)
Nearly forgot....

When I add say a keyword ?tech?d up trance? and go back to the page the keyword shows as ?tech/'d up trance? trance. Problem with quotes or something. Im not sure. Only thing ive noticed so far

Cheers

It's a problem with escaping quotes to preven people hacking the database. I'll take a look.

webgeek247 03-27-2008 07:24 PM

Quote:

Originally Posted by AndrewD (Post 1475592)
The dowload progress bar is available when you use the flash upload 'extra' - take a look in the 'extras' directory for 'swfuploader'. It was only just added - I will consider making it mainstream in a while provided it proves completely reliable.

Ok great. i will try it. any reason why the its limited to 100MB though just that i will be letting my members upload promotional dj mixes/productions. the upload limit ill be allowing is 200mb. what will happen if they try and upload a file over 100mb. will the upload flash progress bar stop working?

webgeek247 03-27-2008 07:26 PM

Quote:

Originally Posted by AndrewD (Post 1475593)
It's a problem with escaping quotes to preven people hacking the database. I'll take a look.

ok cheers

webgeek247 03-27-2008 07:26 PM

ive found another problem which is the 'categories' and 'show' links dont work. wel not in Internet Explorer 7.0 anyway

AndrewD 03-27-2008 07:31 PM

Quote:

Originally Posted by djpassion (Post 1476136)
Ok great. i will try it. any reason why the its limited to 100MB though just that i will be letting my members upload promotional dj mixes/productions. the upload limit ill be allowing is 200mb. what will happen if they try and upload a file over 100mb. will the upload flash progress bar stop working?

It's limited to 100MB because that's all that adobe flash will handle. I don't know what will happen if someone tries to go over the limit. I imagine the upload will fail.

Progress bars are not easy to code purely in php - there is one solution I found on the net, bit it requires a particular version of php and even then is unreliable.

AndrewD 03-27-2008 07:34 PM

Quote:

Originally Posted by djpassion (Post 1476143)
ive found another problem which is the 'categories' and 'show' links dont work. wel not in Internet Explorer 7.0 anyway

I'm not sure I follow - these seem to work ok for me. What's not working?

macc 03-27-2008 07:53 PM

hello!

when i try to play some mp3 i get this message (can not play anything)

Code:

Sorry, you do not have sufficient download allowances available at the moment
Allowances: 0 files/0 used, 0 bytes/0 bytes used, 0 bytes uploads/19.12 Mbytes uploaded


some help or solution?

regards
macc

www.belaplay.com/vb/libar

webgeek247 03-27-2008 09:33 PM

Quote:

Originally Posted by AndrewD (Post 1476149)
It's limited to 100MB because that's all that adobe flash will handle. I don't know what will happen if someone tries to go over the limit. I imagine the upload will fail.

Progress bars are not easy to code purely in php - there is one solution I found on the net, bit it requires a particular version of php and even then is unreliable.


hmmm shame. i have latest version of php BUT if it cant be done.. wounded. thanks for the info anyway

webgeek247 03-27-2008 09:35 PM

Quote:

Originally Posted by AndrewD (Post 1476154)
I'm not sure I follow - these seem to work ok for me. What's not working?

hi please see pic

https://vborg.vbsupport.ru/

dont want it indexed yet in case my vbseo custom url rewrites are affecting the links or i may want until we can have names for categories etc

cheers chris

webgeek247 03-27-2008 10:06 PM

Quote:

Originally Posted by macc (Post 1476172)
hello!

when i try to play some mp3 i get this message (can not play anything)

Code:

Sorry, you do not have sufficient download allowances available at the moment
Allowances: 0 files/0 used, 0 bytes/0 bytes used, 0 bytes uploads/19.12 Mbytes uploaded


some help or solution?

regards
macc

www.belaplay.com/vb/libar

looks like youve set all allowances to 0

think you need to change them in Administration > Users > Download and Upload Allowances.

macc 03-27-2008 10:58 PM

thanks for help!

macc

webgeek247 03-27-2008 11:30 PM

No problem Macc.

Andrew: I uploaded the swfuploader plugin and installed it etc but it doesnt seem to be working. The uploads upload normally. No progress bar loads up. I cant see a switch to activate it anywhere either?

AndrewD 03-28-2008 02:54 AM

Quote:

Originally Posted by djpassion (Post 1476251)
hi please see pic

http://i101.photobucket.com/albums/m...6n5n645ndd.jpg

dont want it indexed yet in case my vbseo custom url rewrites are affecting the links or i may want until we can have names for categories etc

cheers chris

I visited your site and see what you mean. I imagine that the problem is related to the seo handling, but I don't have a vbseo licence to check for myself. Can you just confirm what happens without vbseo?

AndrewD 03-28-2008 03:04 AM

Quote:

Originally Posted by djpassion (Post 1476318)
No problem Macc.

Andrew: I uploaded the swfuploader plugin and installed it etc but it doesnt seem to be working. The uploads upload normally. No progress bar loads up. I cant see a switch to activate it anywhere either?

It should operate automatically. There are no settings.

It only works (currently) if you are using the Add Single Entry form, i.e. it will not activate if you have set LDM/admin/setting/allow_add_multi to a value greater than 1.

webgeek247 03-28-2008 05:08 AM

Quote:

Originally Posted by AndrewD (Post 1476429)
I visited your site and see what you mean. I imagine that the problem is related to the seo handling, but I don't have a vbseo licence to check for myself. Can you just confirm what happens without vbseo?

Ok. I can comfirm that whether you have the vbseo plugin enabled or dislabed those clickable dlm dropdown menus dont seem to load properly.

webgeek247 03-28-2008 09:47 AM

Quote:

Originally Posted by AndrewD (Post 1476440)
It should operate automatically. There are no settings.

It only works (currently) if you are using the Add Single Entry form, i.e. it will not activate if you have set LDM/admin/setting/allow_add_multi to a value greater than 1.

i have allow_add_multi set to default 0 so it isnt that. im using single entry form. well it just says add entry form. doesnt mention single.

anything else what could be stopping it from working. i was only uploading 6.7 mb

thanks for your help andrew


All times are GMT. The time now is 05:11 PM.

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.02060 seconds
  • Memory Usage 1,845KB
  • 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
  • (4)bbcode_code_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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