MyBB Community Forums

Full Version: [Request] ZippyShare
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i need an automatic MyCode to display the zippyshare player.
Here is an example of song on zippyshare: http://www25.zippyshare.com/v/26134712/file.html

You can see there is Two Variables, one witch is the serveur number (Here its 25) and one with the number of the file (Here 26134712) witch seems to be always 8 numbers length.

I tried to modify the automatic youtube mycode, in vain...

Here it Is:
(\[youtube\]|(<a href=\")?(http://)?(www.)?youtube.com/watch\?v=)(.{11}?)((.*?)\" target=\"_blank\">)?((.*?)\[/youtube\]|(.*?)</a>)
<object width="873" height="525"><param name="movie" value="http://www.youtube.com/v/${5}&hl=fr_FR&fs=1&color1=0x2b405b&color2=0x6b8ab6&hd=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/${5}&hl=fr_FR&fs=1&color1=0x2b405b&color2=0x6b8ab6&hd=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="873" height="525"></embed></object>

I dont understand all of this, and there is nothing precise about this in the wiki.
Please Help me!