bizzlesnaff / mwenhanced

Automatically exported from code.google.com/p/mwenhanced
0 stars 1 forks source link

Remote Login Problem: -Wrong pass. #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My Problem is "Remote Login Problem: -Wrong pass. "

My Infos:
"command.php"
function sha_password($user,$pass){
    $user = strtoupper($user);
    $pass = strtoupper($pass);
    return SHA1($user.':'.$pass);

Db Info Tabel "Realmlist"
DbInfo: (rofl;test123;3306;127.0.0.1;mangos;characters)
Ra_address: 127.0.0.1
Ra_port: 3443
ra_user: test             < Littel Front
ra_pass: TESTTEST         < Big Front
// This User Level 4

Mangos Config
"""""""""""""""""
Console.Enable = 1
Ra.Enable = 1
Ra.IP = 0.0.0.0
Ra.Port = 3443
Ra.MinLevel = 3
Ra.Secure = 1
Ra.Stricted = 1
""""""""""""""""

Sry for that Bad English, i hope you can read this... pls Help me!

Original issue reported on code.google.com by mario_mu...@yahoo.de on 12 Jun 2010 at 8:02

GoogleCodeExporter commented 9 years ago
This Page is on a Win Root and the Server

"Server and Page" are on the same Machine 

Original comment by mario_mu...@yahoo.de on 12 Jun 2010 at 8:06

GoogleCodeExporter commented 9 years ago
Make sure you username is ALL CAPS :)

Original comment by wilson.steven10@gmail.com on 24 Jul 2010 at 3:40