diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 7b91926..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-language: php
-
-matrix:
- include:
- - php: 5.4
- env: DB=mysqli
- - php: 5.4
- env: DB=mysql
- - php: 5.4
- env: DB=mariadb
- - php: 5.4
- env: DB=postgres
- - php: 5.4
- env: DB=sqlite3
- - php: 5.5
- env: DB=mysqli
- - php: 5.6
- env: DB=mysqli
- - php: hhvm
- env: DB=mysqli
- allow_failures:
- - php: hhvm
- fast_finish: true
-
-env:
- global:
- - EXTNAME="dmzx/mChat-Extension" # CHANGE name of the extension HERE
- - SNIFF="1" # Should we run code sniffer on your code?
- - IMAGE_ICC="0" # Should we run icc profile sniffer on your images?
- - EPV="1" # Should we run EPV (Extension Pre Validator) on your code?
- - PHPBB_BRANCH="3.1.x"
-
-branches:
- only:
- - master
- - develop
- - /^develop-.*$/
-
-before_install:
- - sudo mkdir travis
- - git clone "https://github.com/nickvergessen/phpbb-ext-acme-demo.git"
- - sudo cp phpbb-ext-acme-demo/phpunit.xml.dist ./
- - sudo cp phpbb-ext-acme-demo/travis/prepare-phpbb.sh travis
- - sudo rm -rf phpbb-ext-acme-demo
-
-install:
- - composer install --dev --no-interaction --prefer-source
- - travis/prepare-phpbb.sh $EXTNAME $PHPBB_BRANCH
- - cd ../../phpBB3
- - travis/prepare-extension.sh $EXTNAME $PHPBB_BRANCH
- - travis/setup-phpbb.sh $DB $TRAVIS_PHP_VERSION
-
-before_script:
- - travis/setup-database.sh $DB $TRAVIS_PHP_VERSION
-
-script:
- - sh -c "if [ '$SNIFF' != '0' ]; then travis/ext-sniff.sh $DB $TRAVIS_PHP_VERSION $EXTNAME; fi"
- - sh -c "if [ '$IMAGE_ICC' != '0' ]; then travis/check-image-icc-profiles.sh $DB $TRAVIS_PHP_VERSION; fi"
- - phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/travis/phpunit-$DB-travis.xml --bootstrap ./tests/bootstrap.php
- - sh -c "if [ '$EPV' != '0' ] && [ '$TRAVIS_PHP_VERSION' = '5.3.3' ] && [ '$DB' = 'mysqli' ]; then phpBB/ext/$EXTNAME/vendor/bin/EPV.php run --dir='phpBB/ext/$EXTNAME/'; fi"
diff --git a/acp/acp_mchat_info.php b/acp/acp_mchat_info.php
index 2777549..0d05d94 100644
--- a/acp/acp_mchat_info.php
+++ b/acp/acp_mchat_info.php
@@ -4,7 +4,7 @@
*
* @package phpBB Extension - mChat
* @copyright (c) 2016 dmzx - http://www.dmzx-web.net
- * @copyright (c) 2016 kasimi
+ * @copyright (c) 2016 kasimi - https://kasimi.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
diff --git a/acp/acp_mchat_module.php b/acp/acp_mchat_module.php
index 7d062eb..52fcf45 100644
--- a/acp/acp_mchat_module.php
+++ b/acp/acp_mchat_module.php
@@ -4,7 +4,7 @@
*
* @package phpBB Extension - mChat
* @copyright (c) 2016 dmzx - http://www.dmzx-web.net
- * @copyright (c) 2016 kasimi
+ * @copyright (c) 2016 kasimi - https://kasimi.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
diff --git a/adm/style/acp_mchat_globalsettings.html b/adm/style/acp_mchat_globalsettings.html
index ecd9660..4418b95 100644
--- a/adm/style/acp_mchat_globalsettings.html
+++ b/adm/style/acp_mchat_globalsettings.html
@@ -14,20 +14,31 @@