Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
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!
Blisk
BBCoder I
Posts: 3 Joined: 08 Mar 2014, 00:50
BBCodes: 14
Post
by Blisk » 18 Mar 2014, 16:09
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
Steve
BBCoder VI
Posts: 847 Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Post
by Steve » 18 Mar 2014, 19:44
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.
Steve wrote: ↑ 14 Nov 2024, 16:45 It's happy bastard day!
Blisk
BBCoder I
Posts: 3 Joined: 08 Mar 2014, 00:50
BBCodes: 14
Post
by Blisk » 18 Mar 2014, 20:16
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&
this code from url defines digital currency =132&
like dogecoin, litecoin, bitcoin, etc
Steve
BBCoder VI
Posts: 847 Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Post
by Steve » 18 Mar 2014, 20:30
edited my post
Steve wrote: ↑ 14 Nov 2024, 16:45 It's happy bastard day!
Blisk
BBCoder I
Posts: 3 Joined: 08 Mar 2014, 00:50
BBCodes: 14
Post
by Blisk » 18 Mar 2014, 20:44
Great, thank you