Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- class whmTopUsers {
- public $fyear = null;
- public $fmonth = null;
- public $fdate = null;
- public $filename = null;
- public $filesufix = null;
- public $logpath = null;
- public $dcpumonview = null;
- public $configpath = null;
- public function __construct() {
- $this->fyear = date( 'Y' );
- $this->fmonth = date( 'M' );
- $this->fdate = date( 'd' );
- $this->filesufix = '_topprocess.xml';
- $this->dcpumonview = '/usr/local/cpanel/bin/dcpumonview';
- $this->logpath = '/home/rsmonlog/';
- $this->configpath = '/usr/local/cpanel/whostmgr/docroot/cgi/rsmonitor/whm_panel/config.xml';
- $this->filename = $this->logpath . $this->fyear . '/' . $this->fmonth . '/' . $this->fdate . $this->filesufix;
- }
- ....................................................................
- ................................
- .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement