Hi! i want to make private server for b130 but i have problem with making login
i use echo "1"; and it seems like osu accepts it but if you got to menu you get "An error occurred" and i have question to you
do you maybe know how to handle login in b130
small info(maybe it will help somehow):
when you login osu is making request
web/osu-stat.php?u=username&p=md5pass
and
web/osu-login.php?username=username&password=md5pass
but osu-stat.php is only used when you start osu
so if you login
osu only uses osu-login.php
if you will change echo "1"; to echo "0"; it will normaly show you error "Invalid login"
Hi! i want to make private server for b130 but i have problem with making login
i use
echo "1";and it seems like osu accepts it but if you got to menu you get "An error occurred" and i have question to youdo you maybe know how to handle login in b130
small info(maybe it will help somehow):
when you login osu is making request
web/osu-stat.php?u=username&p=md5passand
web/osu-login.php?username=username&password=md5passbut osu-stat.php is only used when you start osu
so if you login
osu only uses osu-login.php
if you will change
echo "1";toecho "0";it will normaly show you error "Invalid login"