449 Commits

Author SHA1 Message Date
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
Znote
ee6841a12e gallery.php Title and description special chars are not escaped on output.
Only on input to database in the insert function.
Fixes ugly escaped text.
2017-01-07 02:47:20 +01:00
Znote
ce043006ed market.php Performance improvement. Smarter queries and array referencing. Fix #264 2017-01-06 00:02:24 +01:00
Znote
098efa6591 Greatly reducing the amounts of SQL queries used on guilds page. 2017-01-04 22:11:59 +01:00
Znote
43ae67f74e Gallery image system now works again. Fix #263
Changed the gallery image host from imgland.net to http://www.freeimagehosting.net/ (which uses imgur.com)
2017-01-01 04:14:35 +01:00
Znote
deddeb462c Fixed highscores being broken when cache system is enabled.
Highscore cache data now stores vocation group store data, and flag value if enabled in config.php
No extra queries are being made after the scores have been loaded from cache.
2016-12-31 04:05:15 +01:00
Stefan A. Brannfjell
0c20be5c7e Update users.php : Character skills bug fix TFS_03
Fix character skills bug on otx 2.x (and probably TFS 0.3 as well). 
https://otland.net/threads/you-do-not-have-enough-skill-on-cast-spell.248101/
2016-12-27 23:33:57 +01:00
Webus
5437deab8c Update characterprofile.php (#262)
https://github.com/Znote/ZnoteAAC/issues/261
2016-12-27 10:17:57 +01:00
Bruno Minervino
15a4369dda Fix #258 (#259) 2016-12-22 11:34:37 +01:00
Stefan A. Brannfjell
ab72a725a2 Merge pull request #253 from gpedro/patch-2
[pagseguro] fix undefined variable
2016-12-09 00:41:46 +01:00
Gabriel Pedro
52878a2326 [pagseguro] fix undefined variable 2016-12-08 08:35:27 -03:00
Znote
a3ac81cfbe JSON API returns the count of online unique IPs 2016-12-06 00:44:33 +01:00
Stefan A. Brannfjell
13cc920228 loginWebService use world id 0 instead of 1. 2016-12-05 10:47:56 +01:00
Znote
366542d249 Better character creation. Configurable vocation skills and will calculate HP/MP/CAP for each vocation at their configured starting level. 2016-12-04 01:44:44 +01:00
Znote
9173619e77 Client 11 loginWebService:
Display remaining time of premium account.
 External game server support.

config adjustments:
gameserver info (ip, port, name) for loginWebService.
Some cleanup.
2016-11-23 20:42:29 +01:00