• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[REAL-OTX] [7.72] [ZNOTE 1.5] Problem with acc

Zuch

New Member
Joined
Jan 29, 2017
Messages
24
Reaction score
1
Hello
Someone can tell me how to configure Znote Acc 1.5 with Real-OTX 7.72 ??
I can not log into any account

26abb0cfe3c7d80d2c83674a29d78d5f.png


3b8b0119a92389dae5a8c98d29b6f602.png


After entering logins:
b117ee043096806ebcc8f8a27811918c.png

i disable acc manager in config.lua
7b6f05ff3d0a501e31733fa6a8aec779.png
 
Last edited:
Solution
This simply means your server is not having access to the correct database, check your database information and compare with the one in config.lua. Now either it uses sqlite (.s3db) file or different database.

Also make sure sqlType is "mysql" instead of "sqlite".
Make sure the same account exists at website and on database. If that's right, then probably your ports 7171/7172 isn't configured properly.

Also, go to your /www/config.lua and look for:
Lua:
$config['TFSVersion'] = '';
if you have 'TFS_02' then try changing to: 'TFS_03'
 
@Dyabl0

I had it already set

1eae3c4dc9580b0f54f42af912406cdf.png

Without this I would have not logged in to account on site
//////////////////////////////////////////////////////////////

When i try log in port 7172

4b3f85d4afdc2c73b65e6b763e0790b2.png


//////////////////////////////////////////////////////////////
My database looks like this:
8ce6db5f6c5de6f773d28f13450e38c7.png




////////////////////
I made an account by "Account manager"
8c1ca74aa72d498879e7b2bd31a87f9f.png

but nowhere in the database can not find a login/pass/character name

cd477eb721dd26d926fd5b0b96468aa8.png
 
Last edited:
This simply means your server is not having access to the correct database, check your database information and compare with the one in config.lua. Now either it uses sqlite (.s3db) file or different database.

Also make sure sqlType is "mysql" instead of "sqlite".
 
Solution
you need to made a custom client and change the rsa to this one
109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413

or source edit and change the otx rsa for the one that use the client 7.72 protocol or 7.6 if you are using a exe compiled with 7.6 flag
that why u are having problem regarding RSA_DECRYPT blablabla
 
Back
Top