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!

[Release] TheLiciaZ src - LATEST CODEX SRC FIXED

Elite Diviner
Joined
Apr 3, 2013
Messages
476
Reaction score
204
sofar as i see it a Problem with ur Ip i think this msg means that u already have a Account with this ip or so . I would say go into ur db in Userdata seek for ur Ip put a 127.0.0.1 into it and register again if it wont wont work try to edit

wz_Accountcreate in line

if exists (SELECT CustomerID from Accounts WHERE lastloginIP=@in_IP) begin
select 5 as ResultCode, 'IP already in use' as ResultMsg;
return;
end

to

--if exists (SELECT CustomerID from Accounts WHERE lastloginIP=@in_IP) begin
--select 5 as ResultCode, 'IP already in use' as ResultMsg;
--return;
--end

only if u get the "IP already in use" in ur R3dlog this should work ^^ if not idc ^^ i just try to help
 
Newbie Spellweaver
Joined
May 9, 2016
Messages
81
Reaction score
3
sofar as i see it a Problem with ur Ip i think this msg means that u already have a Account with this ip or so . I would say go into ur db in Userdata seek for ur Ip put a 127.0.0.1 into it and register again if it wont wont work try to edit

wz_Accountcreate in line

if exists (SELECT CustomerID from Accounts WHERE lastloginIP=@in_IP) begin
select 5 as ResultCode, 'IP already in use' as ResultMsg;
return;
end

to

--if exists (SELECT CustomerID from Accounts WHERE lastloginIP=@in_IP) begin
--select 5 as ResultCode, 'IP already in use' as ResultMsg;
--return;
--end

only if u get the "IP already in use" in ur R3dlog this should work ^^ if not idc ^^ i just try to help
use a virtual machine, my virtual machine IP is: 192.168.1.100 192.168.1.105 my host IP, I think that there should not be the case, etc. Have a look at it again this noon. All in all, I appreciate your help. Thank you very much!
 
Elite Diviner
Joined
Apr 3, 2013
Messages
476
Reaction score
204
anyway try to Put all IPS to 127.0.0.1 in DB in Userdata and Accounts or so dont remember and register again or do the steps i Posted
 
Junior Spellweaver
Joined
Apr 2, 2016
Messages
120
Reaction score
76
Sad to see 10 pages of "pls help me to remove account block" question, which is so easy. And all this spam only for a source which use Codexpo + addons (copy paste from other release).
And funny to see people who release a source code then remove it. GG
 
Newbie Spellweaver
Joined
Mar 23, 2016
Messages
28
Reaction score
1
Sad to see 10 pages of "pls help me to remove account block" question, which is so easy. And all this spam only for a source which use Codexpo + addons (copy paste from other release)

Sadly some people just never learn...
 
Newbie Spellweaver
Joined
May 9, 2016
Messages
81
Reaction score
3
Sad to see 10 pages of "pls help me to remove account block" question, which is so easy. And all this spam only for a source which use Codexpo + addons (copy paste from other release).
And funny to see people who release a source code then remove it. GG
I'm sorry, I'm just a amateur, and for your language, I can only get the meaning by machine translation.
I have a coming, hope you can for the server to do a solution to a tutorial, thank you very much!
 
Newbie Spellweaver
Joined
Oct 3, 2014
Messages
79
Reaction score
20
Does anyone here know if this problem common to this source "latest codex " was resolved ??
Like This!!


 
Custom Title Activated
Loyal Member
Joined
Dec 19, 2014
Messages
1,110
Reaction score
350
Go SQL Navicat.
Create Fonction: WZ_ACCOUNT_WEB_LOGIN
and paste in:

obamabf2 - [Release] TheLiciaZ src - LATEST CODEX SRC FIXED - RaGEZONE Forums




obamabf2 - [Release] TheLiciaZ src - LATEST CODEX SRC FIXED - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Oct 3, 2014
Messages
36
Reaction score
4
Does anyone has webpaanel for the Report screenshot of this source?
Can you upload for me please?

Thanks
 
Newbie Spellweaver
Joined
Oct 3, 2014
Messages
36
Reaction score
4
Does anyone know how to fix this problem?
When I click Clan button in the community and it said "Failed to get can list code :5".

I'm using LiciaZ src

This is my r3dlog

Code:
000396.601| WO_API: failed with error code 5 SQL Select Failed: Index 'PK_Profile_Loadouts2' on table 'UsersChars' (specified in the FROM clause) does not exist.000396.601| ApiGetClanInfo FAILED, code: 5
000396.659| WO_API: failed with error code 5 SQL Select Failed: Index 'PK_Profile_Loadouts2' on table 'UsersChars' (specified in the FROM clause) does not exist.
000396.659| ApiClanGetLeaderboard2 FAILED, code: 5

Thank you
 
Back
Top