Category Archives: Silenced work

MQ Alien Free WordPress Theme

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

MQB Free WordPress Theme

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

Free Social Bookmark Script generator

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:

  1. Download the zip archive and unzip it on your local machine.
  2. Edit terms.htm page.
  3. Edit bookamrks.php at line 2 and define the script folder and image folder.
  4. Upload all the files to your website root(bookmarks.php, terms.htm and bookmark-images folder)
  5. Include bookmarks.php in your page using php include function or design around it and rename it to index.php

Simple text based hit counter

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.

123

Today is the day I launch www.IntelliRank.net a new seo tools site. Check it out.