Commit Graph

  • 1e2267bd31 Create character directly on create account page tobi132 2019-12-02 23:10:32 +01:00
  • 092a03e2cf Add some useful hints tobi132 2019-12-02 21:37:52 +01:00
  • 065661e419 Fix alignment to the center tobi132 2019-12-02 21:34:06 +01:00
  • 72d7dae7fa Remove whitespaces tobi132 2019-12-02 21:11:14 +01:00
  • 5624022064 Some non important change.. tobi132 2019-12-02 21:11:00 +01:00
  • 944d532ad1 Fix uppercase tobi132 2019-12-02 20:51:36 +01:00
  • 11727785c7 Deny access to /system directory in nginx config tobi132 2019-12-02 19:43:36 +01:00
  • 9b04dc0e44 Add some more exceptions to .gitignore tobi132 2019-12-02 19:43:07 +01:00
  • ca4f786aa8 Update copyright year tobi132 2019-12-02 19:34:44 +01:00
  • 152114b054 Remove whitespaces tobi132 2019-12-02 19:34:13 +01:00
  • 6aef5ecf4b Update TODO tobi132 2019-11-03 12:42:40 +01:00
  • 645e7ee95f Compatibility with old z_ gesior table. This fixes #46 tobi132 2019-10-17 23:42:02 +02:00
  • 798d0948d1 tinyint is better for sticked and closed tobi132 2019-10-17 23:39:30 +02:00
  • 008374748e Add showing database name into installation script tobi132 2019-10-17 22:35:26 +02:00
  • 3333ab4ade Fixed 'Please fill all inputs!' in some cases on install tobi132 2019-10-17 22:02:22 +02:00
  • f8c2f0f01b Cache items for longer period (5 years actually) tobi132 2019-10-17 12:11:18 +02:00
  • 6dc62cca13 Use config.character_name_max_length instead of fixed length tobi132 2019-10-17 12:08:21 +02:00
  • f3e9f17b85 Fix typo tobi132 2019-10-17 12:07:33 +02:00
  • ed14f9ada0 Add optional $params param into log_append (will log arrays) tobi132 2019-10-17 12:07:08 +02:00
  • 9250f20559 Add get outfit to getTopPlayers (required very often) tobi132 2019-10-17 12:06:38 +02:00
  • 6157fdc007 Merge branch 'master' of https://github.com/slawkens/myaac tobi132 2019-09-20 19:13:20 +02:00
  • 5a97e53e21 Add mising fields into spells table, fix some mysql errors tobi132 2019-09-20 19:13:15 +02:00
  • 901cb9eaf6 fix: players column deleted install description (#91) Gabriel Pedro 2019-08-22 15:24:25 -04:00
  • 79de744936 Test travis-ci tobi132 2019-07-26 08:48:32 +02:00
  • d8a70a3da6 Optimizations tobi132 2019-07-23 07:45:35 +02:00
  • 813de7eb3c Add configLua function tobi132 2019-07-23 07:45:21 +02:00
  • 410c15c997 Fixed getItemNameById function tobi132 2019-07-23 07:45:03 +02:00
  • fb9ead2690 Fix typo tobi132 2019-07-22 12:14:54 +02:00
  • e7c381d651 * added travisci to prevent mistype (#89) Gabriel Pedro 2019-07-22 06:12:01 -04:00
  • dca74d7b11
    Merge pull request #88 from EPuncker/master slawkens 2019-07-19 16:54:19 +02:00
  • 415b31e1b4 Change to TEXT instead of VARCHAR. As suggested by @gpedro tobi132 2019-07-18 20:06:04 +02:00
  • af1a6cf5ff Updated copyright year and SSL link Evil Puncker 2019-07-17 20:22:07 -03:00
  • d79ae8e927 fixed #79 by increasing loot column size tobi132 2019-07-17 22:21:07 +02:00
  • 49fe7a4b38 fixed #87 tobi132 2019-07-17 19:01:44 +02:00
  • f5374e8ce7 Allow simultaneous loading of config.ini and config.php in templates tobi132 2019-07-16 23:52:28 +02:00
  • 0c207ce12d This check is useless tobi132 2019-07-16 23:36:39 +02:00
  • 3945c2ad52 New, beautiful exception handler tobi132 2019-07-16 20:07:32 +02:00
  • bc8f24afad Move items from database to Cache_PHP tobi132 2019-07-16 19:06:51 +02:00
  • fd91d1fb06 Use correct limit at lastkills page from config tobi132 2019-07-16 18:50:42 +02:00
  • 6a81794bba Add load time into items & weapons loading admin page tobi132 2019-07-16 08:44:21 +02:00
  • 6a89b12258 Use config() instead of global $config, use exec instead of query tobi132 2019-07-16 08:22:26 +02:00
  • 219f128cb7 Use more strict === myaac 2019-07-12 22:12:19 +02:00
  • 89a24442c4 Thanks @gpedro for this suggestion myaac 2019-07-12 22:11:56 +02:00
  • 62eab175ab This shouldn't be saved into config slawkens 2019-06-10 02:11:17 +02:00
  • e3af63bd93 * moved admin_panel_modules to config.php slawkens 2019-05-30 14:54:46 +02:00
  • 78454657ca * fixed IDE warning "Modifiers are misordered" slawkens 2019-05-30 14:33:46 +02:00
  • 7b770e09f7 * add @method annotations to Cache class * code beautify slawkens 2019-05-25 00:20:20 +02:00
  • 933b25194c * cache hooks and template menus slawkens 2019-05-25 00:18:30 +02:00
  • 1cbe452f9c * remove unused and deprecated SQLquery and SQLquote functions slawkens 2019-05-24 23:46:45 +02:00
  • 920e9b915f * use $db->exec instead of query optimisation slawkens 2019-05-23 23:37:07 +02:00
  • 99e38b1b60
    Merge pull request #82 from whiteblXK/master slawkens 2019-05-16 18:20:30 +02:00
  • 2964089483 Fixed table(appearance) with main buttons in guild.view twig whiteblXK 2019-05-11 23:20:49 +02:00
  • 624a99b179 Removed unnecessary "if" in guild.view twig whiteblXK 2019-05-11 22:53:17 +02:00
  • 705277ceb5 * this comparison is useless slawkens 2019-05-10 20:17:57 +02:00
  • bf709786f3
    Merge pull request #80 from whiteblXK/master slawkens 2019-05-10 20:15:55 +02:00
  • bda7982134 Rest of Guild View to Twig whiteblXK 2019-05-06 23:26:01 +02:00
  • abb2b36ae6 Added getGuildLink function to Twig whiteblXK 2019-05-06 22:44:03 +02:00
  • 945442a842 Fixed problem with guildnick whiteblXK 2019-05-06 22:41:52 +02:00
  • 30b231cfdf
    Merge pull request #78 from whiteblXK/master slawkens 2019-05-04 22:51:27 +02:00
  • 8af9186098 Update CHANGELOG.md v0.7.11 slawkens 2019-05-04 08:19:01 +02:00
  • cbdac66fd0 add locale pt_br, fix tibiacom canEdit ticker buttons (#77) Ivens Pontes 2019-05-03 19:24:14 -03:00
  • 2d427601ee * release 0.7.11 slawkens 2019-05-04 00:20:37 +02:00
  • 257d4dbdad Typo, should be "List" whiteblXK 2019-05-03 19:17:28 +02:00
  • 69064839a7 Guilds List to twig whiteblXK 2019-05-03 19:12:07 +02:00
  • ed6a740eee Fix undefined variable in serverinfo for old TFS whiteblXK 2019-05-03 14:08:46 +02:00
  • d594fa1a54 Now it will properly shows Available Houses whiteblXK 2019-05-03 12:47:28 +02:00
  • 35e4cd4596 Houses page to twig whiteblXK 2019-04-29 20:42:03 +02:00
  • 454d4b088d * Update CHANGELOG.md slawkens 2019-04-27 17:39:41 +02:00
  • 24319ddc7a * fix some warnings when cache is disabled on status thing slawkens 2019-04-24 12:09:05 +02:00
  • d3e3efd05e * new cache engine: plain php slawkens 2019-04-24 12:08:42 +02:00
  • 14cb37725e * new configurable: footer_show_load_time slawkens 2019-04-24 11:50:28 +02:00
  • fc3bd432ef * simply ignore notice if key does not exist on config() slawkens 2019-04-24 11:23:18 +02:00
  • b0a5220159 * display all php errors if env is dev slawkens 2019-04-24 00:41:37 +02:00
  • 9620ac7d25 * fix include path not found in install_plugin.php when running from other directory slawkens 2019-04-23 23:52:13 +02:00
  • 7b1989cef2 * add clear_cache.php bin command slawkens 2019-04-23 23:50:54 +02:00
  • 601d2808a2 Create nginx-sample.conf slawkens 2019-04-23 23:40:17 +02:00
  • 71b4963ed8 * disable nginx output buffering (fixes installation AJAX Request) slawkens 2019-04-23 23:17:58 +02:00
  • f124c4844f Merge remote-tracking branch 'origin/master' slawkens 2019-04-23 23:16:57 +02:00
  • 7f9877b3da * set linux endings slawkens 2019-04-23 20:34:33 +02:00
  • 1526dde39d Update TODO slawkens 2019-04-23 20:31:30 +02:00
  • 7dd6925049 * Admin Panel has been done by Lee slawkens 2019-04-23 20:31:09 +02:00
  • 6163d3fbed Fixed team page twig (#76) whiteblXK 2019-04-20 15:04:39 +02:00
  • 630d23141d Update TODO slawkens 2019-04-20 00:04:16 +02:00
  • 0252006eb1 * Install: create admin account: ask for e-mail + character name slawkens 2019-04-19 23:56:36 +02:00
  • 162777bb46 * auto detected browser language in select language on install slawkens 2019-04-19 23:04:16 +02:00
  • 0d5b9c2f98 * remember installation language on first step (welcome) slawkens 2019-04-19 22:49:54 +02:00
  • 5f22ab0361 * sizeof is alias of count slawkens 2019-04-19 22:47:42 +02:00
  • b1fd1263f1 * remove this step_config_note slawkens 2019-04-19 22:34:11 +02:00
  • 6226203b0e
    Merge pull request #74 from whiteblXK/master slawkens 2019-04-19 22:30:58 +02:00
  • 9f31f90146 Fixing some errors at the install endscreen (#75) Tornadia 2019-04-19 16:28:38 -04:00
  • 5aaf15f81c Some small fixes whiteblXK 2019-04-16 13:37:10 +02:00
  • 5ad82a305e * fix othire compatibility slawkens 2019-04-15 23:24:44 +02:00
  • 296e99772a * forgot this yesterday... slawkens 2019-04-15 23:23:06 +02:00
  • 1365f41b2d
    Merge pull request #73 from whiteblXK/master slawkens 2019-04-15 23:14:20 +02:00
  • 13199744ef Moved serverinfo to twig whiteblXK 2019-04-15 18:14:17 +02:00
  • 4e937c32b4 * added some descriptions about items in Menus Editor slawkens 2019-04-14 04:46:53 +02:00
  • 559d13dfd9 * fix OTS_Account->setPremDays for OTHire slawkens 2019-04-13 04:48:06 +02:00
  • a94a9291e6 * better description of links slawkens 2019-04-13 04:46:04 +02:00
  • 6ccaf316ab * fix saving of account country in player editor slawkens 2019-04-13 04:45:48 +02:00
  • 9fff996393 * this should be in $(document).ready slawkens 2019-04-13 04:05:00 +02:00