int03h

Untitled

Nov 4th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <?php
  2.  
  3. $title = 'ZZ - int03h Miner';
  4. $readonly = true;
  5. $ignorerefresh = false;
  6. $changerefresh = true;
  7. $autorefresh = 10;
  8. $miner_font_size = '8pt';
  9. $rigtotals = false;
  10. $per_proc = false;
  11. #$per_proc = true; # Allows you to see the PROC on EACH machine
  12. # doesnt not work in myminer.php .. set in miner.php
  13.  
  14.  
  15. $colouroverride = array(
  16. 'body bgcolor' => '#000000',
  17. 'td color' => 'white',
  18. 'td.two color' => 'white',
  19. 'td.two background' => '#000000',
  20. 'td.h color' => 'black',
  21. 'td.h background' => '#888888',
  22. 'td.err color' => 'orange',
  23. 'td.err background' => '#FF0000',
  24. 'td.warn color' => 'yellow',
  25. 'td.warn background' => '#FF0000',
  26. 'td.sta color' => 'white',
  27. 'td.tot color' => 'black',
  28. 'td.tot background' => '#D8D8D8',
  29. 'td.lst color' => 'blue',
  30. 'td.lst background' => '#000000',
  31. 'td.hi color' => 'white',
  32. 'td.hi background' => '#D8D8D8',
  33. 'td.lo color' => 'grey',
  34. 'td.lo background' => '#585858',
  35. );
  36.  
  37. ?>
Advertisement
Add Comment
Please, Sign In to add comment