Wed Sep 14, 2005 10:14 am by -Trail-
what about creating an encoded file with their username in it, encded (MD5?) and save it to their FL dir and then it would check it off against your MD5 of their name, or MD5 of somethin else as creating MD5's aint hard, ehmm it could use a custom encoding then and it would check it against your file, like they would enter "napalm" and it would look at their file, check the code, somehting like 5e1x2046he1 or something then if your file called "napalm.txt" contains the line 5e1x2046he1 it would allow further connection, If not it would not allow connection.
That way if they dont have encoded name or spell the username incorectly they would not be able to connect, and for extra protection the username would require a pass that would only be stored in the napalm.txt file on server side, say pass was "freelanc3r" then it would check that there is a file called napalm.txt, it would then check the encoded randomness, then it would finally check they entered the correct password then they can continue, there would be custom errors like incorrect hash, incorrect pass, username does not exist on server, please create a new account or check spelling lalala.
I think i wuld be able to do that myself in a month or so of Perl learning.
Help?