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)
-   -   Miscellaneous Hacks - inlineVideo - Youtube / Myspace / Google / Ebaums (https://vborg.vbsupport.ru/showthread.php?t=147906)

optrex 06-19-2007 02:22 PM

I have this excellent hack working in the forum, but unfortunately it conflicts with photpost, meaning that the quick comments and comment on a photo options do not work, because the text editor does not show.

Any ideas how we could go about fixing it.

optrex 06-19-2007 02:34 PM

I think I've found a way. In the plugin manager, find inline video.

At the very beginning add
Code:

if ( VB3_INTEGRATION != "on" ) {
at the very end add
Code:

}
it doesn't show the webcam icon, but you wont want to put youtube into a gallery comment.

iogames 06-21-2007 06:08 AM

Obviously this is a good idea, and poor strategic/management...
Sorry to say it CoderShack, but welcome to the real world, people skills and humbleness are necessary in this life...

Here is another part of the code that plays the most Popular videos out there:

Quote:

For youtube, google, myspace, and ebaums embeding video code i just used Coders Shack hack.

Title: MetaCafe Video BB Code

Tag: metacafe

Replacement: <embed src="http://www.metacafe.com/fplayer/{param}.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

Example: [metacafe]301001/1_minute_unlock[/metacafe]


Title: Embed Liveleak videos

Tag: liveleak

Replacement: <embed src="http://www.liveleak.com/player.swf" width="450" height="370" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="autostart=false&token={param}" scale="showall" name="index" />

Example: [liveleak]96feee086c[/liveleak]


Title: Embed Daily Motion Videos

Tag: dailymotion

Replacement: <div><object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/{param}"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/{param}" type="application/x-shockwave-flash" width="425" height="334" allowfullscreen="true"></embed></object></div>

Example: [dailymotion]74Kct2CLI6oTj5HBX[/dailymotion]


Title: Break Embed Code

Tag: break

Replacement: <object type="application/x-shockwave-flash" width="425" height="350" data="http://embed.break.com/{param}">
<param name="movie" value="http://embed.break.com/{param}" />
<param name="wmode" value="transparent" />
</object>

Example: [break]MjU3ODkx[/break]


&

Quote:

./clientscript/vbulletin_textedit.js

Find:

// vB_Text_Editor methods

/**
* Editor initialization wrapper
*/


Add Under.


/**
* Insert Video Link
*/
this.createvideolink = function(e, url)
{
var my_colors=prompt("MySpace, YouTube, Google video, Liveleak, Break, MetaCafe, Dailymotion, or eBaum's World video URL","");
if ((my_colors=="") || (my_colors==null))
{
alert("Please Enter The Full URL!");
}
else
{
if (my_colors.match("youtube.com"))
{
var col_array=my_colors.split("?v=");
var part_num=1;
return this.insert_text("[ytv]" + col_array[part_num] + "[/ytv]");
}
else if (my_colors.match("myspace.com"))
{
if (my_colors.match("videoID="))
{
var col_array=my_colors.split("videoID=");
}
else
{
var col_array=my_colors.split("videoid=");
}
var part_num=1;
return this.insert_text("[myspace]" + col_array[part_num] + "[/myspace]");
}
else if (my_colors.match("video.google."))
{
var col_array=my_colors.split("docid=");
var part_num=1;
return this.insert_text("[gv]" + col_array[part_num] + "[/gv]");
}
else if (my_colors.match("ebaumsworld.com"))
{
var my_colors = my_colors.replace(".html","");
var col_array = my_colors.split("ebaumsworld.com/");
return this.insert_text("[ebaumsvideo]" + col_array[1] + "[/ebaumsvideo]");
}
else if (my_colors.match("metacafe.com"))
{
var my_colors = my_colors.replace(new RegExp(/\/$/),"");
var col_array = my_colors.split(new RegExp(/\/watch\//g));
return this.insert_text("[metacafe]" + col_array[1] + "[/metacafe]");
}
else if (my_colors.match("liveleak.com"))
{
var col_array=my_colors.split("view?i=");
var part_num=1;
return this.insert_text("[liveleak]" + col_array[part_num] + "[/liveleak]");
}
else if (my_colors.match("dailymotion.com"))
{
var col_array=my_colors.split("/swf/");
var part_num=1;
return this.insert_text("[dailymotion]" + col_array[part_num] + "[/dailymotion]");
}
else if (my_colors.match("embed.break."))
{
var col_array=my_colors.split("com/");
var part_num=1;
return this.insert_text("[break]" + col_array[part_num] + "[/break]");
}
else
{
alert("Please Enter The Full URL!");
}
}
};
Just the Yahoo's video code is needed to make of this hack an 'Universal Inline Video' [as it was requested many times for the users since the beginning]

so I will pay to whom wrap all the hack together, then I will release the hack for free then I don't have to wait for a kid... ;)

iogames 06-21-2007 06:09 AM

[Sighs] I said it :D

saidsrc 06-22-2007 10:43 AM

There is a good wiev.
videos are in a table

bb codes

Code:


Title
MySpace Video BB Code

BB Code
[myspace]1470466793[/myspace]

HTML
<center><table width="430" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="430" class="thead"><center>MySpace Video</center></td> </tr> <tr> <td class="alt2"><center><embed src="http://lads.myspace.com/videos/vplayer.swf" flashvars="m=1470466793&amp;type=video" type="application/x-shockwave-flash" width="430" height="346"></embed></center></td> </tr> </table></center>

Title
Google Video BB Code

BB Code
[googlevideo]2179664390181099936[/googlevideo]

HTML
<center><table width="400" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="400" class="thead"><center>Google Video</center></td> </tr> <tr> <td class="alt2"><center><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=2179664390181099936&amp;hl=en" flashvars=""></embed></center></td> </tr> </table></center>

Title
YouTube Video BB Code

BB Code
[youtube]H0dmHYz1HMA[/youtube]

HTML
<center><table width="425" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="425" class="thead"><center>Youtube Video</center></td> </tr> <tr> <td class="alt2"><center><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/H0dmHYz1HMA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/H0dmHYz1HMA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></center></td> </tr> </table></center>

Title
Ebaums Video BB Code

BB Code
[ebaumsvideo]2006/07/yahweh[/ebaumsvideo]

HTML
<center><table width="480" border="1" cellspacing="0" cellpadding="0"><tr><td width="480" class="thead"><center>Ebaums Video</center></td></tr><tr><td class="alt2"><center><embed src="http://ebaumsworld.com/ml_player2.swf" FlashVars="sharelink=http%3A%2F%2Ftaf.ebaumsworld.com%2Fform.php%3Frid%3D195%26ref%3D/2006/07/yahweh.html&amp;stream=http%3A%2F%2Fwww.ebaumsworld.com/2006/07/yahweh.flv" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="480" height="400" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></center></td></tr></table></center>

Title
MetaCafe Video BB Code

BB Code
[metacafe]301001/1_minute_unlock[/metacafe]

HTML
<center><table width="400" border="1" cellspacing="0" cellpadding="0"><tr><td width="400" class="thead"><center>MetaCafe Video</center></td></tr><tr><td class="alt2"><center><embed src="http://www.metacafe.com/fplayer/301001/1_minute_unlock.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></center></td></tr></table></center>


RetroDreams 06-22-2007 12:58 PM

Quote:

Originally Posted by Coders Shack (Post 1254720)
view the location of the image lol... your a designer you should know.

You have absolutely TERRIBLE customer service skills. Pity anyone that hires you for a job in the real world.

RetroDreams 06-22-2007 03:56 PM

Created a nice editor bar button for video for those of you not wanting to use the included image:

https://vborg.vbsupport.ru/

It's transparent, so it should work nicely with whatever style/scheme you've got working. Just right-click the image above and Save Target As.

Coders Shack 06-22-2007 05:50 PM

Quote:

Originally Posted by RetroDreams (Post 1273904)
You have absolutely TERRIBLE customer service skills. Pity anyone that hires you for a job in the real world.

... This isn't my job, this is something I'm doing as a favor i gain nothing from it.

Its people like you that make me feel like releasing nothing, I'm not sure how you think that I'm obligated to give you quality customer support. If i could ban people from my hacks on this forum you would be the first... Ungrateful members of vb.org, in the real world if you wanted to hire me i would say "F**K YOU" because i can.
Quote:

Originally Posted by RetroDreams (Post 1274011)
Created a nice editor bar button for video for those of you not wanting to use the included image:

http://www.goldhelmet.com/forums/ima...reatevideo.gif

It's transparent, so it should work nicely with whatever style/scheme you've got working. Just right-click the image above and Save Target As.

very nice :D

iogames 06-22-2007 07:18 PM

Quote:

Originally Posted by RetroDreams (Post 1273904)
You have absolutely TERRIBLE customer service skills. Pity anyone that hires you for a job in the real world.

Lol... gladly to see that I'm not the only one sitting & waiting for a decent response when I got 2 corporations to manage, a family to take care of, and dozens of workers and hundreds of clients to attend...

Someday 'Reality will set in' :rolleyes:

rjmjr69 06-22-2007 08:54 PM

Quote:

Originally Posted by iogames (Post 1274154)
Lol... gladly to see that I'm not the only one sitting & waiting for a decent response when I got 2 corporations to manage, a family to take care of, and dozens of workers and hundreds of clients to attend...

Someday 'Reality will set in' :rolleyes:

Busy man. I agree with you.
If someone is going to post something here for the members then they should be dedicated to supporting it or mark it un supported and people will leave you alone. Your hacks are great I love your work. But I agree your attitude needs some major adjustments. It comes with growing up some just take longer than others.
Just keep your head up swallow the crap thats thrown at you and be a man about it let it slide and help out support your work.


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