Navigation |

February 4, 2009

PHPBB Anti-Spam

Recently, spam hits on my forum and it’s so annoying. A MOD for PHPBB called Advanced Textual Confirmation can stop spam very efficiently, I cannot wait to see how it performances …

Filed by Paul Gu at February 4th, 2009 under Miscellaneous
5 persons have commented this post

September 3, 2008

Increase upload size in your php.ini

Upload file size are determined by your server’s PHP settings. The default values for PHP will restrict you to a maximum 2 MB upload file size. Page for the upload module based on two PHP settings, ‘post_max_size’ and ‘upload_max_filesize’. Since ‘post_max_size’ is the limit for all the content of your post, potentially including multiple uploaded [...]

Filed by Paul Gu at September 3rd, 2008 under Programming
No comments on this post yet