• Philipp A. Baer
Bark Beetle (Scolytinae) Gallery

2006-07-16: Note to myself: 64bit

In order to use a localized version of Wordpress on a 64bit system (gettext actually), you’ll need to make the following modification to wp-includes/gettext.php:

    // Caching can be turned off
    $this->enable_cache = $enable_cache;

    // $MAGIC1 = (int)0x950412de; //bug in PHP 5
    $MAGIC1 = (int) - 1794895138;
    // $MAGIC2 = (int)0xde120495; //bug
    $MAGIC2 = (int) - 569244523;
    // Required for 64bit gettext
    $MAGIC3 = (int)  2500072158;

    $this->STREAM = $Reader;
    $magic = $this->readint();
    // Required for 64bit gettext
    if ($magic == $MAGIC1 || $magic == $MAGIC3) {
      $this->BYTEORDER = 0;
    } elseif ($magic == $MAGIC2) {
      $this->BYTEORDER = 1;
    } else {
      $this->error = 1; // not MO file
      return false;
    }

(Found on Wordpess.de)

CN: RoboCup2009

  • Second RR Group A
    • TU (6)
    • CN (6)
    • MRL (1)
    • Water (1)
    • HM (0)
  • First RR Group B
  • Wed, 01. July 2009
    • CN:HM0:0
    • CN:MRL – 0:3
    • CN:1.RFC1:4
  • Thu, 02. July 2009
  • Fri, 03. July 2009
    • CN:HKD – resigned
    • CN:Water – 1:0
    • CN:HM3:0
  • Sat, 04. July 2009
    • 10:00: CN vs. MRL
    • 12:00: CN vs. TU
For all team-realted issues, please have a look at the Carpe Noctem Website.
For the current results, please have a look at Tech United's web page.