Array ( [error] => 1 [text] => Unable to update your Disk Usage [details] => You must wait at least [#49] => [#48_minutes_between_updates_] => [#60br] => [#62You_have_] => [#57] => [#58] => [#48] => [#53_left_] => )
public function ChangeName($name)
{
global $sock;
$sock->query('/CMD_API_CHANGE_INFO', array('name' => '1', 'nvalue' => $name, 'update' => 'Update'));
$result = $sock->fetch_parsed_body();
switch ($result)
{
case ($result['error'] == 1):
print "There was something wrong with change your account name.";
break;
case ($result['error'] == 0):
print "Your account name is changed. This is not yoru username when you log in! You must be wait before the settings are updated.";
break;
default:
print "It is not possible to change account settings.";
}
}
update=<anything>
will attempt to trigger a disk usage "mini tally".. without webalizer stats, or banwidth, etc..
don't ask.. this is depreciated. The power_user skin used to have a ZOOM=100 token set in the stylesheets that allowed you to make the entire interface bigger or smaller. The token was removed from the style sheet. You can in theory use this value for your own purposes if you have a program that needs info on any html page. Only accepts values from 95 to 120.