• 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!

Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

Znote can u put on your [Znote AAC] all what it needs like Add News to have all things (And many people well gvi u rep++ 100%)
and u well help!! and Shop
 
Znote, have some chance of support to Avesta server?
Avesta Users need of some website modern to uses in yours servers.
 
No, Nicaw is old, don't have updates more, one modern or Znote with support to Avesta is great!
 
o.o
Code:
Failed to recognize your IP address. (Not a valid IPv4 address)


In register.php and CreateCharacter.php search for IPV4
you will see this
Lua:
if (validate_ip(getIP()) === true) {
to
Lua:
if (validate_ip(getIP()) === false) {
 
your server is using SALT and Znote sayed that TFS 0.3 SERVERS will work with ( If you use old rev without password salt and war system ).
 
Code:
Failed to recognize your IP address. (Not a valid IPv4 address).

In register.php and CreateCharacter.php search for IPV4
you will see this
Lua:
if (validate_ip(getIP()) === true) {
to
Lua:
if (validate_ip(getIP()) === false) {

I already made it
 
In register.php and CreateCharacter.php search for IPV4
you will see this
Lua:
if (validate_ip(getIP()) === true) {
to
Lua:
if (validate_ip(getIP()) === false) {

Code:
Failed to recognize your IP address. (Not a valid IPv4 address).



I already made it



open up createcharacter.php
delete:
PHP:
if (validate_ip(getIP()) === false) {
$errors[] = 'Failed to recognize your IP address. (Not a valid IPv4 address).';
}

open up register.php
delete:
PHP:
if (validate_ip(getIP()) === false) {
$errors[] = 'Failed to recognize your IP address. (Not a valid IPv4 address).';
}
 
your server is using SALT and Znote sayed that TFS 0.3 SERVERS will work with ( If you use old rev without password salt and war system ).

I don't really understand what you are saying, but anyway thanks for responding.

I have another question; how do you change startitems for new characters?
I have searched all of the whole map but I couldn't find it.
 
What I say is if your server is using salt password you can use Znote acc
 
What I say is if your server is using salt password you can use Znote acc

So you are saying that I need to change from sha1 to salt? If I do that, will all the passwords automatically change to salt instead of sha1?
 
Back
Top