Last login: Thu Oct 12 10:44:15 on console Hardis-MacBook-Pro:~ hardiyusa$ ssh root@103.252.100.227 root@103.252.100.227's password: Last failed login: Thu Oct 12 14:51:05 WIB 2017 from 58.242.83.18 on ssh:notty There were 163884 failed login attempts since the last successful login. Last login: Mon Sep 25 21:20:16 2017 from 114.125.71.222 [root@server ~]# usr -bash: usr: command not found [root@server ~]# cd usr -bash: cd: usr: No such file or directory [root@server ~]# usr/ -bash: usr/: No such file or directory [root@server ~]# /usr/ -bash: /usr/: Is a directory [root@server ~]# /usr/local/cpanel/php/cpanel.php -bash: /usr/local/cpanel/php/cpanel.php: Permission denied [root@server ~]# /usr/local/cpanel/php/cpanel.php -bash: /usr/local/cpanel/php/cpanel.php: Permission denied [root@server ~]# /usr/local/cpanel/php/cpanel.php -bash: /usr/local/cpanel/php/cpanel.php: Permission denied [root@server ~]# /usr/local/cpanel/php/cpanel.php -bash: /usr/local/cpanel/php/cpanel.php: Permission denied [root@server ~]# /usr/local/cpanel/php/cpanel.php -bash: /usr/local/cpanel/php/cpanel.php: Permission denied [root@server ~]# /usr/ -bash: /usr/: Is a directory [root@server ~]# /usr/local/cpanel/php/cpanel.php -bash: /usr/local/cpanel/php/cpanel.php: Permission denied [root@server ~]# sudo /usr/local/cpanel/php/cpanel.php sudo: /usr/local/cpanel/php/cpanel.php: command not found [root@server ~]# ls cmq cmq.tgz cpanel.sh cpanel3-skel installer.lock latest perl5 tmp [root@server ~]# /usr -bash: /usr: Is a directory [root@server ~]# ls /usr bin etc games include lib lib64 libexec local sbin share src tmp tmpDSK [root@server ~]# ls /usr/local/cpanel 3rdparty cgi-priv cpkeyclt libexec sqloptimizer APACHE_CONFIG cgi-sys cpsanitycheck.so locale src AcctLock.pm core cpsrvd logs startup Cpanel cpaddons cpsrvd.so obj sys_cpanel Cpanel.pm cpanel docs optflags t-dist FastImport.pm cpanel-email etc php tmp LICENSE cpanel.lisc hooks rpm_downloads uapi LICENSE.html cpanellogd htdocs safetybits.pm uninstall RcsRecord.pm cpconf img-sys sbin var SafeFile.pm cpdavd install scripts version Whostmgr cpgreylistd.pl installtheme setupapache whostmgr base cphulkd lang share bin cphulkd.pl lib shared [root@server ~]# ls /usr/local/cpanel/php README.TXT WHM.php cpanel.php report_version.php xml.php [root@server ~]# nano /usr/local/cpanel/php/cpanel.php GNU nano 2.3.1 File: /usr/local/cpanel/php/cpanel.php * * This function is only valid for responses which have only a single response * in their data structure, i.e., special cpanel tags. In most cases, one * should consider using CPANEL::get_result() immediately following an API or * cPanel tag query. This function may be deprecated in future versions of the * LiveAPI PHP client code. * * @param array $result_data Returned response in array format * * @return string Contents of the "result" node in the provided data structure */ function simple_result($result_data) { return $result_data['cpanelresult']['data']['result']; } ?>