slawkens
f9abe9a8e3
Fix create character when admin (any case is allowed now)
2021-06-08 19:18:25 +02:00
Lee
a1c7c2768c
Delete char with house #149
...
oops, didn't mean to submit that last push, I hadn't added the empty check. (noob moment)
quick fix for #149
2021-02-02 14:42:30 +00:00
Lee
565e6e3a3d
Delete char with house #149
...
Patch to stop players deleting themselves if they have a house
Fixes #149
2021-02-02 14:13:36 +00:00
slawkens
81b293a5a6
Fixes to character name validation
...
Admin should be able to create any name
Also fixes to config.character_name_min_length being ignored
2021-01-20 18:02:07 +01:00
slawkens
7d73e3cd98
Refactor code in delete_character.php
2020-12-19 23:25:46 +01:00
slawkens
5087fc4a00
You cannot delete character more than twice (Thanks Okke)
...
(cherry picked from commit 7fd784b2f615d87a028f2e1d90ec99fd67acb576)
2020-11-24 18:12:49 +01:00
slawkens
928de13459
Fix two boxes being show on email_change_cancel
...
(cherry picked from commit 8518afe70d7c0c2f79a4a3b21028509be7373e67)
2020-10-12 22:31:31 +02:00
slawkens
25afbd935c
Fix #132
...
(cherry picked from commit d4222e98e604592a9453a8ccde8ad2d7c28b85eb)
2020-07-03 23:25:08 +02:00
slawkens
03467ea64e
Update change_password email to be more informal
2020-06-06 19:51:17 +02:00
slawkens
d148b71f0f
Fixes in create new character nick
...
+ fixed config.character_name_min/max_length being ignored in change_name.php
2020-05-09 14:07:53 +02:00
slawkens
df59b104db
Fix cancel change email request
...
Thanks to OtLand user anyeor
2020-04-21 00:22:50 +02:00
slawkens
b7bb570420
Fix change info when config.account_country is disabled
...
Some PHP warnings and notices
2020-03-14 14:24:14 +01:00
slawkens
9b3dbdc54f
Save mailer error messages to file (always)
...
Filename: mailer-error.log
This will help debugging mail sending for new users
2020-02-15 23:57:15 +01:00
slawkens
2bd372dbaa
Add index.html to prevent autoindex
...
This fixes #101
2020-01-15 20:55:57 +01:00
tobi132
1e2267bd31
Create character directly on create account page
2019-12-02 23:10:32 +01:00
Evil Puncker
af1a6cf5ff
Updated copyright year and SSL link
...
Updated year to 2019 and made all my-aac.org links go to SSL by default
2019-07-17 20:22:07 -03: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
c654ea329c
* replace "$twig->render()" with "$this->display"
2018-05-29 21:29:08 +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
9738c1896d
* fixed default stamina on otserv 0.6.x engine
2018-01-13 19:54:32 +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
05f8756a12
* fixed viewing pages with capital letters (like serverInfo) on case sensitive systems
...
* fixed changing comment of characters with space and other special
characters in name (#29 )
* fixed viewing guilds with space and other special characters in name
(#29 )
* (kathrine template) fixed displaying menu when no URI is set (URI =
'/')
* added some additional checks for Validator guildName and rankName if
name is empty
* (internal) new twig filter: urlencode, which is using urlencode php
function
2017-11-14 19:58:44 +01:00
slawkens1
b37bd5f0ae
* github is weird
2017-11-12 21:56:47 +01:00
slawkens1
56a01e1e64
* fixed account email confirm function
...
* log some error info when mail cannot be send on account create
* fixed some weird include possibilities with forum and account actions
(verify action name)
* twig getLink function will now return with full url (BASE_URL
included)
* fixed some changelog PHP Notice warning
* (internal) shortened message functions
2017-11-12 21:55:12 +01:00
slawkens
7b84614a79
* removed @version header from files, as it was hard to maintain
2017-11-09 10:02:15 +01:00
slawkens1
1610a4ab91
* update to 0.6.6
2017-10-22 23:38:51 +02:00
slawkens1
2b6d65e955
* update to 0.6.5
2017-10-21 04:32:20 +02:00
slawkens1
9f946d4bc4
* update to 0.6.4
2017-10-20 22:17:54 +02:00
slawkens1
85c9a1e84d
* update to 0.6.3
2017-10-20 21:18:50 +02:00
slawkens1
8ab7be9fb8
* update to 0.6.2
2017-10-20 18:16:52 +02:00
slawkens
e45d27b5c7
* moved most of guilds html-in-php code to twig
...
* moved buttons to separate templates
* moved online search for to twig
2017-10-18 16:08:15 +02:00
slawkens1
0b693a02bd
* update to 0.6.1
2017-10-17 23:18:20 +02:00
slawkens
1727df7082
* new configurable: session_prefix, to allow more websites on one machine
...
* must be unique for every website on your dedicated server!
2017-10-17 16:09:07 +02:00
slawkens
69f822b69c
* moved account actions (pages) to account/ directory
2017-10-17 15:28:29 +02:00