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)
-   -   Show Thread Enhancements - AME - Auto Media Embedding (youtube, Amazon, google, myspace, etc...) (https://vborg.vbsupport.ru/showthread.php?t=150863)

hotwheels 09-14-2007 08:06 PM

Quote:

Originally Posted by animehawk (Post 1337627)
They seem to offer paid and free videos.

here is some code.

Originally Posted by Permalink
http://www.guba.com/watch/3000087078


go to the ame cp in your admin control panel and open display. Scroll down to the bottom of the page, and click on "add new".

In the title space, Guba
In the description, Guba Free Videos
In the display order, 407 (or whatever number you want)
Active, set to yes
Contain, set to yes
Regular expression, insert: http://www\.guba\.com/watch/([\d]+)
Replacement, insert: <embed src="http://www.guba.com/f/root.swf?video_url=http://free.guba.com/uploaditem/$p1/flash.flv&isEmbeddedPlayer=true" quality="high" bgcolor="#FFFFFF" menu="true" wmode="transparent" width="375px" height="360px" name="root" id="root" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site.

hotwheels

hotwheels 09-14-2007 08:53 PM

Quote:

Originally Posted by Carlos2 (Post 1338127)
Friends, how about goear.com ? Is auto embed too?

go to the ame cp in your admin control panel and open display. Scroll down to the bottom of the page, and click on "add new".

In the title space, Gogear
In the description, Gogear Music Player
In the display order, 409 (or whatever number you want)
Active, set to yes
Contain, set to yes
Regular expression, insert: http://www\.goear\.com/listen\.php\?v=([\w]+)
Replacement, insert: <embed src="http://www.goear.com/files/localplayer.swf" flashvars="file=$p1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="366" height="75"></embed>

Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site.

hotwheels

Carlos2 09-14-2007 09:20 PM

Quote:

Originally Posted by hotwheels (Post 1339143)
go to the ame cp in your admin control panel and open display. Scroll down to the bottom of the page, and click on "add new".

In the title space, Gogear
In the description, Gogear Music Player
In the display order, 409 (or whatever number you want)
Active, set to yes
Contain, set to yes
Regular expression, insert: http://www\.goear\.com/listen\.php\?v=([\w]+)
Replacement, insert: <embed src="http://www.goear.com/files/localplayer.swf" flashvars="file=$p1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="366" height="75"></embed>

Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site.

hotwheels

Really thanks!! It works!!!

hotwheels 09-14-2007 09:37 PM

yup, it's working really good..........and you are very welcomed.

EBITUSA16 09-15-2007 12:48 AM

very usefull hack

ammoskumar 09-15-2007 06:35 AM

please help me i can not embed this video http://www.dailymotion.com/swf/4Btdw7eVGw0eIjaur

animehawk 09-15-2007 03:48 PM

Thanks Hotwheels! Guba works great.

Dannyloski 09-16-2007 10:10 PM

hotwheels, great job on those releases :up: ... If you want me to make them XML Ready and add them to the List of Supported Site over on this thread, let me know ...

Sorry I havent been online much guys ... I am int he process of moving so I dont have internet available to me at my house just yet ...

hotwheels 09-16-2007 10:35 PM

Dannyloski, have at it...........Hopefully we will be able to get every video site set up for ame.

I have a couple other's completed, just haven't had time to post them up yet.

shri 09-16-2007 10:55 PM

Hi - Any ideas on what it would take to make this work with vbulletin blog posts?

hotwheels 09-16-2007 11:29 PM

I don't have vbulletin blog, so i don't have access to the codes for the blog.........sorry.

Stax 09-17-2007 12:40 AM

ok what aim i doing wrong? get this messeage

Warning: Unknown(/home/myurb3/public_html/forums/includes/ame_bbcode.php): failed to open stream: No such file or directory in /newreply.php(705) : eval()'d code on line 1

Fatal error: (null)() [function.require]: Failed opening required '/home/myurb3/public_html/forums/includes/ame_bbcode.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myurb3/public_html/forums/newreply.php(705) : eval()'d code on line 1

2ndCz 09-18-2007 03:02 AM

Great Hack!

Request: Atom Films?

TIA.

deepak7 09-18-2007 09:46 AM

how can i add thumnbails? like here http://www.cardschat.com/f53/small-b...egreanu-93764/

:confused:

regards!

hotwheels 09-18-2007 02:23 PM

In the title space, AtomFilms

In the description, AtomFilms Player

In the display order, 412 (or whatever number you want)

Active, set to yes

Contain, set to yes

Regular expression, insert: http://www\.atomfilms\.com/film/([\w]+)[\.][\w?=_]+

Replacement, insert: <embed src='http://www.atomfilms.com:80/a/autoplayer/shareEmbed.swf?keyword=$p1' width='426' height='350'></embed><div style='border-top:1px solid #343f43; padding:5px 0 7px 0; text-align:center; width:426px; background:#1a3441; color:#fff; font: bold 10px verdana, sans-serif;'>

Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site. Plus, i got rid of the commericials for this one.

hotwheels

2ndCz 09-18-2007 03:33 PM

Quote:

Originally Posted by hotwheels (Post 1341751)
In the title space, AtomFilms

In the description, AtomFilms Player

In the display order, 412 (or whatever number you want)

Active, set to yes

Contain, set to yes

Regular expression, insert: http://www\.atomfilms\.com/film/([\w]+)[\.][\w?=_]+

Replacement, insert: <embed src='http://www.atomfilms.com:80/a/autoplayer/shareEmbed.swf?keyword=$p1' width='426' height='350'></embed><div style='border-top:1px solid #343f43; padding:5px 0 7px 0; text-align:center; width:426px; background:#1a3441; color:#fff; font: bold 10px verdana, sans-serif;'>

Nothing else to do but click "save" and you are good to go........I am not very good with the actual xml stuff. So i have been doing these updates manually for my own site. Plus, i got rid of the commericials for this one.

hotwheels

Thank you so much. :)

