php-mpos/public/include
Sebastian Grewe 065f5e6d16 Adding working user admin panel to query user DB
* Users are all fetched from the DB
* Each user is assigned special stats
 * Hashrate
 * Shares
 * Balance
 * Est. Payout
 * Est. Donation
* Display in sortable and paginated table

This is not well optimized. Each user stats are grabbed individually
via the stats and transaction classes. It would probably make sense to
expand the statistics class to list a full user list with all statistics
available instead to cover this in a single SQL query.
2013-06-04 11:34:22 +02:00
..
classes Adding working user admin panel to query user DB 2013-06-04 11:34:22 +02:00
config Update global.inc.dist.php 2013-06-03 12:07:06 +03:00
pages Adding working user admin panel to query user DB 2013-06-04 11:34:22 +02:00
smarty/libs added word print for times < 1 2013-05-14 23:58:24 +02:00
autoloader.inc.php Re-adding LTC/usd to website ministats header 2013-05-29 10:56:08 +02:00
database.inc.php some smaller updates to classes and PHP codes 2013-05-10 15:28:05 +02:00
jsonrpc.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
smarty_globals.inc.php Getting rid of various PHP notice warnings 2013-05-31 11:56:56 +02:00
smarty.inc.php adding new cronjob to find generated or immature blocks, changed project to allow scripts to run outside of webroot 2013-05-10 19:46:54 +02:00
xmlrpc.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00