[Users] direct manipulation of DB

Mike Williams mwilliams at etc1.net
Tue Jan 10 00:44:52 CET 2006


On Monday 09 January 2006 08:09, Norman Brandinger wrote:
I actually just pulled whatever I needed out of the Serweb code (Norm might 
have too); it seems to directly modify the database. Perhaps it will give you 
some insight.

Mike Williams

> For example, using PHP, I have found that the code below works well:
>
>   $a1="$subscriber:$domain:$password";
>   $ha1=md5($a1);
>   $a1b="$subscriber@$domain:$domain:$password";
>   $ha1b=md5($a1b);
>
> Regards,
> Norm
>
> _______________________________________________
> Users mailing list
> Users at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users




More information about the Users mailing list