"; //showTableSorter('maintable'); echo ""; echo ""; echo ""; echo ""; echo ""; //echo ""; //echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; foreach($earnings as $earning) { // if(!$earning) debuglog($earning); $coin = getdbo('db_coins', $earning->coinid); if(!$coin) continue; $user = getdbo('db_accounts', $earning->userid); if(!$user) continue; $block = getdbo('db_blocks', $earning->blockid); if(!$block) continue; $t1 = datetoa2($earning->create_time). ' ago'; $t2 = datetoa2($earning->mature_time). ' ago'; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; // echo ""; echo ""; // if($block->category == 'generate' && $earning->status == 0) // { // $earning->status = 1; // $earning->mature_time = time()-100*60; // $earning->save(); // } } echo "
NameWalletStatusAmountQuantityBlockStatusSent
$coin->name ($coin->symbol_show)$user->username$earning->amount$block->height$block->category ($block->confirmations) $earning->status$t1 $t2 [clear] [delete] $earning->tx
";