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.

Subah 06-22-2007 09:42 PM

Cool hack wait to complet the collection :)

GlitterKill 06-22-2007 09:46 PM

Any idea how I can fix this uncached template?
uncached template: postbit_quickedit

GlitterKill 06-22-2007 09:56 PM

NM I got it. :)

da420 06-23-2007 03:13 AM

Guys, I would give it up. With your gimme something for nothing and then ask for more attitudes, I wouldn't really want to release stuff for free either. Sometimes you must learn to appreciate what you got, and bite your lip for the rest. Sorry, but that's also part of 'the real world.'

Coders Shack 06-23-2007 03:51 AM

due to member attitude UNSUPPORTED, happy :D

DieselMinded 06-23-2007 04:00 AM

Geesh ! I was getting ready to install this !

Thanks Alot Guys !!!!

DM

da420 06-23-2007 04:15 AM

Why would you not install it? It's still a very good mod.

iogames 06-23-2007 03:05 PM

Quote:

Originally Posted by da420 (Post 1274385)
Guys, I would give it up. With your gimme something for nothing and then ask for more attitudes, I wouldn't really want to release stuff for free either. Sometimes you must learn to appreciate what you got, and bite your lip for the rest. Sorry, but that's also part of 'the real world.'

First of all, I want to thank da420, cause he develop the rest of the code for this hack...

Quote:

Originally Posted by Coders Shack (Post 1274401)
due to member attitude UNSUPPORTED, happy :D

Second da420, If I were you, I shouldn't be defending this case, I strongly believe that CoderShack is Chad in reality...
'Chad's Sig'
Quote:

If anyone wants any of my past modifications please PM me... I will provide you with a link to them. I have decided to remove all my modifications from VB.org because of a small incident...
Quote:

CoderShack's Registration date: 4/13/07
If not, then runs in the family, lol... [supposedly cousins]
If yes, they are the same guys who offered me and downloaded warez:
Warez[I apology to the Mods for posting this, I'm just building my case, after that I will quit this thread]

I'm Graphic Designer for a Studio in North Hollywood, and even us, don't have that software yet, and we don't have plans to acquire it in the near future...

www.arcadia.progvisual.com/elisha.jpg
www.arcadia.progvisual.com/natalia.jpg
www.arcadia.progvisual.com/ida.jpg
www.iogames.com/xxx/RhondaPack.jpg
www.iogames.com/xxx//Friends.jpg

So, we are stumbling with an old problem... I move on to rebuild the hack, and keep thriving in our projects... Votes?

p.s. A Dr Phil's Intervention could be useful too... ;)

iogames 06-23-2007 03:20 PM

Here you can find and verify the status of my Corporations:

https://esos.state.nv.us/SOSServices...orpSearch.aspx

1. Freedom of Information Act, Inc.
2. IO Games, Inc.

;)

ISN'T 'REAL LIFE' SOOO BEAUTIFUL??? :D:D:D Isn't??? [Kissy-Kissy]

The Notorious 06-23-2007 04:39 PM

Good hack installed.

Spinball 06-24-2007 10:10 AM

Can anyone help, please?
Had this installed and working a treat with 3.6.4.
Then upgraded to 3.6.7 and reinstalled.
Clicking the camera icon in the editor now does nothing.
Had to uninstall until I can get a solution.
Thanks.

ytclear 06-25-2007 03:24 PM

Quote:

Originally Posted by ytclear (Post 1267028)
I love this addon but have a question.

Is there anyway to disable this for signatures? I know you can disable bb code for signatures but than people cant even have links in their signatures.

Does anyone know how i can do this?

Anyone know how to no allow it in signature? Without turning bbcode off?

saidsrc 06-27-2007 07:39 AM

hey, this hack so good worked, but, now ! :(

in the admin cp, edit bb code, replacement,
after i can preview youtube video,
but in the board, there is a youtube canvas, its write image coming soon,
loading....
but there is not a video (:)
how i can solve this .
there is a caps,

Coders Shack 06-27-2007 07:52 AM

trash the hack...


https://vborg.vbsupport.ru/showthread.php?t=150761

saidsrc 06-27-2007 09:51 AM

"mark as uninstalled"

iogames 06-28-2007 03:02 PM

https://vborg.vbsupport.ru/showthread.php?t=150863

LET'S MIGRATE TO THIS PROFESSIONAL SOLUTION! :D

Coders Shack 06-28-2007 06:32 PM

go for it... too bad "ignored users" are not stored in the cookies.

GuaRRand 07-04-2007 11:30 AM

so.. if i wanna uninstall this and install the newer one... i'ts gonna be a dirty job i guess??
(usually clickign uninstall doesnt uninstall products and plugins properly..)

zeus_r6 07-05-2007 08:14 PM

any ideas how to get this to work with: www.liveleak.com?

Coders Shack 07-05-2007 10:50 PM

easy... just post the request in this thread.

https://vborg.vbsupport.ru/showthread.php?t=150761

69lakalle 07-11-2007 03:20 PM

https://vborg.vbsupport.ru/showthread.php?t=150761 is better an easier !! OMG

ahmed_a_najim 07-19-2007 08:13 AM

i have a problem

the addon do not work

adivor 09-13-2007 05:44 AM

Thanks to all...work fine in my forum www.adivor.it/forum

tei727 10-27-2007 11:31 PM

when pressing the button nothing happens.

Coders Shack 10-28-2007 12:13 AM

Quote:

Originally Posted by tei727 (Post 1370100)
when pressing the button nothing happens.

please uninstall this mod and install this one:

https://vborg.vbsupport.ru/showthread.php?t=150761

Bicho?? 04-30-2008 12:21 AM

How can i do to put this working in VB 3.7.0

popular 05-15-2008 05:05 AM

same or how i would love for it to work for VB 3.7 as users are used to having that button there is there a way to make both versions work? thanks


All times are GMT. The time now is 01:07 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.01567 seconds
  • Memory Usage 1,843KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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