Minggu, 31 Juli 2011

Using Google Font API

/*
** quackquackgmt
**
** This script will display Greenwich Mean Time also known as
** Universal Time Coordinated.
**
**
** Simply refer to this script using:
**
**
**
**
*/

function quackquackgmt() {

var today=new Date();
var h=today.getUTCHours();
var m=today.getUTCMinutes();
var s=today.getUTCSeconds();
m=checkTime(m); // add a zero in front of numbers<10
s=checkTime(s); // add a zero in front of numbers<10
document.getElementById('id_gmt').innerHTML=h+":"+m+":"+s+" GMT";
setTimeout("quackquackgmt()", SetTimeOutPeriod);
}

function putspan() {
document.write("");
}

function checkTime(i){
if (i<10) i="0" + i;
return i;
}

var SetTimeOutPeriod = 1000;
putspan();
quackquackgmt();

How to access the Old Facebook Chat Box

So you hate the new Facebook Chat Box? Luckily, we can still use the pop out window of the old chat box!

Just click the link below to access the Old facebook chat box:

http://www.facebook.com/presence/popout.php

Facebook Chat BoxScreenshot:

How to access the Old Facebook  Chat Box

Tagged under

Rabu, 02 Februari 2011

Empires and Allies Bot

This bot will help you play Empires and Allies whenever your busy. Working Version 0.06beta.

Bot features:

1)Seed and harvest crops
2)Collect rent
5)Bot functional based on plugins, and if you want you can create your own plugin.

Simply follow the instruction below.

1. Download the bot here: Empires and Allies Bot or Mirror1

2. scan & Install eaa_setup_006.exe

3. Open the Empires and Allies Bot

4. Click start and wait for the facebook log-in page

5. Login and play Empires and Allies.The bot will now load its params and sync Empires and Allies Bot game for the first time (wait until BOT HAS FINISHED WORK)

6. At this point you can now access various settings and plugins configure it as you like (Its pretty easy try it!)

7. When your done go to the main tab then click START and play other game or sleep. The bot is now working, stop it by closing the window or by clicking Stop bot.

Empires and Allies