Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] Error no parameter s_id

Initiate Mage
Joined
May 22, 2018
Messages
15
Reaction score
0
Whenever I give Play Game in the launcher, when it is loading the game it of error.If I use an IP camuflator it can log in.How do you fix this error?

Log:

WO_API: failed with error code 5 no parameter s_idLoginAuth: 5
 
Joined
Apr 23, 2013
Messages
1,172
Reaction score
1,734
Ok, the problem can it, open your api_Login.aspx.cs search by
Code:
[COLOR=#333333]string username = web.Param("username332563"[/COLOR]


Now you will change this and others code like it >
Code:
[COLOR=#333333]string username = web.Param("username");
[/COLOR][COLOR=#333333]string password = web.Param("password");[/COLOR][COLOR=#333333]
[/COLOR]


Now build, publish and test!
 
Upvote 0
Initiate Mage
Joined
May 22, 2018
Messages
15
Reaction score
0
Ok, the problem can it, open your api_Login.aspx.cs search by
Code:
[COLOR=#333333]string username = web.Param("username332563"[/COLOR]

Now you will change this and others code like it >
Code:
[COLOR=#333333]string username = web.Param("username");
[/COLOR][COLOR=#333333]string password = web.Param("password");[/COLOR][COLOR=#333333]
[/COLOR]


Now build, publish and test!




I did this, more of the same mistake.Do you think that there is anything related to IP?When I use a VPN the game logs normal.I have already tested in other src and it works normal.Only in Src v2 / v3 that gives of that.
 
Upvote 0
Initiate Mage
Joined
Nov 15, 2018
Messages
1
Reaction score
0
hi i wanted to ask you a question how i can fix this error i have the dbo tw
kazin2 - [HELP] Error no parameter s_id - RaGEZONE Forums
kazin2 - [HELP] Error no parameter s_id - RaGEZONE Forums
 
Upvote 0
Back
Top