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
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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users