fodev.net

Other => FOnline:2238 Forum => Archives => Off-topic discussions => Topic started by: dskpnk on December 28, 2009, 05:12:20 am

Title: How can i put a video in a post ?
Post by: dskpnk on December 28, 2009, 05:12:20 am
Hi everybody i just try to put a video in a topic but i dont found the solution !

Someone can help ?

Edit : thx lexx for answer have a good day
Title: Re: How can i put a video in a post ?
Post by: Lexx on December 28, 2009, 11:19:41 am
Just add the link. Other is not possible in this forum.
Title: Re: How can i put a video in a post ?
Post by: Reconite on December 29, 2009, 12:32:49 am
Shouldn't there be [youtube] tags?
Title: Re: How can i put a video in a post ?
Post by: Lexx on December 29, 2009, 12:36:37 am
Not for this forum. And I am not planning to add a hack for this, because it makes future updates of the forum software harder (the more you change, the more you have to look at, etc).
Title: Re: How can i put a video in a post ?
Post by: Bartosz on December 31, 2009, 11:51:37 am
Hackers:


html tag with embedded link from youtube inside.
Title: Re: How can i put a video in a post ?
Post by: Reconite on December 31, 2009, 01:08:17 pm
How did...

...

I can't even quote it correctly to show up as a video.
Title: Re: How can i put a video in a post ?
Post by: Lexx on December 31, 2009, 01:11:16 pm
There are [.html] [./html] tags used (without the . obviously).
Title: Re: How can i put a video in a post ?
Post by: Reconite on December 31, 2009, 01:15:12 pm
Quote from: Scypior
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/mwJCM9O9OZ4&hl=en_GB&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/mwJCM9O9OZ4&hl=en_GB&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>

I know, they were in it when I quoted it. It still doesn't work.
The html tags disappear when I submit the post, so the it's just left with the embedding code.
Title: Re: How can i put a video in a post ?
Post by: Lexx on December 31, 2009, 01:37:32 pm
Then it's not possible for normal users to do this.


Like I wrote in first reply, not possible here. :P
Title: Re: How can i put a video in a post ?
Post by: Bartosz on December 31, 2009, 01:55:56 pm
Then it's not possible for normal users to do this.


Like I wrote in first reply, not possible here. :P

Well, reasonable...embedding html in posts would be dangerous...
Title: Re: How can i put a video in a post ?
Post by: Reconite on December 31, 2009, 02:03:31 pm
I'm curious, what's actually the worst thing that could happen with html? And I'm actually asking, not sarcasm.
Title: Re: How can i put a video in a post ?
Post by: Ghosthack on December 31, 2009, 02:49:04 pm
I'm curious, what's actually the worst thing that could happen with html? And I'm actually asking, not sarcasm.

Most hacking of web applications is done via XSS (http://en.wikipedia.org/wiki/Cross_site_scripting), and allowing HTML is just asking for it :P