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

hey I fixed it, it was because of "salt" I was using 0.3.6 tfs :)

Cred to you znote for all of this, but I encountered an even bigger problem now that I just don't understand.

The guilds just won't work, I even tested it local and it looked like to be working really good. But when I was online I got an error, checkdata didn't have a default value. So I changed it to 0 and I could now create a guild but I could never click on it, the site would just crash :/

I even went so far that I tested it on a new pc locally and it worked. But it haven't worked online :/

- - - Updated - - -

wow I actually managed to fix the guild for some reason it linked with https which gave error instead of http.. Well it seems like something has to be wrong because now pass recovery don't work again no matter what is just say ip does not match ;/

It means you registered with another IP than what you are currently using. Since the system does not have email recovery, it currently relies on that the user is using same IP for recovery to identify the person.
If you etc registered with localhost or 127.0.0.1, and you try to recover by entering website with global IP, it will find out that 127.0.0.1 or localhost, is not the same as your global IP, thus refuses the recovery.

Try to make an account with 127.0.0.1, or your global IP, and then try to use recover account using same IP, then you will find out that it works. :) So this won't be a problem for other players connecting to your server (unless they use dynamic IP, in which case they are fucked until I get an email system up running).


You can configure this at the bottom in config.php.

anyone please how do I make it so it doesn't just give the password but mail it instead. I got a email that can do that so it feels stupid not using it! :)

- - - Updated - - -

in your config.php you can find all items and there is an exempel there! If you still need more help I can assist you :)
I havent created mail recovery system yet. :) But maybe I will add the recovery system I created for retro aac: Faloria Retro to Znote AAC.


Ummh, perhaps you are using an unofficial version of support list, or maybe you configured from TFS version in config.php? :/
 
Znote, your shop script is pretty fishy, however it could be my server though. I ordered an item, and died and dropped it, then I(anyone) could use !shop to get it.
 
I have big fucking problem..
When i create new Character on my website,Ikd Knight!!and when i enter in game and when i Check my Voction IT SAYS YOU ARE SORCERER..
for all when i create a Druid and check for The Voction it says Sorcerer!!!!!!!!!!!!!!!!!!!!!!!!WTFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF!!!!!!!!!!!!!!!!!!!!!!!!!
HELP!!!!!!
 
Find this part in config.php:
PHP:
// Vocation ids and names.
	$config['vocations'] = array(
		0 => 'No vocation',
		1 => 'Sorcerer',
		2 => 'Druid',
		3 => 'Paladin',
		4 => 'Knight',
		5 => 'Master Sorcerer',
		6 => 'Elder Druid',
		7 => 'Royal Paladin',
		8 => 'Elite Knight',
	);
and make sure it matches with your vocations.xml.
Hope that helps.
 
Znote, your shop script is pretty fishy, however it could be my server though. I ordered an item, and died and dropped it, then I(anyone) could use !shop to get it.

Its probably the shop script thats only "half compatible". Try the alternative version. The problem is that there is inconsistency on TFS 0.2, 0.3 and 0.4 functions.

Try the one in: Znote AAC\LUA\TFS_03\talkaction shopsystem\Alternatives\znoteshop.lua
 
Do you use TFS for Faloria, or have you customized your AAC to fit whatever server you're using only for yourself? :P
 
Table 'tatre.znote_visitors_details' doesn't exist while I was installing I got this error help me about that
 
Tibiacom layout ZNOTE PLEASE!

I love this AAC *.*

:$
I got some work in progress template which is very similar to tibiacom, but less advanced. I intend to release it with Znote AAC 1.4, however I am a busy man and 1.4 keeps getting delayed ;_;, sry.

Table 'tatre.znote_visitors_details' doesn't exist while I was installing I got this error help me about that

You need to import the Znote AAC mysql tables.
Znote aac will generate a .sql schema for you when you visit website with wrong mysql details along with mysql error. Copy the generated mysql schema and paste it in phpmyadmin. Feel free to view my installation video on youtube to see exacly how its done.
 
Hi everyone, I'm new here and I'd be very grateful if any of you could help me with a problem I'm having.

I've just finished installing Znote AAC 1.3, apparently all is OK except that the front page shows the following error message just above the customizable news message:

Warning: fopen(engine/cache/news.cache.php) [function.fopen]: failed to open stream: Permission denied in httpdocs\engine\function\cache.php on line 91

Warning: fclose(): supplied argument is not a valid stream resource in httpdocs\engine\function\cache.php on line 93



This is an extract from cache.php from line 91 to 93:

$handle = fopen($this->_file, 'w');
fwrite($handle, $this->_content);
fclose($handle);


Changing file permissions made no difference.

I hope you can help me with this, thanks in advance.
 
Im transforming this AAC into a cooler one, maybe in the future I will post my AAC ;)
mtibia 8.6 - as no other one

- I have some suggestions, for example at search it should show all results that have the word searched... If you search Kito, it should show Kitoz, Kitoreto, Kito, etc... All players with that name.
- Also at Highscores would be cool if you could search the skill you want and also select the vocation that you are interested in.
 
Back
Top