MQ Alien WordPress Theme comes with the following features:
* Widget Ready
* Compatible with the latest WordPress version (Ver.2.3.2)
* 2 columns
* Black and White Color
* Right sidebar
* Simple banner rotator
* Valid XHTML and CSS Tested on:
* The following browsers: IE6, IE7, FireFox 2

Demo Download
February 10, 2008 – 1:23 pm
MQB is my first attempt to create a wordpress theme.
It is a 3 column gray and pink, widget-ready theme with simple banner management.
Reviews welcomed.

demo | download
November 7, 2007 – 4:41 pm
Here`s a free Social Bookmark Script generator I made.
It`s actually a clone of another website that I don`t want to mention.
Check it out, you might like it and it could get you lots of backlinks.
Host your own Social Bookmark Script generator website.
Offer a free service to the world.
Get free backlinks.
Usage:
- Download the zip archive and unzip it on your local machine.
- Edit terms.htm page.
- Edit bookamrks.php at line 2 and define the script folder and image folder.
- Upload all the files to your website root(bookmarks.php, terms.htm and bookmark-images folder)
- Include bookmarks.php in your page using php include function or design around it and rename it to index.php
October 5, 2007 – 12:04 am
First make a new file called stats.txt and one called stats.php
Give write permission on the .txt file (CHMOD 666 or 777 if you don`t see a growing count)
php code for .php file
<?php
//set data file name/path
$data='stats.txt';
//read content fom the .txt file
$show = file_get_contents($data);
//write new content to the .txt file
$new=file_put_contents($data,$show+1);
//show your hit counter
echo $show;
?>
This is faster thran fopen() and if the data file dose not exists the script creates it, if it can.
October 4, 2007 – 11:33 am
Today is the day I launch www.IntelliRank.net a new seo tools site. Check it out.
