slawkens
857ce1324c
* cache lastkills.php
2018-06-01 16:13:41 +02:00
slawkens
8ce791368c
* fixed wrong name of the skill in highscores for balance (was showing "level" instead of "balance")
2018-06-01 13:59:47 +02:00
slawkens
05e15ce9ad
* replace deprecated HTML <font> tag with <span>
2018-06-01 13:35:27 +02:00
slawkens
1926c5ec5b
* change deprecated HTML <center> tag to <div style="text-align:center">
2018-06-01 11:55:04 +02:00
slawkens
0bb1d869af
* (internal) change intval() function to (int) casting (up to 6x faster)
2018-06-01 11:33:22 +02:00
slawkens
c654ea329c
* replace "$twig->render()" with "$this->display"
2018-05-29 21:29:08 +02:00
slawkens
857aa110c8
* remove unnecessary parentheses in include/require (forgot this part)
2018-05-29 21:10:30 +02:00
slawkens
bf361238cb
* remove whitespaces
2018-05-29 21:06:15 +02:00
slawkens
42d23e9b37
* remove unnecessary parentheses in include/require
2018-05-29 21:00:56 +02:00
vankk
46ca6262b5
Sets the minimun lenght and maximun at config ( #54 )
...
* Sets the minimun lenght and maximun at config
* Update codes
2018-05-27 13:41:07 +02:00
vankk
654c038eab
Increased the mininum lenght and decreased the maxinum lenght
2018-05-23 10:06:33 -03:00
slawkens1
6668c47368
* fixed saving admin menus on some sensitive systems
2018-04-16 18:13:07 +02:00
slawkens1
68bbf4182f
* fix #47
2018-03-24 01:11:22 +01:00
slawkens1
3324154208
* fixed chrome bug on save ERR_BLOCKED_BY_XSS_AUDITOR
2018-02-04 23:40:59 +01:00
slawkens1
57d8e0b06f
* fixed displaying houses on TFS 1.x and higher
...
* fixed latest migration mysql error (23)
* fixed some config warning about highscores_balance
2018-01-27 12:38:50 +01:00
slawkens1
51acb739e9
* fixed #42
...
* changed mb_strtolower functions to strtolower() - was useless in this
case
* attemp to fix some bug with PHPMailer not finding its language file
2018-01-26 08:04:28 +01:00
slawkens1
ab73c602c3
* colorful dynamic menus!
...
* and also: blank option for menus
* NOTICE: Not all templates support that options yet
2018-01-14 14:29:53 +01:00
slawkens1
862533fd7f
* fixed some small information about Frags on highscores
2018-01-14 11:20:52 +01:00
slawkens1
ba8d56f6ab
* added highscores by balance
2018-01-14 10:38:33 +01:00
slawkens1
4bfc804d85
* auto add z_polls table on install
2018-01-14 10:37:26 +01:00
slawkens1
16bcb70863
* new hooks: LOGIN, LOGIN_ATTEMPT, LOGOUT
...
* fixed bug with uninstalling some plugin dirs
* updated TODO
2018-01-14 08:59:37 +01:00
slawkens1
9738c1896d
* fixed default stamina on otserv 0.6.x engine
2018-01-13 19:54:32 +01:00
slawkens1
d0976cead9
* forgot this
2018-01-13 19:44:43 +01:00
slawkens1
283806369a
* fixes to the latest commit (removed some files)
...
* otserv 0.6.3: fixed some warning (on the characters page) and fatal
mysql error (on the mango signature)
* update TODO
2018-01-13 19:34:53 +01:00
slawkens1
9dc3d6d8d6
* (fix) TFS 1.x not showing promoted vocations in highscores
2018-01-12 18:13:29 +01:00
slawkens
1949c197d6
* installation of important stuff with help of AJAX
...
* installation will be now done with AJAX request (jQuery), that will instaltly notify about the status of the installation (no waiting without clue anymore)
* install items & weapons on installation (before monsters)
2018-01-09 10:26:06 +01:00
slawkens
4f0fca021c
* uninstall: do not allow directories outside BASE
...
* uninstall: do not allow absolute paths
2018-01-08 17:19:56 +01:00
slawkens
5aa1ae003e
* allow comments inside plugin json file
...
* updated German translation (by German native speaker)
2018-01-08 16:15:34 +01:00
slawkens
f09c30d370
* fixed characters page - config.characters.frags "Notice: Use of undefined constant"
2018-01-08 11:39:49 +01:00
slawkens
c133482659
* added new forum option: "Enable HTML"
...
* will be by default enabled for newses
* fixed bbcode parsing
2018-01-08 10:53:14 +01:00
slawkens1
4102b44352
* important fix for servers with promotion column ( #36 )
...
* caused player.vocation to be resetted when saving player, for example:
on change name, accept invite to guild, leave guild
* fixed empty success message on leave guild
* (internal) using $player->getVocationName() where possible instead of
older method
* fixed some warning in guild show
2018-01-08 01:00:56 +01:00
slawkens1
2085f7e128
* fixed warning in highscores when vocation doesn't exist
2018-01-07 12:06:00 +01:00
slawkens1
de7366e9a9
* fixed some php notice when there are no players online on TFS 1.x
2018-01-07 12:03:37 +01:00
slawkens1
7ab1c1170f
* fixed saving custom vocations in admin panel ( #36 )
2018-01-07 11:57:26 +01:00
slawkens1
792770e5e2
* fixed some typos
...
* changes account.management to use buttons defined in template
2018-01-06 23:43:59 +01:00
slawkens1
1025fad0e6
* cache $db->hasTable and $db->hasColumn functions
...
* changed tableExist and fieldExist to $db->hasTable(table) +
$db->hasColumn(table, column)
* new configurable: database_log - can log database queries and show in
website source when logged as super admin
* removed debug_level configurable, enabled by default when logged on
super admin
* added OTS_Account:getCountry()
* added posibility to load OTS_Player partially, and without skills
* (internal) changed depracated $ots->createObject() functions with
their OTS_ equivalents
* (internal) removed unused code
2018-01-06 05:44:33 +01:00
slawkens1
9c281511fa
* added "Edit" option for admins in characters page
2018-01-06 01:52:59 +01:00
slawkens1
544375378f
* show user avatar (outfit) in forum posts
...
* show user position (group) in forum posts
* replaced forum actions links (move, remove, edit, quote) with images
* redirect directly to the thread on user login (on new reply)
* fixed account login redirect with special chars (like '&' and '?')
2018-01-06 01:46:36 +01:00
slawkens1
c2574235ea
* forum: show image in full screen on click
...
* do not expand the whole site cause of big posted forum images, instead
show a small image and allow full size on click
2018-01-05 23:48:08 +01:00
slawkens1
0533b8c946
* some fixes regarding latest commit
2018-01-05 23:42:30 +01:00
slawkens1
5475bd6b5f
* dont add extra <br/> to the TinyMCE news forum posts
2018-01-05 21:44:19 +01:00
slawkens
2e4321872a
* fixed othire account creating/installation
...
* fixed unexpected error logging about email fail
* added max_execution_time to the install finish step
2018-01-05 09:30:27 +01:00
slawkens1
920c8a936f
* some small fix regarding highscores vocation box
2018-01-04 00:29:03 +01:00
slawkens1
854560b2f5
* added news preview function (news, ticker, article)
...
* update TODO
2018-01-03 23:49:46 +01:00
slawkens1
4a948b8ba2
* save detected country on create account in session
...
* warning about leaving news page with changes
2018-01-03 22:03:56 +01:00
slawkens1
01c0d021b2
* added player status to tibiacom top 5 highscores box
...
* fix when there are no changelogs or highscores yet
2018-01-03 21:27:47 +01:00
slawkens1
3e49ef42a2
* fiedx bug on othire with config.account_premium_days
...
* fixed getPremDays and isPremium functions (newest 11.x engines are
bugged when it comes to PACC, its not fault of MyAAC)
2018-01-03 21:03:05 +01:00
slawkens1
4535687b48
* automatically generate plain mail from html
2017-12-26 22:30:52 +01:00
slawkens1
62443257fc
* semantic versioning support for plugins
...
* add support for defining max myaac version in plugin.json file
* you can now require other plugin to be installed before yours
* added German translation
* fixed faq containing html code
2017-12-26 16:47:52 +01:00
slawkens1
779dd003dd
* update to 0.7.3
...
* better solution for hidding samples (configurable)
* removed players.is_sample field
2017-12-19 00:01:59 +01:00