For example, using PHP, I have found that the code below works well:

 $a1="$subscriber:$domain:$password";
 $ha1=md5($a1);
 $a1b="[EMAIL PROTECTED]:$domain:$password";
 $ha1b=md5($a1b);

Regards,
Norm

_______________________________________________
Users mailing list
Users@openser.org
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to