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)

vrom 10-11-2007 06:23 PM

Is it possible to use to show wimpy wasp (player for flv) directly in link layout?
(soe user do not need to open pop-up widnow to see video)
Thank you!

GrendelKhan{TSU 10-12-2007 02:04 AM

argh..sorry to be a pain..but www.viddler.com as well (flash sites).

again, be happy to try to add myself with instruction. :)

AndrewD 10-12-2007 03:55 AM

Quote:

Originally Posted by IrPr (Post 1356729)
Andrew, another suggestion
You can integare this mod to vB AnyMedia and use anymedia class to parse all of media types to stream
Im using class_anymedia.php parsing Youtube, Megavideo and stage6 in my LDM and it rocks!

Quote:

Originally Posted by GrendelKhan{TSU (Post 1357937)
argh..sorry to be a pain..but www.viddler.com as well (flash sites).

I'll work out what is the best way to do this for these sites and in the long term. I imagine that the anymedia class is similar in concept to the the LDM player parser, so I'll check if it better/simpler to replace one with the other or to keep things distinct.

AndrewD 10-12-2007 03:59 AM

Quote:

Originally Posted by vrom (Post 1357706)
Is it possible to use to show wimpy wasp (player for flv) directly in link layout?
(soe user do not need to open pop-up widnow to see video)
Thank you!

Not currently, but I have been thinking about this for a while, either with wasp or Jeroen Wijering's mp3/flash/swf player (which is free). One question - what would you want to happen if the media dimensions are bigger than the linkbit? Should the linkbit enlarge, or should the player overlay the screen (the way the ldm lightbox extra works for images)?

GrendelKhan{TSU 10-12-2007 05:33 AM

Quote:

Originally Posted by AndrewD (Post 1357991)
I'll work out what is the best way to do this for these sites and in the long term. I imagine that the anymedia class is similar in concept to the the LDM player parser, so I'll check if it better/simpler to replace one with the other or to keep things distinct.

* second that. anymedia is quite good. these would do well to work together. :D
also, I suggestedt this long time ago, but i still think LDM would be INCREDIBLE jump up if it could:

1. convert to flash (ala all those flash sites. and thus be a way for everyone to have their own flash video hosting site). There are common license web site flash players (like you see on youtube et al) that I've seen around if that means anything.
2. directory/listings page could be set up like youtube layout.
* Overlay (but only if its moveable/draggable, so it doesn't block stuff anything underneath that may be needed)

Quote:

Originally Posted by AndrewD (Post 1357994)
Not currently, but I have been thinking about this for a while, either with wasp or Jeroen Wijering's mp3/flash/swf player (which is free). One question - what would you want to happen if the media dimensions are bigger than the linkbit? Should the linkbit enlarge, or should the player overlay the screen (the way the ldm lightbox extra works for images)?

awesome! thank you! :D

also, maybe good to check out AME embedding which I use (in conjunction with anymedia actually) is great as its saves on serverover head and has it set up to allow for users to add xml for flash sites (which is good as there are MANY MANY of em +_+). dunno if that's helpful but just an FYI. :)

and um.. can you add www.divshare.com in the meantime too? ((I know I know *gk runs* ) ^^
eg: http://www.divshare.com/download/2314312-f48

as always, great work and incredible add-on. :D

AndrewD 10-13-2007 05:29 AM

This is now the officially supported version. Thanks to everyone for all the testing.

I have made no changes since the release candidate two weeks ago, except for updating the Chinese translation.

Rouzbeh1 10-13-2007 01:41 PM

cool
thanks for the update.
installed without any problems :D

pspcrazy 10-13-2007 07:22 PM

Andrew I was wondering is it normal for the upload directory to not work like it should :| For instance:

The forums are located here: http://forums.pspcrazy.com/forums/

Now the root prefix is a yes, and for it's directory i used: ./downloads

upload_dir : /files
Cannot access/create directory /files [/var/www/vhosts/pspcrazy.com/subdomains/forums/httpdocs/forums/downloads/files]

That's the directory i'm getting :| CHmod is 777 as well so that's not the issue.

also for thumbs they are in /downloads/thumbs but that doesn't work either :|

I need help to get this working , thanks in advance i do love this mod.

Nam 10-14-2007 03:18 AM

Andrew, I got the new error with 2.2.7, it seems like it has something to do with max connections, how to increase it? I got about 400 emails like this in a single hours

Quote:

Database error in vBulletin

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User nam_nam has already more than 'max_user_connections' active connections
/home/nam/public_html/forums/includes/class_core.php on line 274

MySQL Error :
Error Number :
Date : Saturday, October 13th 2007 @ 10:21:56 PM
Script : http://www.domaincom/forums/local_li...N&pp=10&page=2
Referrer : http://www.domain.com/forums/local_links.php?catid=28
IP Address : 74.245.64.9
Username :
Classname : vb_database

AndrewD 10-14-2007 08:24 AM

Quote:

Originally Posted by pspcrazy (Post 1359179)
Andrew I was wondering is it normal for the upload directory to not work like it should :| For instance:

The forums are located here: http://forums.pspcrazy.com/forums/

Now the root prefix is a yes, and for it's directory i used: ./downloads

upload_dir : /files
Cannot access/create directory /files [/var/www/vhosts/pspcrazy.com/subdomains/forums/httpdocs/forums/downloads/files]

That's the directory i'm getting :| CHmod is 777 as well so that's not the issue.

also for thumbs they are in /downloads/thumbs but that doesn't work either :|

I need help to get this working , thanks in advance i do love this mod.

It is some time since I checked use of local_file_root = yes and a relative directory name, so I must recheck this.

It looks to me from your error message that the setting of local_file_root and the concatenation of local_file_root_prefix + upload dir is getting to the wrong place in the directory structure.

Remember that if you have set local_file_root to yes, then everything is based on directories relative to the server itself, rather than your web site root. If you are storing everything within directories that are actually part of the web site, then it's better and easier to set local_file_root to no.

So you have to discover the full path to the directories you want to use for uploads and thumbs, and make sure that the combination of local_file_root_prefix and upload_dir/thumbs_dir point to these directories. You can work this out by taking a look at the phpinfo output (e.g. vb/admin/maintenance) document_root.

Am happy to take a look at your site and get this working if you want - send me a PM if so.


All times are GMT. The time now is 08:25 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.04166 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
  • (5)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