pool/web/yaamp/modules/site/results
Tanguy Pruvot 6d52259c11 history: prefer block algo field in case of algo change
will not be used in normal cases, but you can temporary display 2 coin algos with that :

in web/yaamp/modules/site/results/found_results.php
@@ -19,6 +19,10 @@ WriteBoxHeader("Last $count Blocks ($algo)");
 $criteria->condition .= " AND IFNULL(coin.visible,1)=1"; // ifnull for rental
+if($algo == 'phi2') {
+       $criteria->condition .= " AND t.algo IN(:algo,'phi')";
+       $criteria->params = array(':algo'=>$algo);
+} else
 if($algo != 'all') {
2018-06-11 03:56:34 +02:00
..
current_results.php lbry: change estimates in mBTC/GH like other sha algos 2018-01-19 20:00:34 +01:00
found_results.php history: prefer block algo field in case of algo change 2018-06-11 03:56:34 +02:00
graph_assets_results.php dos2unix all files, we are on linux 2015-07-12 04:40:50 +02:00
graph_earnings_results.php dos2unix all files, we are on linux 2015-07-12 04:40:50 +02:00
graph_hashrate_results.php stats: rewrite pool graphes data with json_encode 2018-02-24 19:30:12 +01:00
graph_market_balance.php history: improve the stacked graph series with missing data 2016-05-01 13:29:25 +02:00
graph_market_prices.php history: improve the stacked graph series with missing data 2016-05-01 13:29:25 +02:00
graph_negative_results.php dos2unix all files, we are on linux 2015-07-12 04:40:50 +02:00
graph_price_results.php stats: rewrite pool graphes data with json_encode 2018-02-24 19:30:12 +01:00
graph_profit_results.php dos2unix all files, we are on linux 2015-07-12 04:40:50 +02:00
graph_user_results.php dos2unix all files, we are on linux 2015-07-12 04:40:50 +02:00
history_results.php stats: prevent display of wrong data if blocks table is purged 2016-09-01 05:44:23 +02:00
miners_results.php miners: avoid costly queries on the shares table 2017-08-30 17:15:33 +02:00
mining_results.php lbry: change estimates in mBTC/GH like other sha algos 2018-01-19 20:00:34 +01:00
user_earning_results.php store payout coin id and check algos earnings mismatches 2017-06-19 10:45:50 +02:00
wallet_graphs_results.php dos2unix all files, we are on linux 2015-07-12 04:40:50 +02:00
wallet_miners_results.php user wallet: move hashrate graph above miners 2017-07-26 21:30:16 +02:00
wallet_results.php user wallet: add a note about minimal payouts (if set) 2017-04-16 11:21:12 +02:00