MyBB Community Forums

Full Version: [Request] ZShare embed Video
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a mycode for ZShare video, could someone help me?

This is an example of embed video

<iframe src="http://www.zshare.net/videoplayer/player.php?SID=dl030&FID=85400635&FN=_F_Fs_%20Angel%20Beats_%20-%20Another%20Epilogue%20_BDrip_%20_704x400_.avi.flv&iframewidth=648&iframeheight=415&width=640&height=370&H=85400635cc9af5c2" height="415" width="648"  border=0 frameborder=0 scrolling=no></iframe>

PS Sorry for my bad English
Don't waste your time on this. zshare removes inactive files in 30 days. Unless you have some code that hits the site so it doesn't go down.
ive made my own zshare code for my forum

Regular Expression *
\[zshare\](.*?)\[/zshare\]
Replacement *

<iframe src="$1" height="415" width="648" border=0 frameborder=0 scrolling=no></iframe>

grab everything thats in ''<<quotes and place like so [zshare]http://www.zshare.net/videoplayer/player.php?SID=dl030&FID=85400635&FN=_F_Fs_%20Angel%20Beats_%20-%20Another%20Epilogue%20_BDrip_%20_704x400_.avi.flv&iframewidth=648&iframeheight=415&width=640&height=370&H=85400635cc9af5c2[/zshare]
and it should put video into post