Sunday, November 16, 2008

PHP mbstring - Multibyte string, PhpBB3 installation issues, wordpress theme generator

Wordpress Theme Generator
http://www.makeuseof.com/dir/wordpress-theme-generator-create-wordpress-theme/

PHP - mbstring (Multibyte String)
http://in2.php.net/manual/en/intro.mbstring.php

issue: PhpBB3 installation:
mbstring.http_input must be set to pass

create a php.ini file inside PhpBB3/install folder and put the following code
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value register_globals 0

drupal: Mollom - protect from spam (From the creator of Drupal - Dries Buytaert)
http://mollom.com/
info: Mollom is a web service that helps you identify content quality and, more importantly, helps you stop comment and contact form spam, and that can protect your registration forms.

mbstring
http://in2.php.net/mbstring

No comments: