[Users] direct manipulation of DB

Norman Brandinger norm at goes.com
Mon Jan 9 14:09:50 CET 2006


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




More information about the sr-users mailing list