Posts by krok
-
-
@xclanet : the problem is ip_manager don't accept "." so you don't enter alias like this : xxxxx.com or yyyy.xxxx.com
i think is a bug see my before post with php code.
i have test without strpos($alias, '.') !== false) and it works.
-
Corrigé par TheCry, et l'application à été ajoutée au depot.
-
Application rajoutée dans le depot
-
/var/www/imscp/gui/public/admin/ip_manage.php :
[code=php]
if(!iMSCP_Validate::getInstance()->hostname(idn_to_ascii($alias), array('allow' => Zend_Validate_Hostname::ALLOW_LOCAL))
strpos($alias, '.') !== false) {
set_page_message('Wrong alias syntax.', 'error');
$errFieldsStack[] = 'alias';
} elseif($stmt->fields['isAssignedAlias']) {
set_page_message(tr('Alias already assigned to another IP address.'), 'error');
$errFieldsStack[] = 'alias';
}
[/php]strpos($alias, '.') !== false -> Wrong ?
-
-
hi,
same for me, i think is a bug[hr]
Alias don't accept "." only alphanumeric
-
Thanks for correction Thecry
-
hi,
myBB forum 1.6.5 FR -> http://totalynet.fr/mybb-1.6.5-fr.tar.gz[hr]
Is possible to make App multilanguage ? -
bonjour,
Voici l'application myBB 1.6.5 en francais.
Si vous desirez la tester -> http://totalynet.fr/mybb-1.6.5-fr.tar.gz