Hello,
I'm trying to write a PHP script that uses the NickServ DB to authenticate users on my website. I was able to find the user by looking in anope_ns_alias and then using the group, I tried finding any records in anope_ns_core where the group (display) matched and the pass in the DB = md5(<password submitted>). It 's not working because the password in the DB does not appear to be md5 even though that's the encoding I'm using. Anyone have any insight into why this might be?
Thanks!
[Edited on 7-3-2008 by BeBoo]
[Edited on 7-3-2008 by BeBoo]