int03h

Untitled

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