585 Commits

Author SHA1 Message Date
Evil Puncker
3622ad173b
Lowering the size of onlinetime_ table sizes (#495)
MEDIUMINT: 97 days
MEDIUMINT UNSIGNED: 194.2 days
INT: 68 years
INT UNSIGNED: 136.1 years

bigint was way too big for these values, thanks to @divinity76
2021-11-19 02:44:12 +01:00
Evil Puncker
bb814f6eae
Fixed variable type for powergamers script (#492)
exp history should be able to store negative values, yes
online time shouldn't
2021-10-13 19:18:43 +02:00
Znote
ec55497c5a Fix img clipping in news feed 2021-07-24 05:17:14 +02:00
Stefan A. Brannfjell
563fa3a62b
Update README.md 2021-07-24 04:54:43 +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
26c486ef27 Tagging Znote AAC as version 1.6 1.6 2021-07-22 17:57:09 +02:00
Znote
ddd54a932e Better guild validations, Fix #457 2021-07-22 17:30:49 +02:00
Znote
1701d48629 Better display of equipped items
Characterprofile now supports displaying items that might not be perfectly rendered in 32x32 px size.
2021-07-22 01:38:28 +02:00
Stefan A. Brannfjell
f88654f30b
Create FUNDING.yml
I got a GitHub Sponsors page! 🥰
2021-07-19 05:50:53 +02:00
Znote
1c3480f322 Fix paypal IPs, fix #467 2021-07-18 22:35:47 +02:00
Znote
6af276225f paypal IPN indentation fix 2021-07-18 22:34:17 +02:00
sundance
df062b56fd
fix inconsistent variable names for !shop talkaction (#479) 2021-07-17 15:44:24 +02:00
Evil Puncker
35b1412042
Indentation fix (#477)
spaces to tab
2021-07-02 09:36:02 +02:00
Brent957
4e6adb7ce3
Update config.php (#475)
syntax fix
2021-06-30 14:01:24 +02:00
TechnicalIllusion
a0c7831f58
Fix(creature names): restrict multiword creature names (#474)
* Fix(creature names): restrict multiword creature names
2021-06-25 19:16:15 +02:00
Znote
bdb4a862b5 Fix TFS 1.3 config.lua parsing
By ignoring table declarations.
2021-06-13 05:22:17 +02:00
Znote
4169b671da More robust spells.xml parsing 2021-06-13 04:15:01 +02:00
Znote
1de2c8c1d3 Fixed Typo in serverinfo.php parsing 2021-06-13 04:14:31 +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
Ricardo Souza
855c889568
Fixes problem to render sub files (#468)
into nginx server
2021-04-04 01:12:55 +02:00
Evil Puncker
d74400da57
Changed powergamers columns to unsigned (#459)
to match with tfs commit and also to prevent errors
458baa8b61
2021-01-22 10:05:33 +01:00
Evil Puncker
cdd7edda09
Update znote_schema.sql (#458)
removed a few leftovers of column size
2021-01-22 10:05:14 +01:00
slawkens
fd3c6cb939
Set password limit to 29 characters (#456)
* Set password limit 29
2021-01-06 22:50:09 +01:00
The Dejwww :)
a75e2c015e
small visual style fix in admin page (#455)
![enter image description here](https://i.imgur.com/A1YpZml.png)
2020-12-30 04:20:56 +01:00
Mina
93384c2375
php 7.4+ compatibility fix (#454) 2020-12-29 05:00:38 +01:00
Znote
48d1dd5712 Fix #263 gallery system using imgur
setup tutorial: https://github.com/Znote/ZnoteAAC/wiki/IMGUR-powered-Gallery-page
2020-12-13 22:20:54 +00:00
Znote
8128804021 Fix schema.sql syntax 2020-11-13 01:07:35 +00:00
Znote
824874e390 Fix #448 TFS 0.3/4 Guild House support
Guildhalls that have an owner now shows the Guild Name, which you can click to view the guild.
Before it would consider the owner to be player id instead of guild id, and load the player which was completely wrong.
Not all TFS 0.3 servers support this, so added a check to see if the guild column declaration was available in town data.
Also fixed a bug where it tries to load a sub page if you enter without posting selected town data to it.
And added town selection to the top of the list.
2020-11-12 17:33:32 +00:00
Znote
32b474b9be TFS 0.3 - Fix user_data declaration in init 2020-11-11 21:30:04 +00:00
Znote
a54d001e77 Fix schema import warning
Warning: #1681 Integer display width is deprecated and will be removed in a future release.
2020-11-11 20:01:04 +00:00
Znote
c2b261544d Removed unused variable 2020-11-05 02:11:53 +01:00
Znote
a2dea09163 otbr: client12: Event Schedule
Implements support for https://github.com/opentibiabr/otservbr-global/pull/1932
2020-11-05 01:54:59 +01:00
Znote
0b5fc15a41 Fix #311 OtservBR Premium lastday
When adding premium account through webshop, update both premdays and lastday column on otservbr based servers.
2020-10-31 19:38:28 +01:00
Znote
fa5fac75a7 Fix #446 TFS 1.3 premium time
which was implemented here: https://github.com/otland/forgottenserver/pull/2813
and merged 28th october 2020.
2020-10-31 14:29:29 +01:00
Evil Puncker
a88d3710fb
fix #445 (#447)
fix by @milbradt
2020-10-30 07:21:20 +01:00
Evil Puncker
a00dbcfabd
bye bye trailing whitespaces (#442) 2020-08-02 14:48:13 +02:00
Evil Puncker
aa016fc0b1
Removed unnecessary check (#441) 2020-07-19 17:25:19 +02:00
Evil Puncker
17f1ffee95
Making mounts order available only for 8.7 and above (#440)
* mounts only 8.7 and up
2020-07-19 00:05:00 +02:00
Znote
1ae01ee342 Character auction: Fixed points transfer to seller. 2020-07-18 23:51:26 +02:00
Znote
e61e5a85ce formatting 2020-07-18 23:44:34 +02:00
Znote
297db6029d char profile: Dont show other chars on account if searched char is hidden 2020-07-08 02:40:24 +02:00
Znote
4b0db861d5 Fix #429 Various warnings
Rewrote other characters on this account list in characterprofile
Added hash_equal() backport for low PHP versions
Fixed some warnings
2020-07-08 00:35:45 +02:00
Evil Puncker
5d9b0f3d00
Update myaccount.php (#436) 2020-07-07 02:38:09 +02:00
Evil Puncker
26af5066db
Fixed pagseguro path comment (#435)
closes #434
2020-07-06 19:03:20 +02:00
Evil Puncker
34f9b51f8f
A few Lua scripts updates, converted Lua scripts to RevScriptSys (#431)
- changed folder name from LUA to Lua
- Added installation instructions
- fixed playerdeath variables (fixes #430)
- Added outfit IDs up to Jouster outfit to the sync outfit script
- Removed unecessary instruction
- Added revscriptsys version of all scripts
2020-07-03 19:31:44 +02:00
Znote
3c8b1eb0aa Client 12.20+ support (email login)
Fix #424
2020-06-27 04:56:55 +02:00
Stefan A. Brannfjell
26628602b2
Players online in client 12, fix #425 2020-06-24 13:21:31 +02:00
Evil Puncker
5f87fd2376
Added result.free to getEternalStorage (#422) 2020-06-23 11:56:06 +02:00