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)
-   -   New Posting Features - VB AnyMedia Player / Media Sites (youtube, google and many more) (https://vborg.vbsupport.ru/showthread.php?t=150491)

diesalot 09-25-2007 10:22 PM

ok now i dont get unsupported file type. y not sure no changes made. but img shows an x and when you click on it to show the player it is blank.

Edit:

Dont have problems pasting any other links but only this 1. The others display and play fine.

nix 09-25-2007 10:34 PM

its probably phrased wrong now. its pulling it from the database. You can delete that record or try changing the link some.

bzg 09-25-2007 10:50 PM

any idea how to enabled this in blog?

nix 09-25-2007 10:52 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1344301&postcount=971" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=971</a>

bzg 09-25-2007 11:40 PM

hi nix i did the plugins edit in "anymedia_show_css" which is the "global_setup_complete" but still seems not working with the vbblog. any idea why?

nix 09-25-2007 11:43 PM

Create a new plugin under anymedia in blog_entry_start and put this in it.

PHP Code:

if ($vbulletin->options['anymediaenable'] && ($vbulletin->userinfo['permissions']['anymediapermissions'] & $vbulletin->bf_ugp_anymediapermissions['canuse']))
{
    
//require_once(DIR . '/includes/functions_newpost.php');

    
preg_match('{\[url\](.+)\[\/url\]}i'$bloginfo['pagetext'], $match);
    if(isset(
$match))
    {
        include_once (
DIR '/includes/class_anymedia.php');
        
$anyMedia = new Anymedia($vbulletin);
        
$media $anyMedia->newfetch($match[1], $options);

        if (
$media['type'] != 'error' && $media['type'] != 'unknown')
        {
            
$mediatag $vbulletin->options['anymediatag'];
            
$pattern = array('[url]''[/url]');
            
$replace = array("[$mediatag]""[/$mediatag]");
            
            
$bloginfo['pagetext'] = str_replace($pattern$replace$bloginfo['pagetext']);
        }
    }
}

if(
$vbulletin->options['anymediaimage']) {
    
// Img
    
preg_match('{\[IMG\](.+)\[\/IMG\]}i'$bloginfo['pagetext'], $m);
    if(!
is_null($m[1]))
    {
        include_once (
DIR '/includes/class_anymedia.php');
        
$anyMedia = new Anymedia($vbulletin);
        
$media $anyMedia->newfetch($m[1], $options);

        if (
$media['type'] != 'error' && $media['type'] != 'unknown')
        {
            
$mediatag $vbulletin->options['anymediatag'];
            
$pattern = array('[IMG]''[/IMG]');
            
$replace = array("[$mediatag]""[/$mediatag]");
            
            
$bloginfo['pagetext'] = str_replace($pattern$replace$bloginfo['pagetext']);
        }
    }



bzg 09-25-2007 11:56 PM

okie I created the new plugin and all that... but still not working man ! help ! thanks

Shinou 09-27-2007 02:52 PM

Nice hack man, one problem, the mp3 is messed, not sure if it's me or what but when we listen to music it's like it's been sped up and the song sounds like chipmunks, wtf is up with it? Also, would you mind adding some Anime video sites, If you want some links for if you do for updates, just ask. ^_~

UK-Biker 09-27-2007 04:58 PM

Installed on 3.6.8 and works fine (once I got the images in the right place).

:eek::D

nix 09-28-2007 03:58 AM

Quote:

Originally Posted by Shinou (Post 1348273)
Nice hack man, one problem, the mp3 is messed, not sure if it's me or what but when we listen to music it's like it's been sped up and the song sounds like chipmunks, wtf is up with it? Also, would you mind adding some Anime video sites, If you want some links for if you do for updates, just ask. ^_~

I think that might be on your end. Works fine here.


All times are GMT. The time now is 04:41 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.02525 seconds
  • Memory Usage 1,761KB
  • 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_php_printable
  • (1)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