Entries Tagged with ‘’


My Support forum was just hacked by SeaNPauL of RootingAttack.Net
The forum is powered by SMF 1.1RC3. The Settings.php had write permissions and the contents of this file were modified.
I’ve replaced the file with my backup and have removed write permissions from each and every file. I don’t think any data has been lost.
Also removed write [...]

WordPress 2.0 introduced a lot of additional features in the Write Post screen.
One was the Post Preview sceen which now loads the entire post as if it would look on your site and this is a major bandwidth hog.
Another addition was the Inline Uploading. I still use IImage Browser along with my Open Picture Window [...]

Use my Open Browser Window Plugin with IImage browser.
Read here.

This hack requires you to have the IImage Browser Plugin and my Open Browser Window Plugin.
Once you have these two installed you can go about the hack:
1. Open iimage-browser.php
2. Find:
$ib_custom_code_thumb = ‘Must be set in iimage-browser.php’;
3. Replace with:
$ib_custom_code_thumb = ‘<a href=”%src” onclick=”ald_OpenPictureWindow(this.href,’iimagebrowser’,”,’%width’,'%height’,true); return false”><img src=”%tsrc” title=”%title” alt=”%title” width=”%twidth” height=”%theight” /></a>’;
Using this hack you can now [...]

The IImage Browser plugin for WordPress is an image management plugin that lets you browse through your uploaded images, upload new images, create thumbnails and generate code.
Just wanted to tweak one thing viz. Clicking on a thumbnail in a post should open the full image in a new browser window the size of the full [...]

Wordpress Hack: Opening Links in New Windows:
This hack creates an extra prompt for the target when you click on link button in the Quicktags toolbar.

IImage Browser Hack:
This is a hack for IImage Browser plugin where clicking on a thumbnail image in the post will open the full image in a new browser window the size [...]

Having read the tutorial by 21st Century Paladin on Opening Links in New Windows, I dug up an old post of mine in which I had editted the quicktags.js file so that I can insert links via the Quicktags buttons.
I have just modified the hack a little so as to reduce the amount of code [...]