php-mpos/include/classes
reappergrimd e15695e1ff Added cryptopia Api Call
Change Allows Site admin to pull last price from this exchange.
Configuration example

$config['price']['enabled'] = true;
$config['price']['url'] = 'https://www.cryptopia.co.nz/';;
$config['price']['target'] = 'api/GetMarket/2274'; // API call to get market via market id of coin (api/GetMarket/{coin market id}
$config['price']['currency'] = 'BTC'; //
2016-01-27 22:13:52 +02:00
..
coins Removing closing PHP tags 2015-04-26 20:06:29 -05:00
api.class.php [SECRUITY] Fix XSS vulnerability in API Callback 2014-06-10 09:45:10 +02:00
base.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
bitcoin.class.php
bitcoinwrapper.class.php
block.class.php
coin_address.class.php [UPDATE] Shared DB Behavior 2015-04-24 09:25:14 +02:00
csrftoken.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
debug.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
invitation.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
logger.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
mail.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
memcache_ad.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
memcached.class.php
monitoring.class.php
news.class.php Merge pull request #2408 from MPOS/shared-db-update 2015-04-28 17:47:57 +02:00
notification.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
payout.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
roundstats.class.php [ADDED] SSO across MPOS pools with single database host 2015-04-19 00:31:56 +02:00
setting.class.php
share.class.php [CHANGE] Find max ID first 2014-06-15 16:01:31 +02:00
statistics.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
statscache.class.php More stringent check for enabling, removed superfluous die 2014-11-18 05:15:57 -05:00
strict.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
template.class.php
token.class.php
tokentype.class.php
tools.class.php Added cryptopia Api Call 2016-01-27 22:13:52 +02:00
transaction.class.php Removing closing PHP tags 2015-04-26 20:06:29 -05:00
user.class.php Add anonymous check for users on block finder email notification 2015-05-27 09:04:41 -05:00
worker.class.php Merge pull request #2408 from MPOS/shared-db-update 2015-04-28 17:47:57 +02:00