yea i found that bug and rectified it, but have been to busy to upload it all over and get it for validation. I'm also working on a robots detection mod, which is similar to the one in area51's board. but that got denied once (no idea why), so I just put up with it by continually adding new bot enti...
//-------------------------- MOD: Forum Information MOD --------------------------
//delete
//$template->pparse('overall_footer');
//-------------------------- End MOD: Forum Information MOD --------------------------
if you needed the SQL... it will be this: ALTER TABLE `phpbb_posts_text` CHANGE `post_text` `post_text` LONGTEXT DEFAULT NULL just in case you were wondering... but well... you'd probably have already used phpmyadmin so well thats not needed :P after all, i "cheated" and used pma anyways :...
You made a few mistakes, let me point it out to you: if ( $do_gzip_compress ) { // // Borrowed from php.net! // $gzip_contents = ob_get_contents(); ob_end_clean(); $gzip_size = strlen($gzip_contents); $gzip_crc = crc32($gzip_contents); $gzip_contents = gzcompress($gzip_contents, 9); $gzip_contents =...
it firstly depends on where the server is located (unlikely though - internationalizaation settings apply), but more likely, I think your server IS slow. Mine sometimes grinds to a halt and my page generation time can be up to 60+ seconds.