11-26-2014, 10:12 AM
While googling I found this(translated by google translablablablator:
cPanel latest version is 11.44, its mandate to save the file in the path / usr / local / cpanel, file name is cpanel.lisc
If your license expires, then cPanel will automatically delete the file, so you can not log in the control panel.
So do is let cPanel does not automatically delete the authorization document
Next authorization file contains authorization expires
license_expire_time: 1404710270
This time is counted in seconds to perform in the system
You can view the current system time value in seconds seconds
However, in order to allow authorized time period, of course, is to modify the system time
Note that when you modify the time required to control during the first month of the authorization expires, or may be invalid.
For example, you authorize expiration time is 07/16/2014, then you can change the system time to 06/17/2014.
If the authorization has expired a month later, again to modify the system time.
Finally, in order to prevent the automatic update fixes this vulnerability cPanel, cPanel we turn off automatic updates on OK
Login WHM, modify Home » Server Configuration» Update Preferences Configuration
source: http://www.023cloud.net/cpanel/37-cpanel...e-bug.html
cPanel latest version is 11.44, its mandate to save the file in the path / usr / local / cpanel, file name is cpanel.lisc
If your license expires, then cPanel will automatically delete the file, so you can not log in the control panel.
So do is let cPanel does not automatically delete the authorization document
Quote:
cd /usr/local/cpanel
cp cpanel.lisc cpanel.lisc.bak
chmod 0444 /usr/local/cpanel/cpanel.lisc
chattr +i /usr/local/cpanel/cpanel.lisc
Next authorization file contains authorization expires
license_expire_time: 1404710270
This time is counted in seconds to perform in the system
Quote:date +%s
You can view the current system time value in seconds seconds
However, in order to allow authorized time period, of course, is to modify the system time
Quote:date -s 06/17/2014
Note that when you modify the time required to control during the first month of the authorization expires, or may be invalid.
For example, you authorize expiration time is 07/16/2014, then you can change the system time to 06/17/2014.
If the authorization has expired a month later, again to modify the system time.
Finally, in order to prevent the automatic update fixes this vulnerability cPanel, cPanel we turn off automatic updates on OK
Login WHM, modify Home » Server Configuration» Update Preferences Configuration
source: http://www.023cloud.net/cpanel/37-cpanel...e-bug.html