"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; $list = dbolist("SELECT coins.id as coinid, markets.id as marketid FROM coins, markets WHERE coins.installed AND coins.id=markets.coinid AND (markets.deposit_address IS NULL or (message is not null and message!='')) order by markets.id desc"); foreach($list as $item) { $coin = getdbo('db_coins', $item['coinid']); $market = getdbo('db_markets', $item['marketid']); echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } echo "
CoinMarketPriceMessageDeposit
$coin->name$market->name$market->price$market->message$market->deposit_address
"; echo '









'; echo '









';