|HTM_CONFIG|
|$|SK_PHP|
'list', 'type'=>'quota', 'domain'=>'|DOMAIN|');
$result=$sk->api_get("/CMD_API_POP", $post);
parse_str($result, $cuentas);
$_Cuentas = array();
if(is_array($cuentas) && count($cuentas)>0) {
foreach($cuentas as $cuenta => $val) {
parse_str(urldecode($val), $valores);
$_Cuentas[$cuenta]=$valores;
}
}
?>
|?POP_QUOTA=0|
|*if DEFAULT_POP_QUOTA|
|?POP_QUOTA=`DEFAULT_POP_QUOTA`|
|*endif|
Page: ([^<\/td]|.*)<\/td ><\/tr >/", $table, $matches);
echo str_replace("toptext", "pagerText", $matches[6][0]);
$table = str_replace('Outlook Settings', 'Outlook', $table);
echo str_replace('Password/Quota', 'Pass/Quota', $table);
?>
DONE|
|HTM_FOOTER|
|