Archive for the ‘PHP’ Category

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 […]

Posted January 20th, 2007 by mightyhitter under PHP, Wordpress | No Comments »

 

Easy EasyPHP

This package rocks! It ends the hassle of configuring the Apache & MySQL. It comes with both of them together with phpMyAdmin for easy database management. WoW!
I heard about EasyPHP about few months ago but never bother to try them, since normally I will do my php works at the real production server. […]

Posted April 12th, 2006 by mightyhitter under PHP | 1 Comment »

 

What’s wrong with the rewriting?

Yeah I don’t know much about Wordpress codex. Referring to the webs and few example’s does not help as well.
What I want to is to rewrite the URL such as:
/friends/tony/ –> /wp-content/plugins/friends.php?name=tony
so people will see /friends/tony/ on their browser, not the one with query string.
I have referred to Jerome’s Keywords and Feed Director, but […]

Posted March 19th, 2006 by mightyhitter under PHP, Wordpress | No Comments »

 

vBSEO Google/Yahoo Sitemap Generator v.1.7 Soon

Still having some tag errors with this plugin on vbulletin.
Anyway the latest version which is said to fix this error is about to be published. Hey thanks a lot!
If you are running a vbulletin, download the hack at vbulletin.org.

Posted March 17th, 2006 by mightyhitter under Google, PHP | No Comments »

 

How to customize the htaccess in Wordpress?

I’m working on a little plugin here, but I have little knowledge in htaccess things. making it short and sweet:
I need to translate
mightyhitter.com/wp-content/plugins/pluginname/somescript.php?query=value
into
mightyhitter.com/pluginname/value
I have tried modifying the htacccess at the root folder but all failed. If you are seeing this post and would like to help, please leave your comment:)

Posted March 15th, 2006 by mightyhitter under PHP, Wordpress | No Comments »

 

Beware of feed structure modification when writing a plugin

It just puzzled me why my feed xml structure at http://mightyhitter.com/feed/ output an error because of the MightyStats plugin. After few checks to the source, I noticed that if the function is called upon generation of the_content(), so it might as well will be called during generation of xml feed (because xml feed is […]

Posted March 5th, 2006 by mightyhitter under PHP, Wordpress | No Comments »

 

At last, there my web on technorati..

I let the default pin service address ( http://rpc.pingomatic.com/ ) to in my wordpress ping option, but I’m not sure why I never saw my web being listed with technorati. But it’s quit surprising to see it listed today, but I know it’s because of my MightyAdsense plugin being listed with wp-plugins.net directory.
From technorati:
If […]

Posted March 3rd, 2006 by mightyhitter under PHP, Wordpress | No Comments »

 

Dirty Keyword List

I know the search keywords list messed up at the bottom of this page. MightyStats still under testing so that problem will be fixed very soon.

Posted March 2nd, 2006 by mightyhitter under PHP, Wordpress | No Comments »

 

MightyStats Under Functionality Check

I just wrote a simple tracking plugin called “MightyStats” and installed it on mightyhitter.com. It is still in testing mode and will not be published at the moment. What this plugin will do is simply track the incoming referral’s page and keep it in database. It will then display a table showing the top […]

Posted March 2nd, 2006 by mightyhitter under PHP, Wordpress | No Comments »

 

It has been easier

I’m working on my new personal project. Some great related tutorial I’ve found are:

http://www.phpit….duction-xml-rpc-php/
http://www.sitepo…-service-php-xml-rpc
http://www.sweeti…terface-for-britblog
http://www.yetano…hp/services/ping.php
http://developers…i/pingConfigurations

Posted February 28th, 2006 by mightyhitter under PHP | No Comments »