09.19.2008 by Denis - 0 Comment
Posted in WordPress
For different database:
1. Point all domains to the same WordPress root directory.
2. Add the following code at beginning of wp-config.php:
$hostname = $_SERVER['HTTP_HOST'];
switch ($hostname) {
case "fairyfish.com":
$db = "db1";
break;
case "denis.fairyfish.com":
$db = "db2";
break;
}
// ** MySQL settings ** //
define('DB_NAME', $db); // The name of the database
Tag after WordPress
09.17.2008 by Denis - 2 Comments
Posted in Theme
StarCraft II is there column WordPress Theme for StarCraft game lover. It’s Widget-ready and compatible with WordPress 2.6 and has been tested with in Firefox, Internet Explorer 6 &, Opera, and Safari.

Demo
If you are StarCraft lover, you can get the theme only 39 Dollar. Please contact me by email/MSN: denishua@hotmail.com
Tag after Premium, StarCraft, Theme
09.17.2008 by Denis - 12 Comments
Posted in Theme
WP-Golf is a clean two-column theme for lovers of Golf that’s Widget-ready and compatible with AdSense. It’s compatible with WordPress 2.5.1 and has been tested with in Firefox, Internet Explorer 6 &, Opera, and Safari.

Demo | Dowload
Tag after Theme, WordPress
09.17.2008 by Denis - 0 Comment
Posted in Plugin
Upgraded AideRSS WordPress Plugin to version 0.2, now the plugin can retrieve detail date (Diggs, Google Blog search, Comments, del.icio.us) from AideRSS API for top posts. check the demo below:

This version need your server support CURL,if not, the output result of the plugin is same as verison 0.1.
After the plugin is uploaded and actived, you can add the following function in your template:
aide_get_top_posts('month',10);
There are two parameters for the function:
period=[day|week|month|year|auto|length in seconds] : The period to return posts from.
num=[1-30] : The number of posts to return.
Dowload: wp-aiderss.zip
Tag after AideRSS, Feed, Plugin, RSS