cunhell, this is the sourecode for that section:
Code:
if (flags==NULL)
{
printf("%s command failed, user [%s] doesn't exist\n",argv[1],user);
return 0;
}
so i assume your user has absolutely no flags? that's kind of odd
also you can change the flag in the source code (source is available at my website).
I could throw in an ini reading routine, but that would be such a waste of milliseconds for reading only 1 key