Out of Control

phpBB reCaptcha with https doesn’t work

If you are using the latest release of phpBB, which is 3.0.8 as of this writing, and you are using reCaptcha over HTTPS, then you might discover that reCaptcha stopped loading. The cause is that Google updated their servers from the old recaptcha.net servers, to their own google.com servers.

Getting Ensim to support 2048 bit CSR / SSL keys

Ensim does not accept 2048 bit CSR's or keys from the control panel. This solution will show you how to generate and install the key manually from the command line.

CodeIgniter Hints: Extending Models

If you are new to CodeIgniter and are using CI 2.x, then you might run into this little issue. If you want to extend a model, which you will undoubtedly need at some point, you might get confused by instructions that say to do it this way:

class Users extends Model 

You won’t get much love doing in trying to extend model in Code Igniter 2.0. Most controllers in CodeIgniter now use the prefix CI_ (that second character is an uppercase ‘i’).

This is the correct way to extend a model:

class Users extends CI_Model 

and place the file into application/models:

application/models/Users.php 

CodeIgniter Hints: MY_Controller not found

If you are new to CodeIgniter, and you are using CI version 2.x, you will be interested knowing that My_Controller has moved.

Bell charges $51.20 per MB for data usage on cell phone

If you don't have a data package on your phone, be careful of your data usage with Bell. Or, Why I am no longer with Bell.

Page 2 of 27 pages  < 1 2 3 4 >  Last ›