http://3wymlmcsvxiaqzmbepsdawqpk6o2qsk65jhms72qqjulk5u4bgmvs3qd.onion/fuss/mangos
Log In Revisions PDF Home Search Contact News Admin You are here: start / fuss / mangos Table of Contents Generate SHA Password Game Master Commands Cheaper and Earlier Mounts MySQL Tweaks Log Rotate for Mangos Logs Generate SHA Password This PHP function creates an uppercase SHA password, ready to be inserted into the realm database. function wow_sha_password ( $user , $pass ) { $user = strtoupper ( $user ) ; $pass = strtoupper ( $pass ) ; return strtoupper ( SHA1 ( $user . ':' .