BBCode request

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Locked
Blisk
BBCoder I
BBCoder I
Posts: 3
Joined: 08 Mar 2014, 00:50
BBCodes: 14

BBCode request

Post by Blisk »

Can someone help me to put this graphs on my phpbb3 forum with BBcode?
I have no php skils at all.
this code

Code: Select all

<div align="center"><iframe width="750" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://m y i p. ms/crypto.php?m=7777&m2=3&m3=160&m4=26&t=eur"></iframe><a href="http://myip . ms/"></a></div>
and this code

Code: Select all

<div align="center"><iframe width="280" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://m y i p. ms/crypto.php?m=132&t=eur"></iframe><a href="http://myip . ms/"></a></div>
How to make a BBCode for tihis?
Thanks for help
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 818
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

BBCode request

Post by Steve »

BBCode usage

Code: Select all

[graph]{SIMPLETEXT}, {SIMPLETEXT1} [/graph]
HTML replacement

Code: Select all

<div style="text-align: center;"><iframe width="400" height="250" frameborder="0" src="http://myip.ms/crypto.php?m={SIMPLETEXT}&t={SIMPLETEXT1}"></iframe></div>
Help line

Code: Select all

 
currenncy eg: [graph] dodge,eur [/graph]
Last edited by Steve on 18 Mar 2014, 20:30, edited 2 times in total.
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
Blisk
BBCoder I
BBCoder I
Posts: 3
Joined: 08 Mar 2014, 00:50
BBCodes: 14

BBCode request

Post by Blisk »

wau, thanks, this is great.
Is it possible to have two wariables?
First is EUR USD and second below
ht tp://myip .ms/cry pto. php?m=132&amp
this code from url defines digital currency =132&amp
like dogecoin, litecoin, bitcoin, etc
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 818
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

BBCode request

Post by Steve »

edited my post
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
Blisk
BBCoder I
BBCoder I
Posts: 3
Joined: 08 Mar 2014, 00:50
BBCodes: 14

BBCode request

Post by Blisk »

Great, thank you
Locked