61 Commits

Author SHA1 Message Date
Daniel Björkholm
e34e9598a0 Fix typo (function get_guild_level_data) 2014-11-28 17:54:34 +01:00
Znote
d6efb54577 Removing some dodgy sample scripts which are uneccesary.
Fixed an issue where the config function was wrong. http://otland.net/threads/znote-aac-1-4-tfs-0-2-13-tfs-0-3-6-0-4.166722/page-45#post-2157676
Added a small tip on how to to use the youtube embed when posting news.
2014-11-16 16:00:54 +01:00
Znote
da8feec5d8 http://3.ii.gl/nhabjNNZb.png Guild list now also shows logo, motd, average level and guild level 2014-11-15 20:35:58 +01:00
Mark Samman
496f71a4be Fix SQL injection in user_character_data 2014-10-29 19:48:09 +01:00
Stefan A. Brannfjell
92ef4691f9 Merge pull request #159 from peonso/master
Add guildnick
2014-09-21 13:12:35 +02:00
peonso
656a5ca04b Update users.php 2014-09-17 17:16:19 -03:00
peonso
86819b9bfa Update users.php 2014-09-17 17:15:00 -03:00
peonso
ce71cdd16d Update users.php 2014-09-17 17:14:33 -03: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
peonso
9202c33aab Add guildnick - the one between parentheses
Necessary changes at users.php and guilds.php to make possible to edit
players guildnick  (the one that appear between parentheses)
2014-09-10 16:31:25 -03:00
Stefan Brannfjell
43510a1fa9 Forgot to update the mysql tables. :) 2014-09-07 23:24:56 +02:00
Stefan Brannfjell
7b4ad9c854 Updated the function description of class methods. 2014-09-06 23:34:37 +02:00
Stefan Brannfjell
3c8474db34 Email authentication system. Integrated with PHPMailer.
When enabled, you will send an activation key to registering users, which they need to click to verify that they actually got a real email address, and to activate the account.
2014-09-06 23:29:18 +02:00
Stefan Brannfjell
8ab9f11ef5 Session prefix, if you are hosting multiple sites, make the session name different to avoid conflict. 2014-09-06 13:43:49 +02:00
Stefan Brannfjell
e0ad3aae09 Fix #153 You can now load sub files (custom pages created in layout folder) instead of the default Znote AAC files. (override system). 2014-09-03 00:59:12 +02:00
Stefan Brannfjell
0f0d87a0a0 Possible Fix #61 Soft deletion successfully tested and works on TFS 0.3 and 1.0 2014-08-31 13:43:25 +02:00
Stefan Brannfjell
1dc1b68825 Fix #137 2014-08-31 00:21:14 +02:00
Rhuan Gonzaga
5296b44e01 Added Helpdesk Tables 2014-06-30 19:48:03 -03:00
Stefan Brannfjell
074cd7a8d0 Fixed guilds for TFS 0.3.6 2014-06-18 22:40:57 +02:00
Stefan Brannfjell
d3807bfafe Much quicker item parser (335 items in 12ms instead of 2100ms)
Now checking if character is offline before changing gender.
Restructured Admin_shop.php, it will now show pending orders and the whole transaction log.
2014-06-17 02:35:48 +02:00
Stefan Brannfjell
a6babfe0e3 When uploading guild images, it will give you an error message if it fails.
Guild motd will display on guild page, and the leader can also update it.
Fixed two bugs with name change in shop. (sync error and name validation)
Fixed some warnings.
My account now shows how many days you have of premium account.
2014-06-15 00:55:50 +02:00
Stefan Brannfjell
5349c96018 TFS 0.3 OTX guild and guildwar support. Fix #134 2014-06-14 03:14:58 +02:00
Daniel Björkholm
7fe609abdb War system (frag limit) 2014-05-28 22:43:50 +02:00
Stefan Brannfjell
480f528e38 ZEOTSS integration. cURL validation for paypal and ZEOTSS, register users on ZEOTS server. 2014-05-19 09:09:05 +02:00
Stefan A. Brannfjell
e52fb6a2ef Merge pull request #120 from Alvaritos/master
Guild logo upload and Market item name
2014-05-18 22:32:43 +02:00
rigaer@hotmail.es
721a52867f Guild logo upload 2014-05-18 20:28:11 +02:00
Kuzirashi
5d77f6d7c4 Added displaying orders from shop in Shop Admin page. This references #82 issue. 2014-05-17 02:55:42 +02:00
rigaer@hotmail.es
6f2a6049ba Move nicedit to engine folder 2014-05-16 21:33:53 +02:00
rigaer@hotmail.es
070f5d32d5 Item parser + functions 2014-05-16 17:51:32 +02:00
Stefan Brannfjell
af729aacb1 Heavily improved SQL queries usage for guilds. 2014-05-05 02:52:49 +02:00
Daniel Björkholm
36e00a34f9 Guild war 2014-05-04 20:06:17 +02:00
Stefan Brannfjell
5f4372daa2 Fix #60 2014-05-03 14:11:08 +02:00
Daniel Björkholm
d503b0bb14 Small fix for TFS 0.3/0.4 2014-05-02 12:59:48 +02:00
Daniel Björkholm
70b6940f82 Add #74 and #75 2014-05-02 12:31:57 +02:00
Kuzirashi
bafb639506 Fixed displaying players in Highscores. Some players in Top Players widget will be hidden when theirs group_id is higher than specified in config("config.highscore.ignoreGroupId - Ignore group id higher than this (staff)"). Same in Highscore subpage. Also fixed undefined index page in Highscore. This resolves #43 issue. 2014-04-20 15:08:30 +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 A. Brannfjell
db24b1bdfb Merge pull request #35 from Kuzirashi/master
Fixed error in url() function
2014-04-05 04:54:25 +02:00
Stefan Brannfjell
d6cff8692b Improved player reports, adding changelog system. 2014-04-04 11:12:00 +02:00
Daniel
c83cbb14ab Fixed error in url() function
Sometimes url() function produced URL with unnecessary slash, eg.
`http://dalerium.net//register.php` - that's fixed.
2014-03-30 23:16:11 +02:00
Stefan Brannfjell
e240992845 Fixed TFS 1.0 bans from admin panel #25 2014-03-18 22:57:30 +01: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
733766dd45 Started with JSON API module system 2014-03-09 04:42:28 +01:00
Stefan Brannfjell
7861292449 Some query optimisations 2014-03-08 15:31:47 +01:00
Stefan Brannfjell
470bf6caa6 Added new shop type: Change character name (using type 4 for this). If you got custom scripts make sure to edit accordingly.
And players can change name in My Account if they have ticket from shop. #15
2014-02-16 13:33:16 +01:00
Stefan Brannfjell
b6cf2a97e0 Remade Highscores: Added multi-page support, built-in score type navigation, using GET instead of POST.
Tested on TFS 1.0 and 0.3/4, but should work on 0.2 as well.
2014-02-16 11:07:04 +01:00
Stefan Brannfjell
1946d87911 Code optimisations for localhost:IPv6 #17 2014-02-08 20:34:00 +01:00
Stefan Brannfjell
8ebbd9c81f Merge branch 'master' of https://github.com/Znote/ZnoteAAC 2014-02-08 14:10:31 +01:00
Stefan Brannfjell
87d09ebe67 Bugfix: Error appearing when no news, username already exist error when creating account TFS 1.0 2014-02-08 14:09:54 +01:00
Stefan A. Brannfjell
f728cc0d9d Merge pull request #16 from att3/master
sort guild members by rank
2014-02-08 01:51:24 +01:00