Marek Madejski
dbc1e14ea7
Typo fix in login widget ( #536 )
...
Typo fix "userame".
2025-03-05 16:28:14 +01:00
Znote
ec55497c5a
Fix img clipping in news feed
2021-07-24 05:17:14 +02:00
Znote
541b95f926
minor adjustment to aside character search
2021-07-24 04:37:40 +02:00
Znote
32e5b6278e
Fix #371 - fast APCu memory caching support
2021-07-24 00:38:58 +02:00
Znote
671aa9d057
Small layout fix
...
Sub menu visibility over banner content
2021-05-24 21:06:02 +02:00
Znote
91816bbe2b
charactersearch widget: fix Invalid argument
...
PHP Warning: Invalid argument supplied for foreach() in
layout/widgets/charactersearch.php on line 22
This happens when the database has no players, during fresh install.
2021-05-08 18:05:52 +00:00
Evil Puncker
a00dbcfabd
bye bye trailing whitespaces ( #442 )
2020-08-02 14:48:13 +02:00
Znote
203fe3d5ae
New layout (Znote AAC AtomIO)
...
Layout is primarily changed to this because the old layout had obsolete javascript dependencies.
I still want to make another default layout eventually, which is mobile friendly.
This layout has a very nice character search widget though
that looks for names realtime and displays them in a list beside the search.
2020-06-12 22:14:50 +02:00
Znote
e3c3b766be
Remove old layout
2020-06-12 22:04:31 +02:00
Evil Puncker
0fae6d6e5f
Tabs instead of spaces ( #416 )
...
* Tabs instead of spaces
2020-06-02 17:50:52 +02:00
Evil Puncker
4068f42ac4
Enabled SSL where applicable ( #396 )
...
Enabled SSL where aplicable
2020-05-18 09:17:47 +02:00
Znote
8e0df92f98
Fix #289 Google safebrowser false positive
2019-11-15 00:22:33 +01:00
Znote
effe5d2b8e
Adding page specific class to layout body
2019-03-17 01:41:03 +01:00
Znote
58e6300cf7
Fix #287 characterprofile table design
2019-03-17 01:38:29 +01:00
Znote
9c80585ef9
Character Auction System
2019-03-10 18:53:24 +01:00
Znote
deebe044b1
CSS fixes for outfit image in highscore and character auction
2019-03-10 13:01:06 +01:00
Elime1
9404c902f5
Small voting box improvement ( #337 )
...
* Add OTServers.eu voting
* Hide voting by default and use simple vote url if the user isn't logged in
* Fix indentation
* Convert to tabs
* Convert to tabs
2019-01-26 03:42:03 +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
Elime1
0d51f87c76
Add OTServers.eu voting ( #326 )
2018-08-06 11:01:52 +02: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
Znote
b252bca43a
forum.php Added player outfit avatars and in-game position. Fix #256
2017-02-18 22:59:30 +00: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
1b93b11f2c
Forum: Break word in thread title.
2017-02-04 15:36:07 +01:00
Znote
a5ba62a51e
Display outfits on highscores, onlinelist, character profile.
...
Fix #252
2017-01-30 22:36:39 +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
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
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
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
Stefan A. Brannfjell
57bf0d3035
Revert "Recovery System"
2016-05-21 19:45:27 +02:00
ElGovanni
91d0ffa95c
Recovery System
...
Similar to this original from Tibia.
2016-04-19 20:41:57 +02:00
Kristoffer Eklund
b49dfb8b4e
Remove SQL query info dump
2015-06-19 05:48:48 +02:00
Znote
562fde1e1d
API improvements.
2015-05-23 17:42:07 +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
Martin Nylind
5af3051c36
Add BB tag for YouTube videos to news and forum. Use with the video id (after v= in URL) ex. [youtube]wK0w0x62PjA[/youtube]
2014-10-23 15:37:17 +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
889de64b5c
Fix #143
2014-08-31 11:13:42 +02:00
Rhuan Gonzaga
93c42dfe04
Added Helpdesk in Menu
2014-06-30 19:51:31 -03:00
Rhuan Gonzaga
a862bfa4dd
Added Admin Helpdesk Menu Sidebar
...
Added Admin Helpdesk Menu Sidebar
2014-06-30 19:50:38 -03:00
Kuzirashi
5d77f6d7c4
Added displaying orders from shop in Shop Admin page. This references #82 issue.
2014-05-17 02:55:42 +02:00
Stefan A. Brannfjell
e53d0aebda
Merge pull request #113 from Alvaritos/master
...
Move nicedit to engine folder
2014-05-16 21:48:47 +02:00
rigaer@hotmail.es
6f2a6049ba
Move nicedit to engine folder
2014-05-16 21:33:53 +02:00
Stefan A. Brannfjell
607b3ac6d8
Merge pull request #110 from Alvaritos/master
...
Support for WYSIWYG and Items.xml parser
2014-05-16 21:12:05 +02:00
rigaer@hotmail.es
2e361e077f
Youtube button
2014-05-16 20:52:06 +02:00
Kuzirashi
e98171ec41
Fixed typo in login widget.
2014-05-16 19:31:36 +02:00
rigaer@hotmail.es
b098bb6be6
Support for WYSIWYG
2014-05-16 16:34:42 +02:00
viperthepala
449fd69182
Update style.css
2014-05-12 18:10:21 +02:00
Stefan Brannfjell
05a1509358
Preview: http://4.ii.gl/4VnAws.png Added changelog ticker system in front page.
...
Optional enable/disable it in config.php
Only refreshes the cache when any changes are being done to it.
This looks way more practical than a stupid news ticker. Inspiration from: http://nelvara.com/
2014-05-05 23:12:37 +02:00