MyBB Community Forums

Full Version: Request:GorillaVid Mybb Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi can any one make mybb code for this site http://gorillavid.in/

embed code example:

<IFRAME SRC="http://gorillavid.in/embed-rohp2sdno7d2-960x480.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=960 HEIGHT=480></IFRAME>

embed code example 2

<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='960' height='480'><param name='movie' value='http://gorillavid.in/player/player.swf'><param name='allowfullscreen' value='true'><param name='allowscriptaccess' value='always'><param name='wmode' value='transparent'><param name='flashvars' value='file=http://gorillavid.in/vidembed-rohp2sdno7d2.flv&image=http://img.gorillavid.in/aHR0cDovLzUwLjcuMTY0LjIxODo4MTgyL2kvMTAvMDAzNTUvcm9ocDJzZG5vN2Qy.jpg&provider=http'><embed src='http://gorillavid.in/player/player.swf' width='960' height='480' bgcolor='#000000' allowscriptaccess='always' allowfullscreen='true' flashvars='file=http://gorillavid.in/vidembed-rohp2sdno7d2.flv&image=http://img.gorillavid.in/aHR0cDovLzUwLjcuMTY0LjIxODo4MTgyL2kvMTAvMDAzNTUvcm9ocDJzZG5vN2Qy.jpg&provider=http' /></object>
What do you want the MyCode to be? - Do you just want it to be [embed1] and [embed2]?
whatever you want it
Embed 1

Title: Whatever you want

Description: Whatever you want

Regular Expression:
[embed1]
HTML Replacement:
<IFRAME SRC="http://gorillavid.in/embed-rohp2sdno7d2-960x480.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=960 HEIGHT=480></IFRAME>

Enabled Yes



Embed 2

Title: Whatever you want

Description: Whatever you want

Regular Expression:
[embed2]

HTML Replacement:
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='960' height='480'><param name='movie' value='http://gorillavid.in/player/player.swf'><param name='allowfullscreen' value='true'><param name='allowscriptaccess' value='always'><param name='wmode' value='transparent'><param name='flashvars' value='file=http://gorillavid.in/vidembed-rohp2sdno7d2.flv&image=http://img.gorillavid.in/aHR0cDovLzUwLjcuMTY0LjIxODo4MTgyL2kvMTAvMDAzNTUvcm9ocDJzZG5vN2Qy.jpg&provider=http'><embed src='http://gorillavid.in/player/player.swf' width='960' height='480' bgcolor='#000000' allowscriptaccess='always' allowfullscreen='true' flashvars='file=http://gorillavid.in/vidembed-rohp2sdno7d2.flv&image=http://img.gorillavid.in/aHR0cDovLzUwLjcuMTY0LjIxODo4MTgyL2kvMTAvMDAzNTUvcm9ocDJzZG5vN2Qy.jpg&provider=http' /></object>

Enabled Yes
and what is between codes?? [gorillavid][/gorillavid]???
You can have the [gorillavid] on its own to get the code specified.
If you are saying you want the MyCode to have a thing like [CODE_NAME]http://FLASH_URL[/CODE_NAME] you did not say that in your reply to
(2012-08-24, 03:57 PM)JordanMussi Wrote: [ -> ]What do you want the MyCode to be? - Do you just want it to be [embed1] and [embed2]?

(2012-08-24, 04:03 PM)lexy Wrote: [ -> ]whatever you want it
Quote:Title: Gorilla Vid

Short Description: What do you want

Regular Expression:

\[GORILLAVID\](.*?)\[/GORILLAVID\]

Replace:

<IFRAME SRC="$1" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=960 HEIGHT=480></IFRAME>