Skip to content

Znote/ZnoteAAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZnoteAAC

CodeFactor

What is Znote AAC?

Znote AAC is a full-fledged website used together with an Open Tibia(OT) server. It aims to be super easy to install and compatible with all the popular OT distributions. It is created in PHP with a simple custom procedural framework.

Where do I download?

We use github to distribute our versions, stable are tagged as releases, while development is the latest commit.

Requirements

  • PHP Version 5.6 or higher. Mostly tested on 5.6 and 7.4. Most web stacks ships with this as default these days.

Optionals

  • For email registration verification and account recovery: PHPMailer Version 6.x, extracted and renamed to just "PHPMailer" in Znote AAC directory.
  • PHP extension curl for PHPMailer, paypal and google reCaptcha services.
  • PHP extension openssl for google reCaptcha services.
  • PHP extension gd for guild logos.

Installation instructions

1: Extract the .zip file to your web directory (Example: C:\UniServ\www\ ) Without modifying config.php, enter the website and wait for mysql connection error. This will show you the rest of the instructions as well as the mysql schema.

2: Edit config.php and:

  • modify $config['ServerEngine'] with correct TFS version you are running. (TFS_02, TFS_03, TFS_10, OTHIRE).
  • modify $config['page_admin_access'] with your admin account username(s).

3: Before inserting correct SQL connection details, visit the website ( http://127.0.0.1/ ), it will generate a mysql schema you should import to your OT servers database.

4: Follow the steps on the website and import the SQL schema for Znote AAC, and edit config.php with correct mysql details.

5: IF you have existing database from active OT server, enter the folder called "special" and convert the database for Znote AAC support ( http://127.0.0.1/special/ )

6: Enjoy Znote AAC. You can look around HERE for plugins and resources to Znote AAC, for instance various free templates to use.

7: Please note that you need PHP cURL enabled to make Paypal payments work.

8: You may need to change directory access rights of /engine/cache to allow writing.

Features:

Znote AAC is very rich feature wise, here is an attempt at summarizing what we offer.

Server distribution compatibility:

  • Znote AAC 1.6
    • OTHire
    • TFS 0.2
    • TFS 0.3/4
    • TFS 1.3
    • Distributions based on these (such as OTX).
  • Znote AAC 2.0 v2 dev branch
    • TFS 1.4
    • OTservBR-Global

General

  • Server wide latest death list
  • Server wide latest kills list
  • Server information with PvP settings, skill rates, experience stages (parses config.lua and stages.xml file)
  • Spells page with vocation filters (parses spells.xml file)
  • Item list showing equippable items (parses items.xml file)

Account & login:

  • Basic account registration
  • Change password and email
  • reCaptcha antibot(spam) system
  • Email verification & lost account interface
  • Two-factor authentication support
  • Hide characters from character list
  • Support helpdesk (tickets)

Create character:

  • Supports custom vocations, starting skills, available towns
  • Character firstitems through provided Lua script
  • Soft character deletion

House:

  • Houses list with towns filter
  • House bidding
  • Direct house purchase with shop points

Character profile

  • General information such as name, vocation, level, guild membership etc...
  • Obtained achievement list
  • Player comments
  • Death list
  • Quest progression
  • Character list
  • EQ shower, skills, full outfits

Guilds

  • Configurable level and account type restrictions to create guild
  • Create and disband guilds
  • Invite and revoke players to guild
  • Change name of guild positions
  • Add nickname to guild members
  • Guild forum board accessible only for guild members & admin.
  • Upload guild image
  • Guild description
  • Invite, accept and cancel war declarations
  • View ongoing guild wars

Item market

  • Want to buy list
  • Want to sell list
  • Item search
  • Compare item offer with other similar offers, as well as transaction history

Downloads

  • Page with download links to client version and IP changer
  • Tutorial on how to connect to server

Achievement system

  • List of all achievements and character obtained achievements in their profile.

Highscores

  • Vocation & skill type filters

Buy shop points / digital currency

  • PayPal payment gateway
  • PayGol (SMS) payment gateway
  • PagSeguro payment gateway

Shop system

  • Items
  • Premium days
  • Change character gender
  • Change character name
  • Outfits
  • Mounts
  • Custom offer types. (basic Lua knowledge required)

Forum

  • Create custom discussion boards
  • Level restriction to post
  • Player outfit as avatars
  • Player position
  • Guildboards
  • Feedback board where all threads are only visible for admins.
  • Hide thread, close thread, stick thread
  • Forum search

Cache system

  • Offload SQL load and CPU usage by loading treated data from a flatfile instead of raw SQL queries.

Administration

  • Delete character
  • Ban character and/or account
  • Change password of account
  • Give character in-game position
  • Give shop points to character
  • Teleport a player or all players to home town, specific town or specific position.
  • Edit level and skills of player
  • View in-game bug reports and feedback on forum
  • Overview of shop transactions and their status
  • Moderate user submitted images to the gallery
  • Create news with a feature rich text editor
  • Add changelogs
  • Load and update server and spells information
  • Helpdesk

TODO List:

About

Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages