if(!check_perms('admin_donor_log')) { error(403); } include(SERVER_ROOT.'/sections/donate/config.php'); show_header('Bitcoin donation balance'); $Balance = btc_balance() . " BTC"; $Receiveds = btc_received(); $DB->query("SELECT i.UserID, i.BitcoinAddress FROM users_info AS i WHERE BitcoinAddress IS NOT NULL"); ?>
Username | Receiving bitcoin address | Amount |
---|---|---|
=format_username($row['UserID'], true, false, false, false)?> | =$row['BitcoinAddress']?> | =$amount?> |