Bitacoreando

20/8/2004

Slashdot | MMOG Subscription Analysis Provides New Insights

Slashdot | MMOG Subscription Analysis Provides New Insights

Excelente discusión en /. acerca del mundo de los juegos masivos en línea (MMOGs). El artículo que mencionan An Analysis of MMOG Subscription Growth es una nálisis del comportamiento en el tiempo de las subscripciones a los más importantes juegos en línea.

Yo no tenía idea de que fueran tantos y los números que mencionan son impresionantes. millones de usaurios en muchos de los juegos es simplemente impresionante.

Filed under: Gamin' — ruben @ 12:23 am

19/8/2004

Install PhpWiki - 1.3.10

OK. I just wrestled phpwiki 1.3.10 and won.

Here’s How I did it:

1.- download / untar
2.- edit virtualhost definition or apache configuration, and make sure the file *wiki* is the index:

<directory /this/file/is/here>
         DirectoryIndex wiki
</directory>

3.- Make sure that wiki gets processed by php

 <files "wiki*">
   SetHandler application/x-httpd-php
</files>

4.- follow the INSTALL instructions.

Filed under: Bitacoreando — ruben @ 2:07 pm

2/8/2004

Multisite 0.1b

I’ve made a while ago a quick hack for adding multisite capabilities to Wordpress 1.2.

I’ts just a zip file with the files I modified. It works but needs the corresponding UI to make it as user friendly and cool as the rest of WP.

The general idea is to make a directory named sites under the current wp install and then making both a multi-conf.ini file and the corresponding directories under it. This approach uses the host part of the HTTP request to figure out which sites/dir to use and parse the wp-config.php inside it. After it has parsed it, it silently include()s the main wp-config.php which will define the variables (host, db etc) only if they have not been defined already.

get it here: multisite-1.2-mingus-0.1b.zip

Filed under: WP stuff — ruben @ 12:52 pm

Powered by WordPress