phpbb3の潘未来メールの種類

このphpBB3のmodは、将来の登録のメールアドレスのアカウントの使用を禁止します.

注 : この場合は使用している現在の登録には影響しません作り付けphpbb3の “メール” 管理者コントロールパネルの設定.

オープン : /includes/functions_user.php

検索 : $allowed_email = ($allowed_email === false) ? strtolower($user->data['user_email']) : strtolower($allowed_email);

追加した後、 More >

Firefoxのアドオン

  • The Firefox Web Developer add-on is a must have for webmasters to quickly check a variety of things about a website.
  • Examine Headers with this handy little add-on.
  • To easily check your website’s speed, install the Google Page Speed add-on for Firefox. It performs several tests on a website server configuration and front-end code. The More >

改善ウェブサイト速度

The following is a list of things you can do to help improve your website loading speed.

  • Use GZip compression for CSS, Javascript etc. Check your site here.
  • Minimize your javascript. You can use JMin for this.
  • Remove ETags
  • Set Header Expires to future
  • Put scripts at the bottom of the page

GZip compression can be controlled in Apache More >