From 8d2b2080741ecb4345a4f3dad477bcfd92415b46 Mon Sep 17 00:00:00 2001 From: Taylor Warden Date: Mon, 3 Aug 2015 15:40:10 -0400 Subject: [PATCH 1/3] Update fetch.php Added a few more example order books. --- fetch.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/fetch.php b/fetch.php index 117cefd..55bbd75 100644 --- a/fetch.php +++ b/fetch.php @@ -128,4 +128,46 @@ //echo $LTCOrdersJson; //echo $LTCOrdersArray; +$getSSBTCOrders = 'XRP/BTC.~SnapSwap'; +$BTCOrdersArray = file_get_contents($getSSBTCOrders); +$BTCOrdersJson = json_encode($BTCOrdersArray); +echo "This example is the ~SnapSwap order book for $getSSBTCOrders
"; +//echo $BTCOrdersJson; +//echo $BTCOrdersArray; + +$getSSUSDOrders = 'XRP/USD.~SnapSwap'; +$USDOrdersArray = file_get_contents($getSSUSDOrders); +$USDOrdersJson = json_encode($USDOrdersArray); +echo "This example is the ~SnapSwap order book for $getSSUSDOrders
"; +//echo $BTCOrdersJson; +//echo $BTCOrdersArray; + +$getDRBTCOrders = 'XRP/BTC.~Dividendrippler'; +$BTCOrdersArray = file_get_contents($getDRBTCOrders); +$BTCOrdersJson = json_encode($BTCOrdersArray); +echo "This example is the ~Dividendrippler order book for $getDRBTCOrders
"; +//echo $BTCOrdersJson; +//echo $BTCOrdersArray; + +$getBSEUROrders = 'XRP/EUR.~Bitstamp'; +$EUROrdersArray = file_get_contents($getBSUROrders); +$EUROrdersJson = json_encode($EUROrdersArray); +echo "This example is the ~Bitstamp order book for $getBSEUROrders
"; +//echo $BTCOrdersJson; +//echo $BTCOrdersArray; + +$getUSDSSEURBSOrders = 'USD.~SnapSwap/EUR.~Bitstamp'; +$USDEUROrdersArray = file_get_contents($getUSDSSEURBSOrders); +$USDEUROrdersJson = json_encode($EUROrdersArray); +echo "This example is the ~SnapSwap/~Bitstamp order book for $getUSDSSEURBSOrders
"; +//echo $BTCOrdersJson; +//echo $BTCOrdersArray; + +$getBTCSSBTCBSOrders = 'BTC.~SnapSwap/BTC.~Bitstamp'; +$BTCBTCOrdersArray = file_get_contents($getBTCSSBTCBSOrders); +$BTCBTCOrdersJson = json_encode($BTCOrdersArray); +echo "This example is the ~SnapSwap/~Bitstamp order book for $getBTCSSBTCBSOrders
"; +//echo $BTCOrdersJson; +//echo $BTCOrdersArray; + ?> From 245818bdd225136be073202b1c49ee5af1476986 Mon Sep 17 00:00:00 2001 From: Taylor Warden Date: Mon, 3 Aug 2015 15:41:50 -0400 Subject: [PATCH 2/3] Update index.php Added link to the statistics page fetch.php --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 7bef906..aa945bc 100644 --- a/index.php +++ b/index.php @@ -159,6 +159,7 @@
  • Here is the second one, I can copy and paste it below for more supporting facts
  • XAGATE.com the official QGK demonstration website
  • View our example Ripple web-store
  • +
  • View our Ripple statistics page
  • This site acts as a showcase for the different versions of the web-kit
  • This is the last important fact in bold

  • Learn more »


    From e60d465f5631a85541be6ec7d918d9efdb19caa3 Mon Sep 17 00:00:00 2001 From: Taylor Warden Date: Mon, 3 Aug 2015 15:42:36 -0400 Subject: [PATCH 3/3] Update include.php --- include.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include.php b/include.php index d3b304c..ad428aa 100644 --- a/include.php +++ b/include.php @@ -30,7 +30,7 @@ //Declare and instantiate the gatewayName variable, store default as Read the README.md file to Change This: -$gatewayName = "QGK V1.0.3-1 Demo"; // string value +$gatewayName = "QGK V1.0.4 Demo"; // string value //Declare and instantiate asset array with default BTC: