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
Znote
6617966cc9
Client 11 support. (loginWebService)
...
Using this IP changer:
https://github.com/jo3bingham/tibia-11-ip-changer
Instead of IP, you write website URL to IP changer.
2016-11-23 01:34:12 +01:00
Znote
a0413026dc
Removing zeotss services. This was a project in development that never got functional.
2016-11-13 21:29:27 +01:00
Stefan A. Brannfjell
66264947ba
Merge pull request #248 from ninjalulz/Fix2FA
...
Minor 2FA fix
2016-11-13 14:00:47 +01:00
Daniel Björkholm
141bf9b2c5
Minor 2FA fix
2016-11-13 13:44:16 +01:00
Znote
673c2a2d23
Show SQL query string array if you are logged in as admin below the footer.
2016-11-13 05:56:27 +01:00
Znote
c3c236e13e
TFS 1.2+ Two-Factor Authentication system.
...
RFC6238 Implementation of the OTP algorythm, tested with the app "Authy" from the iOS iPhone app store.
2016-11-13 05:34:14 +01:00
Znote
236eca61c8
Fix #204 Powergamers TFS 1.x
2016-10-24 18:40:20 +02:00
Znote
3dcb92b678
Set all tables to use InnoDB SQL engine and added table znote_global_storage.
2016-10-24 02:22:37 +02:00
Znote
03fbb1fc15
Fix #197 TFS 1.1+ compatibility, guild war status
2016-10-24 01:59:59 +02:00
Znote
0dc15ea95b
Using a config variable to define protocol and domain name instead of $_SERVER as it seems inconsistent. fix #182 and #225
2016-10-24 01:51:52 +02:00
Znote
ee11674450
TFS 1.1+ shop talkaction fix by @kushovu Fix #200
2016-10-24 01:37:31 +02:00
Znote
21e0de50b4
Fix #245
2016-10-24 01:21:55 +02:00
Znote
01e4441b6b
Fixed some PHP warnings
2016-10-24 01:06:44 +02:00
Stefan A. Brannfjell
436d68f5d9
Merge pull request #243 from Pwntus/master
...
Prevent re-purchase of item if page is reloaded after POST, resolves #151
2016-05-28 23:05:58 +02:00
Pwntus
a16cbf72b1
Prevent re-purchase of item if page is reloaded after POST
2016-05-27 00:25:52 +02:00
Stefan A. Brannfjell
8cf999396b
connect.php, fixed mysql import error on setup.
2016-05-22 21:54:44 +02:00
Stefan A. Brannfjell
abfa6482fe
Merge pull request #242 from Znote/revert-229-master
...
Revert "Recovery System", missing SQL tables.
2016-05-21 19:46:10 +02:00
Stefan A. Brannfjell
57bf0d3035
Revert "Recovery System"
2016-05-21 19:45:27 +02:00