Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- # put this in miner.php's directory on httpd and call
- # myminer.php
- $title = 'ZZ - int03h Miner';
- $readonly = true;
- $ignorerefresh = false;
- $changerefresh = true;
- $autorefresh = 10;
- $miner_font_size = '8pt';
- $rigtotals = false;
- $per_proc = false;
- #$per_proc = true; # Allows you to see the PROC on EACH machine
- # does NOT!! work in myminer.php .. set in miner.php
- $colouroverride = array(
- 'body bgcolor' => '#000000',
- 'td color' => 'white',
- 'td.two color' => 'white',
- 'td.two background' => '#000000',
- 'td.h color' => 'black',
- 'td.h background' => '#888888',
- 'td.err color' => 'orange',
- 'td.err background' => '#FF0000',
- 'td.warn color' => 'yellow',
- 'td.warn background' => '#FF0000',
- 'td.sta color' => 'white',
- 'td.tot color' => 'black',
- 'td.tot background' => '#D8D8D8',
- 'td.lst color' => 'blue',
- 'td.lst background' => '#000000',
- 'td.hi color' => 'white',
- 'td.hi background' => '#D8D8D8',
- 'td.lo color' => 'grey',
- 'td.lo background' => '#585858',
- );
- ?>
Advertisement
Add Comment
Please, Sign In to add comment