Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
MySpace/YouTube/Google Video Addon (best yet) Details »»
MySpace/YouTube/Google Video Addon (best yet)
Version: 1.00, by Mr Chad Mr Chad is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.4 Rating:
Released: 12-04-2006 Last Update: Never Installs: 239
 
No support by the author.

...

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 01-22-2007, 10:10 AM
Mr_Eslam Mr_Eslam is offline
 
Join Date: May 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this hack i great

thank you for it
Reply With Quote
  #113  
Old 01-22-2007, 01:44 PM
Fr4gZ's Avatar
Fr4gZ Fr4gZ is offline
 
Join Date: Aug 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just added it and it works a treat after some tweaking. Are you planning on adding some others for us greedy people such as:

- Metacafe
- Putfile
- Kontraband
- Break.com
- ebaumsworld

I have no coding skillz so I wouldn't know where to start and I appreciate the time element as you are doing US a favour. I'm sure I speak about 99% of us who are genuinely grateful for your efforts. If you can do any of these i'm sure they'd be put to good use! <3

*edit*

Here's the link for metacafe embedded player:

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

Here's the link for break embedded player:

https://vborg.vbsupport.ru/showthread.php?t=125298
Reply With Quote
  #114  
Old 01-22-2007, 06:56 PM
pcxmedia pcxmedia is offline
 
Join Date: Jun 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I figured out streetfire so I could post them on my car forum Driven2Modify.com

Add you VB tags..
name streetfire
tag streetfire
HTML Code:
<embed src="http://videos.streetfire.net/vidiac.swf" FlashVars="video={param}" quality="high" bgcolor="#ffffff" width="428" height="352" name="ePlayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"></embed>
Then add this into your "Insert Video Link" after the googlevideo one.
Code:
                else if (my_colors.match("videos.streetfire.net/")) 
                {
                    var col_array=my_colors.split("video/");
                    var part_num=1;
					final = col_array[part_num].split(".")
                    var part_num=0;
                    return this.insert_text("[streetfire]" + final[part_num] + "[/streetfire]");
                }
That should be it!
Reply With Quote
  #115  
Old 01-22-2007, 07:15 PM
dutchbb dutchbb is offline
 
Join Date: Nov 2003
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fr4gZ View Post
Just added it and it works a treat after some tweaking. Are you planning on adding some others for us greedy people such as:

- Metacafe
- Putfile
- Kontraband
- Break.com
- ebaumsworld

I have no coding skillz so I wouldn't know where to start and I appreciate the time element as you are doing US a favour. I'm sure I speak about 99% of us who are genuinely grateful for your efforts. If you can do any of these i'm sure they'd be put to good use! <3

*edit*

Here's the link for metacafe embedded player:

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

Here's the link for break embedded player:

https://vborg.vbsupport.ru/showthread.php?t=125298
Tried that code with break.com but it doesnt work with this hack. Hopefully Mr Chad knows how it can be implemented.
Reply With Quote
  #116  
Old 01-22-2007, 08:04 PM
Fr4gZ's Avatar
Fr4gZ Fr4gZ is offline
 
Join Date: Aug 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried it too but there seemed to be a piece of code I didnt have that was different for youtube, google and myspace so it will probably be different for this too.... Pls Mr Chad. It would seriously help our sites!

<3
Reply With Quote
  #117  
Old 01-22-2007, 08:22 PM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fr4gZ View Post
I tried it too but there seemed to be a piece of code I didnt have that was different for youtube, google and myspace so it will probably be different for this too.... Pls Mr Chad. It would seriously help our sites!

<3
i was adding other sites but it became an issue... So i decided just to stick with the top 3
Reply With Quote
  #118  
Old 01-22-2007, 08:44 PM
Fr4gZ's Avatar
Fr4gZ Fr4gZ is offline
 
Join Date: Aug 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is that a definate no then regarding adding any more Mr Chad?
Reply With Quote
  #119  
Old 01-22-2007, 09:54 PM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fr4gZ View Post
Is that a definate no then regarding adding any more Mr Chad?
Ok ill do it you you paste the code the sites give you to embed the video on another page. But I'm not going to go out of my way to go to these sites.
Reply With Quote
  #120  
Old 01-22-2007, 10:26 PM
Fr4gZ's Avatar
Fr4gZ Fr4gZ is offline
 
Join Date: Aug 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're a star i'm sure everyone will be grateful... i'll keep adding them to my initial post.
Reply With Quote
  #121  
Old 01-23-2007, 12:57 AM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok well the other sites you posted cant really be done with just JavaScript but i did the ones i could.

MetaCafe and Ebaumsworld

Find This in the javascript file:
Code:
                    return this.insert_text("[googlevideo]" + col_array[part_num] + "[/googlevideo]");
                }
under it add:
Code:
		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]");
                }

BB Codes

Title: ebaumsvideo
Tag: ebaumsvideo
Replacement:
Code:
<embed src="http://ebaumsworld.com/ml_player2.swf" FlashVars="sharelink=http%3A%2F%2Ftaf.ebaumsworld.com%2Fform.php%3Frid%3D195%26ref%3D/{param}.html&stream=http%3A%2F%2Fwww.ebaumsworld.com/{param}.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" />
Title: metacafe
Tag: metacafe
Replacement:
Code:
<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>

these are untested give me results after you try it.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05912 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete