View Single Post
Old 02-03-2004, 08:30 AM  
mr_F_2
Senior Member
 
Join Date: Jan 2004
Posts: 203
Default

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
mr_F_2 is offline   Reply With Quote