admin

This user hasn't shared any biographical information


Posts by admin

PhpBB3 Ban Future Email Types

This phpBB3 mod will ban the use of email address accounts for any future registrations.

Note : This does not affect current registrations which is the case when using the inbuilt PhpBB3 “ban emails” admin control panel setting.

Open : /includes/functions_user.php

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

After add More >

Firefox add-ons

  • 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 >

Improve your website speed

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 >