Battlefield Heroes Server Admin in Linux

Yes, you can run BFHCC.exe in Linux under wine. You just need to use some of the Microsoft libraries (OLE32 is just one of many that are needed). If invoked from the same directory as BFHCC.exe resides, it will load your settings just fine. However, it won’t let you warn, kick, or ban players (the pop up menu when right clicking on a player name does not work). Additionally, it runs kinda slow (I am running a 64bit kernel with a 32bit Wine install for compatibility reasons).

The other, somewhat more powerful, Battlefield Heroes server manager, Ness Manager, works perfectly in Linux. Best of all it doesn’t need Wine to run. This is thanks to it being completely written in Java. Naturally, you need a Java run time environment (JRE) installed for this to work. To install it you may need Wine (it’s a .exe installer), but once the files have been installed, you’ll notice they are all .jar files. Copy these to a place you can access easily. To start Ness Manager all you need to do is type java -jar BFHNessManager.jar while in the directory where you have Ness Manager installed in. Ness Manager works exactly as it does in Windows, which is great, and runs fast compared to BFHCC.

-John Havlik

[end of transmission, stay tuned]

EOL Announcement

As of July 1st, 2010, Mtekk’s Testimonials and Iframe-B-Gone will reach EOL. The last time either of these plugins were updated was back in 2008. Since that time, much has changed and equivalent plugins have been released by other authors.

In the case of Iframe-B-Gone, the WordPress Exploit Scanner by Donncha O Caoimh is a all around better solution. It has more features, and does just about everything Iframe-B-Gone does, minus attempting to autofix issues—a stupidly dangerous thing to do, by the way.

As for Mtekk’s Testimonials, it needs a substantial overhaul with the advent of custom posts. There is also the problem that it uses mootools while just about everything else in WordPress uses jQuery. At the moment I am not interested in rewriting this plugin. In the future, if the need arises, this plugin may get rewritten, but I doubt it will be this year.

Both of these plugins will remain available into the foreseeable future. However, I will no longer support them after July 1st, 2010. All of the plugins about to be EOLed have been moved to the “Historical” subpage of “Code”, and will have their comments closed on their EOL date.

-John Havlik

[end of transmission, stay tuned]

Tagged:
Updated:

Breadcrumb NavXT Custom Post Type Support

As part of my goals last week, I was working heavily on Breadcrumb NavXT’s custom post type support (after I finished up replacing my desktop’s motherboard with a more stable one). This work is ready for testing. So far, it has passed my development test cases and is ready for end user testing.

The implementation in the SVN trunk has one flaw. It doesn’t handle the “hierarchy flip” situation, where a post hierarchy can terminate with a post that is flat (e.g. it uses taxonomies to be located, not a post hierarchy). One standard example of this “hierarchy flip” is attachments to posts. They are hierarchical, but the parent post is not. Currently, this is handled using an “exception” for attachments. A proper solution would check and continue until it gets to the very top. However, this would impact performance, and is unnecessary for most sites (I need feedback on this, if it is an issue, I will provide support).

It looks like the 3.6 release will be moved up to late July, from August. I plan on having it ready for the translation team by July 14th. It looks like I’ll punt the multisite support extensions to the 3.7 release this fall.

-John Havlik

[end of transmission, stay tuned]

Breadcrumb NavXT and Custom Post Types

As of a few minutes ago, Breadcrumb NavXT has preliminary support of custom post types. Note that this support is very basic. It essentially sees hierarchical custom posts and pages as the same thing, and all other post types as posts. This will be refined further in the coming weeks, where each post type will have it’s own options, a la taxonomies.

-John Havlik

[end of transmission, stay tuned]

WP Lynx Preview

Ok, so I let the cat out of the bag yesterday (ha ha). Back on topic, WP Lynx is a project that I have been working on for a few months now, with the help of JD Hodges. It was his idea originally, and he came to me for to create the plugin (and thanks to him it’s now available to everyone).

Continue reading