*lol* 'mainzelmänchen' das ist gut ....geperrt wirt er bei mir nur nach 30 Tagen wegen inaktivtät, wie schon geschrieben ,gebe ich ihn dann wieder frei hat er nur 2 min auf meine Hp zu kommen und sich anzumelden. ansonsten ist er wieder drin
oder alternativ beim manuellen entsperren im adminforce automatisch auch die aktivitätszeit auf den "entsperrzeitpunkt" setzen:
adminforce\content\usersystem\userbearbeiten.php
ändern in:PHP-Code:
db_query ('UPDATE '.$db_prefix.'_kontodaten SET status = '.$_POST['status'].', hinweis = "'.$_POST['hinweis'].'" WHERE uid = '.$_POST['uid']);
PHP-Code:
db_query ('UPDATE '.$db_prefix.'_kontodaten SET status = '.$_POST['status'].', hinweis = "'.$_POST['hinweis'].'", last_active = '.time().' WHERE uid = '.$_POST['uid']);
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)