Bitcoin Forum

Bitcoin => Project Development => Topic started by: Bitcoin_BOy$ on January 16, 2015, 09:34:26 PM



Title: Bitcoin price tool [Script]
Post by: Bitcoin_BOy$ on January 16, 2015, 09:34:26 PM
Hello Everyone ,
I want to share this bitcoin price tool to short time for developers .
Easy and simple tool !

Programming Language used : Php , Jquery , Javascript , Html , Css

There's two tool :
@ First for cryptocurrencies price convert like preev.com
@ Second for price track via email you need a cpanel to setup it

You can see demo : notify.elmeda.net
You can find it on github https://github.com/Abd3lk4d3r/Bitcointool

* You need to check settings.php to setup the tool :
Code:

// Email :
$setemail = 'Youremail@here.com';  // Set your email

// Database :
$sethost = "Localhost" ; // Here i used wamp server
$setdb = "pricetool"; // Create a db pricetool
$setdbuser = "root"; // set database user
$setdbpass = ""; // set database pass






Gladly receiving donate btc : 1QLHxifC7aYDu1YTkQEnFpqxDhmnKCRzZ1

I hope i help you with this tool  :)
 Bitcoin Boy