athlon64bit 09-19-2007 12:49 PM

Quote:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@******* and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
This Hack was working perfectly for months and it was one of my favourite hacks. Now all of a sudden I get an error any time I try to post a youtube or google video link etc. Does anyone have any ideas what could be causing this?
I am using vbulletin v3.6.8

cynthetiq 09-19-2007 01:04 PM

Quote:

Originally Posted by deepak7 (Post 1341597)
how can i add thumnbails? like here http://www.cardschat.com/f53/small-b...egreanu-93764/

:confused:

regards!

That is a different mod called AnyMedia and it also uses highslide to expand the thumbnails.

Mr. Hoddz 09-20-2007 12:32 PM

I can't seem to get this to work what so ever. Everything is enabled but when I copy any video link into a post and preview it then all I get the the link. Don't think this is what is meant to happen.

Any ideas?

cynthetiq 09-20-2007 01:29 PM

does it work when you actuall POST the link?

yoyoyoyo 09-20-2007 02:47 PM

how can I have the checkmark box for "Automatically embed media (requires automatic parsing of links in text to be on)" be unchecked by default?

I would also like this disabled for quick reply if possible.

Carlos2 09-20-2007 06:41 PM

Now youtube arent auto embeding? The only thing i do is that i put the gogear autoembed that put here. Is that the problem?

momo2 09-20-2007 11:20 PM

works like a charm, now thanks to u, i offer online movies in my forum... xoxox

SKULL1985 09-23-2007 11:20 PM

Can i have some xml for http://www.megavideo.com/ and http://www.brightcove.tv
please thanks

Also is there a updated list of whats been added so far ?

Wild Bronco 09-24-2007 12:18 AM

I got an mysql error on vBulletin version 3.5.4

Does it not work with it?


Quote:


