Bitcoin Forum

Economy => Service Discussion => Topic started by: alkhdaniel on June 27, 2011, 02:19:07 PM



Title: Simple usd to btc (mtgox, php gd)
Post by: alkhdaniel on June 27, 2011, 02:19:07 PM
Gets your (input price/sell price@mtgox) and puts it in a small png img.

Example
Code:
[img]100 usd = http://91.215.158.89/~twyxgiv/bitcoin/convert.php?usd=100[/img] bitcoins.
Output: 100 usd = http://91.215.158.89/~twyxgiv/bitcoin/convert.php?usd=100 bitcoins.
Just change the usd=100 part to what amount of usd you want converted to btc. My url is not guaranteed to work in the future and it's hosted on a weak vps, if you plan to use this for serious things please download the source and set it up for yourself.


Download (http://solidfiles.net/d/09d9f/) source. (requires php json & php gd)
~Source free to use in any way you wish.


If you like or use this, please donate a bitcent or two to: 1Awyxgawq52mkYmiAQ9v4sLPXxStVsSGy8


Title: Re: Simple usd to btc (mtgox, php gd)
Post by: gigabytecoin on June 28, 2011, 03:46:06 AM
This is amazing.

Possibly in the wrong section of the forum however, don't know why nobody has replied.

This is exactly what websites need to deal with the "BTC Volatility Payment Problem".

Good work.


Title: Re: Simple usd to btc (mtgox, php gd)
Post by: alkhdaniel on June 28, 2011, 05:05:28 AM
This is amazing.

Possibly in the wrong section of the forum however, don't know why nobody has replied.

This is exactly what websites need to deal with the "BTC Volatility Payment Problem".

Good work.
Wasn't really sure if it should go in here or bitcoin discussion. This is probaly more useful for forum threads or places you can't use php or other languages though. For websites i would recommend removing all lines after $ppbtc and then use echo $ppbtc; where you want to display the price.