Update: Love the layout? Send your comments to the forums! If I get many positive responses, I may release the theme for free.
8

Wordpress 2.5 upload fix

Posted by multippt

Wordpress 2.5

Looks like even after extensive testing on Wordpress’s side, one nasty bug managed to slip through, and it’s not the fault of Wordpress either. Apparently, anyone using mod_security on Apache will not be able to upload anything on Wordpress 2.5 or Wordpress 2.5.1. This could be because mod_security doesn’t take a liking towards the Flash uploader Wordpress now uses. This is a big problem for Wordpress, since more than 30% of the Internet uses mod_security (courtesy of Hostgator and numerous other Internet web hosts), which means these uploaders won’t work if you simply install Wordpress and do nothing else after.

The fix?

Simply create or edit your .htaccess using your text editor. Insert the following lines to the file:

<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>

That should switch off security only for your uploader, and chances are your uploader should work fine.

Alternatively, since the entire problem is caused by Flash, you could try disabling the Flash uploader using a plugin that does that.

A second glitch is that sometimes the media gallery in Wordpress 2.5 may not be able to insert images. In addition to that, changes to your post might be lost for unknown reasons after doing that. Nonetheless, you can insert the image in another method by copying the URL of the image in the gallery and inserting it via Add Image in the toolbar.

0

Lumines patched - Forces update to 3.51

Posted by multippt

Lumines patched 

In a swift move by Sony and Ubisoft, copies of Lumines now appear to require an update to 3.51, the only firmware where homebrew cannot run. While this is in effect in Japan, such copies may soon arrive in Europe and USA as well.

If you want to run homebrew on firmwares 3.11-3.50, you would need the unpatched copy of Lumines (Launch Title, no firmware update required). Its not known if the exploit may still work if the update restriction is bypassed (say with the help of 2.71 OE-B”).

The patched version of Lumines have the following serial no. found on the UMD:
-ULS19005

What’s interesting is that while it took RockStar and Sony 6 months to patch the GTA: LCS game, it took only Ubisoft and Sony a few days to do the same (though maybe through an indirect approach by forcing users to update to the latest firmware).

Firmware 3.51 does not offer anything new in terms of features compared to 3.50 (aside from an icon that said “Coming Soon” when accessed, and a security fix on the Illuminati Exploit). The new copy of Lumines still function the same as the original, except with the inability to run homebrew.

0

Patch Tuesday: Windows Vista 0-day exploit fixed

Posted by multippt

Looks like Windows Vista has a few loopholes of it’s own.

Some of these fixes involves Microsoft Agent, the successor to “Clippy” (the sometimes annoying paperclip), the Client/Server Run-time Subsystem, and some other vulnerabilities.

Microsoft has tagged the update as “important” (one level lower than “critical”).

0

PS3 red light problem - Possible fix

Posted by multippt

I’m sure there are some reports of PS3’s not turning on properly, but instead end up with the known flashing red light. Apparently, MXACE encountered this flashing red light problem, and managed to fix the problem after doing a simple fix (however though, this may not necessarily mean that it fixes all similar problems on the PS3).

The fix was to remove the hard drive from the PS3.

However, note that the flashing red light problem may be due to the hard drive being damaged, or it being poorly connected to the system. This relation is also noticed in several PS3 forums.

Via Qj.net