atabase error in vBulletin 3.5.4:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO vb_plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '1', 'AME: BBcode Parse', 'bbcode_create', 'if (!function_exists(\'handle_bbcode_ame\'))\r\n{\r\n \r\n function handle_bbcode_ame(&$parser, $text, $option = \'\')\r\n {\r\n require_once(DIR . \'/includes/ame_bbcode.php\');\r\n return ame_process_bbcode($parser, $text, $option);\r\n }\r\n}\r\n\r\n$this->tag_list[\'option\'][\'ame\'] = array(\r\n \'callback\' => \'handle_external\',\r\n \'strip_empty\' => true,\r\n \'stop_parse\' => false,\r\n \'disable_smilies\' => true,\r\n \'disable_wordwrap\' => true,\r\n \'strip_space_after\' => 1,\r\n \'parse_option\' => true,\r\n \'external_callback\' => \'handle_bbcode_ame\'\r\n);\r\n\r\n$this->tag_list[\'no_option\'][\'ame\'] = array(\r\n \'callback\' => \'handle_external\',\r\n \'strip_empty\' => true,\r\n \'stop_parse\' => true,\r\n \'disable_smilies\' => true,\r\n \'disable_wordwrap\' => true,\r\n \'strip_space_after\' => 1,\r\n \'external_callback\' => \'handle_bbcode_ame\'\r\n);', 'automediaembed');

MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Monday, September 24th 2007 @ 01:23:11 AM
Script : http://www.website.com/forum/vb_wemasters/plugin.php
Referrer : http://www.website.com/forum/vb_webm...?do=productadd
IP Address : 212.30.211.225
Username : admin
Classname : vb_database


Dannyloski 09-24-2007 01:21 AM

Geiri, This is for vB 3.6.7+ ... It might work with vB 3.5.4, but some changes might be required, dont know which ones though ...

SKULL1985, check this thread out: https://vborg.vbsupport.ru/showthread.php?t=157109

Carlos2, it shouldnt interfere, what links are you using?

yoyoyoyo, I have no idea, try searching the Templates or Something. No time now to look into the code and figure it out sorry ...

WarLion 09-24-2007 05:29 AM

it is posible to disable this option to code tag if you put a video url only on '['code] '['/code] try to make the automaic convercion , any way to disable on php html and code tags?

Dannyloski 09-24-2007 03:29 PM

WarLion, as of now there is no way to make it unavailable on the [Code], [HTML], and [PHP] Tags - It would require additional coding by The Geek and as you can see he's not available at the moment. Sorry.

Wild Bronco 09-25-2007 12:08 AM

I upgraded and everything works like a charm.


This product is most Ecxelant ;)

hotwheels 09-27-2007 05:06 PM

Many of the requested links are completed, but danny and myself have been putting them over at his thread: https://vborg.vbsupport.ru/showthread.php?t=157109

Keev 09-29-2007 10:28 AM

Hmmm This possibly work with the new vbuletin blog script as well?

aztecboi2003 09-29-2007 10:21 PM

How about something to play the espn videos. :up:

kylek 09-29-2007 10:24 PM

Quote:

Originally Posted by aztecboi2003 (Post 1349870)
How about something to play the espn videos. :up:

Its already done, check the list - https://vborg.vbsupport.ru/showthread.php?t=157109

Forum4All 09-30-2007 08:46 PM

Hey great Mod.
Solved my problem. Thanks.

hotwheels 09-30-2007 09:12 PM

All you should have to do is open the folder, say "incluces" and upload it's contents' in your includes folder. You don't upload the content "includes" folder itself. If that makes any sense.

WEBclay 10-01-2007 06:35 AM

There is already a ESPN file for download :) Go check it here: https://vborg.vbsupport.ru/showthread.php?t=157109

vividracing 10-02-2007 02:51 AM

Cha Ching it works!

http://www.myvividracing.com/showthr...917#post208917

cws 10-02-2007 11:07 AM

Is there any possibility to embed .mp4 or .divx video like the Quicktime ones?

This would be great to use my own video on my server.

hotwheels 10-02-2007 11:29 AM

Lookin good vividracing...........

We will see what we can do cws.........

yoyoyoyo 10-02-2007 11:31 AM

Quote:

Originally Posted by cws (Post 1351349)
Is there any possibility to embed .mp4 or .divx video like the Quicktime ones?

This would be great to use my own video on my server.

You should probably request that in this other addon thread instead:
https://vborg.vbsupport.ru/showthread.php?t=157109


All times are GMT. The time now is 06:51 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.02375 seconds
  • Memory Usage 1,831KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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