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

there's no need to thanks as we need to thanks you :)
Znote AAC Best AAC for now!!!!!
 
Download: https://dl.dropbox.com/u/12304631/znoteaac/znoteAACv1.3public.zip

To sum it up:
  • Paygol SMS shop system
  • Storage value functions
  • You can now give free shop points to character name in admin panel.
  • Sub page system. (Allows layouts to have special sub pages).
  • Admin panel has a twitter news
    [*] News system
  • Item image systme to display item images in shop!

Changelog Znote AAC 1.2b --> 1.3
Code:
- config.php, connect.php, init.php, shop.php
** Added default item image server, and fixed so items will display
*- in shop. (Images to shop, yaay)!
** Removed old devlayout.
** Tagged version 1.3_PUBLIC

- users.php, menu.php, support.php:
** Cached support list page.

- highscores.php, users.php:
** Recoded highscores.php a bit, reducing server load alot.

- config.php, users.php, TFS_0X/talkaction*/*:
** Default position is possible to set in-case you don't want players 
*- to spawn at their temple.
** Shop system LUA scripts should work better now thanks to sn4ake.
*- http://otland.net/members/sn4ake/

- admin_news.php, config.php, connect.php, users.php, index.php, houses.php, loggedin.php
** Integrated sweet news system. :)

- firstitems.lua:
** TFS 0.2 firstitems LUA script.

- users.php, houses.php, aside.php:
** TFS 0.3 house list added.

- admin.php, twtrNews.php:
** Admin panel has a twitter news connected to Znote AAC,
*- so OT admins can view latest Znote AAC news when they access admin panel.

- config.php, sub.php:
** Sub page system. (Allows layouts to have special sub pages).

- users.php:
** TFS storage value functions
** - getPlayerStorageValue($player_id, $storage)
** - setPlayerStorageValue($player_id, $storage, $value)
** - getGlobalStorageValue($storage)
** - setGlobalStorageValue($storage, $value)

- admin.php:
** You can now give free shop points to character name.

- buypoints.php, config.php, connect.php, paygol_ipn.php:
** Paygol SMS buypoints system created and works.

great xD
 
hpw can i fix ths?
Code:
Notice: Undefined index: pid in C:\xampp\htdocs\index.php on line 18

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\engine\function\users.php on line 1057

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\engine\function\users.php on line 1060

Notice: A non well formed numeric value encountered in C:\xampp\htdocs\index.php on line 19
01 January 1970 (01:33) by - Practicas de web

Notice: Undefined index: text in C:\xampp\htdocs\index.php on line 23

i delete all from znote v1.2b and set v1.3
 
Is it possible to start a guild war, via the website? Cause I couldn't find anything there. There are only functions, to look up war's that are already started.

Another problem I have is, that the points don't shown up in the shop site. I can change them in DB, but I can't buy something in the shop.
 
hpw can i fix ths?
Code:
Notice: Undefined index: pid in C:\xampp\htdocs\index.php on line 18

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\engine\function\users.php on line 1057

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\engine\function\users.php on line 1060

Notice: A non well formed numeric value encountered in C:\xampp\htdocs\index.php on line 19
01 January 1970 (01:33) by - Practicas de web

Notice: Undefined index: text in C:\xampp\htdocs\index.php on line 23

i delete all from znote v1.2b and set v1.3

Can you show me link to your page?
 
thx znote i fix that i delete de old tables of mi db and create new tables with the new database file work fine now

but i see when i set a tutor player this player dont show anymore in highscores

ovicorp.sytes.net

also i need do a new template because my simple template just fall down with the new version hehehe
 
thx znote i fix that i delete de old tables of mi db and create new tables with the new database file work fine now

but i see when i set a tutor player this player dont show anymore in highscores

ovicorp.sytes.net

also i need do a new template because my simple template just fall down with the new version hehehe

Ahh ye, tutors have group id 2, and are considered "staff". :p
Are you using TFS 0.2 or 0.3?

If you deleted old tables from db and imported the new tables, remember to convert the account and players by triggering php script in /special/ folder.
 
Is it possible to start a guild war, via the website? Cause I couldn't find anything there. There are only functions, to look up war's that are already started.

Another problem I have is, that the points don't shown up in the shop site. I can change them in DB, but I can't buy something in the shop.

Can you help me, with one of the problems?
 
You should only need to re-convert after deleting tables.
With update 1.3, you also need to add 2 tables (znote news and paygol table) if your upgrading from 1.2b
 
Incredible AAC Znote. So simple and easy to use and you're great at explaining everything.
Keep up the great work man.



Quick question though: When I search a player's profile, I get this where it says the death list:
Death List:
Unknown column 'time' in 'order clause'

What do I have to do to fix that?
 
Quick question though: When I search a player's profile, I get this where it says the death list:
Death List:
Unknown column 'time' in 'order clause'

What do I have to do to fix that?

Sounds like you have configured wrong TFS version in config.php

Try either:
$config['TFSVersion'] = 'TFS_02';
or
$config['TFSVersion'] = 'TFS_03';
 
Thanks Znote, I figured it was an easy fix ^^

keep the updates comin, i've been using almost every one :D
 
Hey does anyone know how to add a forum to it? I've been trying for a couple hours, I've tried converting Gesior's but it doesn't work too well : /
 
Hey does anyone know how to add a forum to it? I've been trying for a couple hours, I've tried converting Gesior's but it doesn't work too well : /

It doesn't have any forum system yet. It takes time to make a good forum and I want to priority other things first.
 
Back
Top