Website

Related to foolab.org, Maybe other sites I host or manage ?

Sorry...

Body

It seems that our poor VPS can't handle the load.
And since the damn spammer won't let us live in peace.

I decided not to use the spam.module anymore. All anonymous comments require approval now.
But you have my word, I'll publish all of the non-spam comments and I'll not edit them ever.

Happy New Year, The foolab way.

Body

Happy new year all.
Alaa woke me up today saying that foolab is down. It was obvious that the codefilter.module "Which the drupal module used to highlight the php code." is not playing nice with drupal,I don't know why.
But Seeing an error about undefined functions is not a sign of good.
I don't know what happened, The site has been working for long time,
I tried to logout to find the error. It seems that it's happening to non logged in users, I searched drupal.org to find that this is a reported bug!
I don't know how many of you were affected by this error.
Anyway, I've disabled the following code in the module and everything is fine now.
function codefilter_init() {
drupal_set_html_head('

@import url('. $GLOBALS[base_url] .'/modules/codefilte\r/codefilter.css);

');
?>
I moved the code to the theme file.
// Codefilter block.
if (function_exists("codefilter_help"))
{
$output .= '

@import url('. $GLOBALS[base_url] .'/modules/codefilte\r/codefilte\r.css);

';
}
?>

Another thing just to fuck my mind, the codefilter module prevents drupal from generating the node teaser, I wonder why ?

Moved again

Body

foolab.org moved again to our new VPS at rimuhosting.com.
I suppose no more MySQL errors, If it happens, Then I'm a bad admin ;-)
The best thing is that I have my own relay now, So no more blck listed IP/subnet, no reverse DNS, no no MX record problems from SMTPs, Even better, I usr SMTP over SSL to relay!