Page 1 of 1

TM-Tube code

Posted: 18 Aug 2010, 03:31
by Syco
Hello,

Im search afther TM-Tube code.
Can you help me ?

Video url:

Code: Select all

http://www.tm-tube.com/video/20041/IMC3+-+A+Vision+of+TM2+%5BFake+Trailer%5D
Video code:

Code: Select all

<script type="text/javascript" src="http://www.tm-tube.com/js/embed.js.php?id=20041"></script><noscript><object type="application/x-shockwave-flash" data="http://www.tm-tube.com/vimp.swf?playlistmode=media&mediaid=20041&webtv=false&hosturl=http%3A%2F%2Fwww.tm-tube.com%2Fflashcomm.php" id="flashcontent_4c6b38127c5cf" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" name="c6a80378-3eb2-47e7-8415-ba1f7cff037e" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="480" height="270" align="middle"><param name="movie" value="http://www.tm-tube.com/vimp.swf?playlistmode=media&mediaid=20041&webtv=false&hosturl=http%3A%2F%2Fwww.tm-tube.com%2Fflashcomm.php" /><param name="width" value="480" /><param name="height" value="270" /><param name="align" value="middle" /><param name="quality" value="high" /><param name="allowscriptaccess" value="always" /></object></noscript>

Re: TM-Tube code

Posted: 18 Aug 2010, 04:11
by cisco007
bbcode usage:

Code: Select all

[tmtube]{NUMBER}[/tmtube]
html replacement:

Code: Select all

<script type="text/javascript" src="http://www.tm-tube.com/js/embed.js.php?id={NUMBER}"></script> <noscript> <object type="application/x-shockwave-flash" data="http://www.tm-tube.com/vimp.swf?playlistmode=media&mediaid={NUMBER}&webtv=false&hosturl=http%3A%2F%2Fwww.tm-tube.com%2Fflashcomm.php" id="flashcontent_4c6b3f92bf598" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" name="c6a80378-3eb2-47e7-8415-ba1f7cff037e" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="480" height="270" align="middle"> <param name="movie" value="http://www.tm-tube.com/vimp.swf?playlistmode=media&mediaid={NUMBER}&webtv=false&hosturl=http%3A%2F%2Fwww.tm-tube.com%2Fflashcomm.php" /> <param name="width" value="480" /> <param name="height" value="270" /> <param name="align" value="middle" /> <param name="quality" value="high" /> <param name="allowscriptaccess" value="always" /> </object> </noscript>
helpline:

Code: Select all

[tmtube]number in url[/tmtube]
example:

Code: Select all

[tmtube]20041[/tmtube]

Re: TM-Tube code

Posted: 18 Aug 2010, 10:22
by Syco
Informatie

Script is not allowed.

Re: TM-Tube code

Posted: 18 Aug 2010, 11:58
by Inner Circle
I strongly advise to upgrade your forum...

There has been many changes regarding BBCodes and the above BBCode works fine on 3.0.7 PL-1

Re: TM-Tube code

Posted: 18 Aug 2010, 15:13
by cisco007
yeah, i also have it working fines, i see you are using an old version of phpbb you are way behind!

Re: TM-Tube code

Posted: 18 Aug 2010, 16:08
by Stoker
Syco ยป 18 Aug 2010, 10:22 wrote:Informatie

Script is not allowed.
I believe this could be some blocking from a free hosting service?

Re: TM-Tube code

Posted: 18 Aug 2010, 16:30
by cisco007
no it's not blocking it, i have it installed and it's working fine! or you mean he has a free hosting service?

Re: TM-Tube code

Posted: 18 Aug 2010, 17:56
by Stoker
I think he is on free hosting because of the error message.

I have never heard of phpBB saying NO to a script bbcode.
But because they can be potentially dangerous, some free hosts may be blocking them.

Re: TM-Tube code

Posted: 18 Aug 2010, 18:25
by cisco007
once again you are correct boss!