Archive for the ‘Wordpress’ Category
Automatic anonymous comments deletion
Looks like I’m getting hundreds of spam comments in any of my single blog. Let’s stop these dumb robots. I have modified latest MightySpamBlocker to automatically delete any auto-submitted comments.
Download MightySpamBlocker here.
Latest Wordpress and some database structure changes
->
I never knew that the latest Wordpress (maybe starting from 2.3.0) makes major changes to the database structure if not because of my latest plugin MightyAlbum. It introduce new tables, something about taxanomy and ignore the post2cats table. Browsing the content of post tables, you will notice that the post category is not […]
Free Wordpress Hosting for Malaysian Friends
A little updates…
Those who are planning to have their own Wordpress blog, but not ready for a serious hosting cost can contact me. Sorry, Malaysians only. The application is opened until further notice. More details here at gamb.us. I have some tutorials in Bahasa too, all about setting up your own .com domain and […]
Getting first things first..
No it’s not the end of this blog just yet. The data lost was just an accident (yes, saying so makes me feel better!)
Okay, so I got this blog running for a month or so with no updates at all. Been busy with daily jobs and another fun part-time activity - unit […]
Things to do when people start stealing your blog posts
It’s digital stealing. The different is, when people steal your bun, you have nothing to eat. But if people steal your blog content, it is replicated and you can see it everywhere. You have nothing to loose, but I know how does it feel seeing your works being used by anonymous person you never […]
PHP Image Verification - Eliminating Spam Bot
I was looking for an easier way to alternatively redo MightySpamBlocker a.k.a spam bot eliminator. This article shows a better method in preventing robot login to a web based system. Have this code saved as something like image.php (or whatever name you would love to):
<?php
session_start();
// generate 5 digit random number
$rand = rand(10000, 99999);
// create […]
Watch video on MightyAdsense configuration
Stefan Julius from tips4blogger has produced a cool video on how to do MightyAdsense configuration. The video is in Germany though, but it is understandable by the visual example. Thanks Stefan, it’s just great!
Maybe you want to use Babel Fish to read the article.
How to use MightySearch plugin for Google SiteSearch
MightySearch plugin will simplify your tasks in getting a Google SiteSearch on a wordpress blog. It will enable your blog visitors to do an internet search, or your site search locally without getting kicked out of your site. The results are displayed at your own blog and this is a little service that you […]
Wordpress Plugin for Google Search
There are few articles that describe how Wordpress users can have an onsite Google search results to be displayed on their own blog. It can be fairly easy to do that with new pages and template, as featured by this excellent article at LiewCF and here.
I had once tried the same method, except that […]
Executing PHP Code in Posts
Just a quick updates on some plugins that enable Wordpress users to run PHP code in their posts;
Exec-PHP (Soeren Weber)
RunPHP (Mark Somerville)
RunPHP (James Van Lommel)
PHP Exec (Priyadi Iman Nurcahyo)
EzStatic3 (Owen Winkler)


