31 Commits

Author SHA1 Message Date
Znote
35e2ff7f43 update to znote_schema.sql
Turns out inline comments is a big no-no.
2020-03-22 00:31:12 +01:00
Znote
d186d513e0 Remove foreign key from znote_guild_wars table.
Because it will break the schema import on databases based on TFS 0.3 that doesnt have the source guild_wars table.
2020-02-29 13:52:05 +01:00
Znote
2d14b3252e Extracting SQL schema out from connect.php file 2020-02-23 21:05:23 +01:00
Znote
da58e68d83 Fix typo in Znote AAC schema 2019-11-11 06:49:04 +01:00
Znote
de9eb60638 Fix #280 Importing Znote AAC schema fixes
It will now import old accounts and players to be compatible with Znote AAC
It will also remove duplicates if it finds any
2019-11-11 06:04:55 +01:00
Znote
00a97d43e4 Allow users to verify their email in myaccount.php
Even if they arent forced to verify email during registration.
If they change their email in the settings later, the verification is lost.
Todo: Add a reward for first-time verification.
2019-10-22 02:05:14 +02:00
Znote
63357290a0 Fix #346 Uneccesary OTHire engine logic separation
There is no need to create a separate configs for OTHIRE when establishing an SQL connection,
and is confusing for new users who are configurating their webserver.
2019-03-17 19:43:41 +01:00
Znote
9c80585ef9 Character Auction System 2019-03-10 18:53:24 +01:00
Znote
b0cafe4927 Import schema: Moved all insert statements to the end of schema. 2019-02-06 22:25:42 +01:00
Rodrigo Paixão
2817010781 Compatibility with OTHire (#330)
* Preparing compatibility to OTHire

* Still working on compatibility to OTHire

* More compatibility

* More compatibility

Not tested yet

* Some fixes

- Fixed Account Creation.
- Fixed a problem that you can't load the website, that include that you can now recover your account number.

* More fixes

- Fixed character creation.
- Fixed login problem.
- Fixed displaying account number in My Account.
- Fixed displaying if you have premium days or not in My Account.

* More fixes

- Handle Kills/Deaths as TFS_03

* More fixes

- Fixed showing outfits in character profile
- Fixed displaying player houses in character profile
- Fixed displaying guilds

* Update init.php
2018-12-03 07:58:29 +01:00
Znote
3d82fcecf1 Display outfit images in highscores, online list, character profile.
Fix #252
2017-01-30 22:54:33 +01:00
Felipe Siqueira Pinheiro
013e8f1174 Changed znote_accounts ip row to UNSIGNED (#269) 2017-01-18 21:33:14 +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
3dcb92b678 Set all tables to use InnoDB SQL engine and added table znote_global_storage. 2016-10-24 02:22:37 +02:00
Stefan A. Brannfjell
8cf999396b connect.php, fixed mysql import error on setup. 2016-05-22 21:54:44 +02:00
Martin Nylind
ab117b203b Add elapsedTime in connect.php
Ensure that connect.php always has function elapsedTime available.
2015-10-23 10:56:14 +02:00
Tandloze
f749d5f0f9 Flags for Znote 1.5 reworked
Reworked flags for Znote 1.5 by not altering the tfs tables
2015-08-13 17:13:35 +02:00
Znote
3036d61926 Added correct page render time in the default layout.
Added a function elapsedTime() that can be called anywhere to see how long the page has taken to render thus far.
query debugging shows current render time to help detect performance issues.
2015-05-21 19:22:58 +02:00
EPuncker
09b618b67b Converted tfs 1.0 scripts to meta, removed some spaces from config and fixed a typo 2014-09-12 23:17:06 -03:00
Stefan Brannfjell
43510a1fa9 Forgot to update the mysql tables. :) 2014-09-07 23:24:56 +02:00
Rhuan Gonzaga
5296b44e01 Added Helpdesk Tables 2014-06-30 19:48:03 -03:00
Daniel Björkholm
7fe609abdb War system (frag limit) 2014-05-28 22:43:50 +02:00
Kuzirashi
a5bf484fdb Delay to character deletion has been added.
When user requests character delete, he will have to wait delay from
config. During this time when user logs in on his account, on website,
player will see information that character is awaiting delete. User can
cancel this operation.
2014-04-19 01:43:49 +02:00
Stefan Brannfjell
d6cff8692b Improved player reports, adding changelog system. 2014-04-04 11:12:00 +02:00
Stefan Brannfjell
1d0d5b5ff7 Forgot to add status column to admin report system :3 2014-03-12 21:47:52 +01:00
Stefan Brannfjell
dfce8d97dd TFS 0.2 and 1.0 report bug system
Players can say !report SomeMessageHere to send a report to database, it will automatically fetch position of player etc. You can check reports in admin panel and change status of them, and optionally reward player with points if you feel they deserve it for reporting the bug.
Default working TFS 1.0 scripts for shop and firstitems
2014-03-10 08:10:03 +01:00
Stefan Brannfjell
7861292449 Some query optimisations 2014-03-08 15:31:47 +01:00
Stefan Brannfjell
801e0bcbef Fixes escape string by using custom function #18 2014-02-06 22:51:05 +01:00
Stefan Brannfjell
ff29e40256 Fixed install instructions not appearing when wrong SQL info is submitted. 2014-02-06 08:45:01 +01:00
Stefan Brannfjell
7a5a4eb410 Mysqli support added. Many functions improved. 2014-02-02 20:23:00 +01:00
Stefan Brannfjell
21dea78379 Znote AAC rev 168 from subversion. 2013-08-28 23:46:32 +02:00