413 Commits

Author SHA1 Message Date
Stefan A. Brannfjell
ef4a8f9e73 Achievement fix in characterprofile.php
As the best answer by slawkens at otland here:
https://otland.net/threads/znote-acc-sql-error-player_storage-in-characterprofile.251736/#post-2442672
2017-06-18 15:17:46 +02:00
Stefan A. Brannfjell
5f8b5503d1 Account activation by email small fix 2017-06-17 23:39:43 +02:00
Stefan A. Brannfjell
327f8a81b5 Added Znote AAC feature list to readme file. 2017-04-05 11:03:44 +02:00
Stefan A. Brannfjell
680e115729 More markdown readme fixes. 2017-03-26 16:42:15 +02:00
Stefan A. Brannfjell
18c256e9ac Update readme file, new markdown parser. 2017-03-26 16:40:28 +02:00
Matheus Grilo
ee9fd235ac Fix admin_skills.php vocations (#291) 2017-03-24 15:42:26 +01:00
Matheus Grilo
7649d9b731 Switching keys' places (fits google order) (#290) 2017-03-24 11:06:36 +01:00
Matheus Grilo
add2738e76 Show equipable items in server based in items.xml (#286)
* items.php

* Update items.php

* Another tabs update
2017-03-16 19:23:34 +01:00
Matheus Grilo
5453bb96d1 Token just appears if enabled in config.php (#285)
* Token just appears if enabled in config.php

* Update login.php

https://github.com/Znote/ZnoteAAC/pull/285#discussion_r105547836
2017-03-13 09:27:10 +01:00
Stefan A. Brannfjell
5f049e75a6 Small changes to default values in config.php 2017-03-08 10:08:36 +01:00
Webo
4e339c9410 Update config.php (#283)
* Update config.php

config site url
twoFactorAuthenticator - `off for the lower version of TFS`
Minimum allowed character name letters - `3 may: MAX`
Maximum allowed character name words - `3`
News to be displayed per page - `5`
premium account to create a guild? - `true`

* Update config.php
2017-03-06 15:56:57 +01:00
Webo
1ea47721f4 Update admin_shop.php (#282)
* Update admin_shop.php

https://otland.net/threads/znote-tfs1-2-shop-error.249779/

* Update admin_shop.php
2017-02-25 18:41:46 +01:00
Znote
b252bca43a forum.php Added player outfit avatars and in-game position. Fix #256 2017-02-18 22:59:30 +00:00
Znote
fbca1b876b serverinfo.php TFS 0.3/4 support. 2017-02-16 06:53:21 +01:00
Znote
0b442e9095 Remade serverinfo.php. Loads stages.xml, imports config.lua from textarea instead of requiring access to OT directory. Gives much more server information. 2017-02-16 04:38:02 +01:00
Znote
96802cb348 spells page: Fixed errors when spells is not installed by admin. 2017-02-15 18:27:14 +01:00
Znote
bc2a6e2c01 TFS 0.3 small SQL api fix 2017-02-11 21:25:12 +01:00
Znote
a682fef4ae TFS 0.3 flags highscores fix.
Also added missing function for spells parser.
2017-02-11 03:38:10 +01:00
Znote
6a17b7e2ca Spells page with vocation filters.
Login as an admin to parse engine/XML/spells.xml file and create a cached copy of it, which will be served to the visitors.
2017-02-05 05:52:40 +01:00
Znote
f47e12a610 You can now view shop offers without being logged in.
(This is also configurable if config.php if you don't want this behavior).
2017-02-05 02:16:18 +01:00
Znote
1b93b11f2c Forum: Break word in thread title. 2017-02-04 15:36:07 +01:00
Znote
b0c7cff1a1 Merge branch 'master' of https://github.com/Znote/ZnoteAAC
Conflicts:
	engine/function/users.php
2017-01-30 23:04:53 +01:00
Znote
8cbcd26747 Fix merge conflict. 2017-01-30 23:01:18 +01:00
Znote
3d82fcecf1 Display outfit images in highscores, online list, character profile.
Fix #252
2017-01-30 22:54:33 +01:00
Znote
a5ba62a51e Display outfits on highscores, onlinelist, character profile.
Fix #252
2017-01-30 22:36:39 +01:00
Webus
3aecf2e1c9 if (strlen($_POST['flag']) (#273)
required when a player does not choose shows an error flag photos flag
2017-01-30 19:42:13 +01:00
Stefan A. Brannfjell
ff7b51bff2 Update database2znoteaac.php
Compatibility with flags
2017-01-30 16:44:14 +01:00
Stefan A. Brannfjell
f4ae84f5e3 Highscore flags SQL fix TFS_03 2017-01-30 16:34:26 +01:00
Stefan A. Brannfjell
817caf5e73 Fix SQL schema 2017-01-30 16:07:33 +01:00
Znote
695cb58b04 Added shop categories, mounts and outfits.
Display outfits currently only work in shop.
2017-01-30 06:48:46 +01:00
Znote
be49eb98e2 Forum text out of bounds Fix #272 2017-01-29 12:59:16 +01:00
Znote
193f966f14 Marketplace Small fixes. 2017-01-27 00:36:18 +01:00
Znote
5352510a11 Marketplace - Possible to search for specific item
And fixed imgland 404 link to demonstrational image. Fix #31
2017-01-27 00:17:03 +01:00
Znote
e1eab54b51 Small fix to online list if cache is empty. 2017-01-26 22:34:24 +01:00
Znote
2fad7a3efb Improved flags system & reduce query usage in online list
Using http://flag.znote.eu as an external image server for flags.
Online list is now stored in a 30 seconds quick cache.
Reduced query usage in online list to 1 instead of 1 + players online amounts of queries.
2017-01-26 22:09:53 +01:00
Znote
ac8da54d78 Removing flags directory and image files.
Moved to http://flag.znote.eu/
2017-01-26 22:04:20 +01:00
Znote
18269c3158 Typo in README.md 2017-01-22 20:36:12 +01:00
Znote
4a2c19c387 Update readme file. Requirements, optionals. 2017-01-22 20:32:01 +01:00
Znote
1713d87ec2 Google reCaptcha also requires the openSSL php extension. 2017-01-22 19:35:40 +01:00
Znote
c842e33857 Verify that curl is installed when using captcha 2017-01-22 05:11:51 +01:00
Znote
984e62e095 Adding Google reCaptcha system
Also disable all shop and buypoints functionality as default in config.php
2017-01-22 05:06:37 +01:00
Znote
05800d282d Removing old captcha files. 2017-01-22 05:02:58 +01:00
Znote
61fb357d38 Disable Two-Factor Authentication when logged in.
And generate a new QR Code.
2017-01-21 23:25:55 +01:00
Znote
d5cabac14a Disable 2FA through Email Fix #249
And fixed an issue with email activation link when registering an account.
2017-01-21 23:08:46 +01:00
Felipe Siqueira Pinheiro
013e8f1174 Changed znote_accounts ip row to UNSIGNED (#269) 2017-01-18 21:33:14 +01:00
Felipe Siqueira Pinheiro
6fa7d19cf1 Fixed ipn.php SQL Inserts, more precisely, the row 'id' from znote_paypal table (#268) 2017-01-18 12:13:04 +01:00
Znote
aa4d22654d View URL attribute in index.php support post title values.
Title:
http://ortz.znote.eu/index.php?view=Third+post

Id:
http://ortz.znote.eu/index.php?view=3
2017-01-11 18:52:18 +01:00
Stefan A. Brannfjell
ac15af2868 Account name length restriction
Complies with default TFS 1.0 schema.sql structure.
2017-01-11 15:10:30 +01:00
Znote
138f03ce99 You can now view a specific news post with the view=postid URL GET param, or click the published date of the post. 2017-01-10 22:14:16 +01:00
Znote
6c036b0a1b Log IP performance issue workaround.
1000 latest records should suffice for the system to function properly.
An OT server had issues when ip logger saved over 250 000 IPs (probably some sort of ddos attack), which got loaded into memory in each page render.
2017-01-07 03:37:23 +01:00