MyBB Community Forums

Full Version: GodTube.com Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

This MYCODE use to work fine for my forum, but now it doesn't anymore. I know that they changed their site from Tangle.com to GodTube.com.

Can anyone help me get this going again please?

I have tried replacing the godtube.com with tangle.com and it still doesn't work.

Regular Expression:

\[tube\]([0-9a-z]+)\[\/tube\]

Replacement:

<embed src="http://godtube.com/flvplayer.swf" FlashVars="viewkey=$1" wmode="transparent" quality="high" width="430" height="350" name="godtube" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
For godtube.com try this:

Regular Expression:

\[tube\]http://www.godtube\.com/watch/\?v=([A-Za-z0-9]+)\[/tube\]

Replacement:

<object style="visibility: visible;" id="tempIdforMediaPlayer" data="http://www.godtube.com/resource/mediaplayer/5.3/player.swf" type="application/x-shockwave-flash" height="390" width="640"><param value="always" name="allowacriptaccess"><param value="true" name="allowfullscreen"><param value="transparent" name="wmode"><param value="screencolor=000000&amp;controlbar=over&amp;type=video&amp;autostart=true&amp;playonce=true&amp;skin=http://www.godtube.com/resource/mediaplayer/skin/carbon/carbon.zip&amp;plugins=http://www.godtube.com/resource/mediaplayer/plugins/ova/ova.swf,http://www.godtube.com/resource/mediaplayer/plugins/d-related/d-related.swf&amp;config=http://www.godtube.com/resource/mediaplayer/$1.xml?autoplay=true&amp;logo.link=undefined&amp;logo.position=top-left&amp;logo.hide=false&amp;logo.file=http://media.salemwebnetwork.com/spacer.gif" name="flashvars"></object>

works for me Wink
Doylecc - thank you so much for the code. It's actually better than my old one because you can just copy/paste the whole link rather then the ending code.

Can anybody help with this code now? I want to add the ability to post GodTube videos on our forum, but the above code doesn't work...it looks like it is from 2006.
It works fine for me.
Sorry, I know it's from 2010 now...not 2006, that's when they joined! My bad!!!

Anyways I created a MyCode with the information above and enabled it. Is there anything else I should be doing?

What do I type in the post to get the link to appear as a video?
For example this video: http://www.godtube.com/watch/?v=F9FC1FNU#
(2011-08-05, 11:16 PM)KrinkleGator Wrote: [ -> ]For example this video: http://www.godtube.com/watch/?v=F9FC1FNU#
This video can't work because of the # at the end. If you remove it, the video is shown with the MyCode above.
http://www.godtube.com/watch/?v=F9FC1FNU

Thank you! I got it figured out. Was putting [godtube] instead of [tube]