TM-Tube code

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
Syco
BBCoder II
BBCoder II
Posts: 5
Joined: 17 Aug 2010, 19:03

TM-Tube code

Post 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>
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: TM-Tube code

Post 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]
Syco
BBCoder II
BBCoder II
Posts: 5
Joined: 17 Aug 2010, 19:03

Re: TM-Tube code

Post by Syco »

Informatie

Script is not allowed.
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Re: TM-Tube code

Post 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
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: TM-Tube code

Post by cisco007 »

yeah, i also have it working fines, i see you are using an old version of phpbb you are way behind!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: TM-Tube code

Post 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?
Board rules! No PM support
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: TM-Tube code

Post 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?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: TM-Tube code

Post 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.
Board rules! No PM support
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: TM-Tube code

Post by cisco007 »

once again you are correct boss!
Locked