I’m So Tired

Filed Under (Whatever) by einchi on 21-06-2008

Tagged Under :

Today. I’m so tired.. Cannot sleep, and must finish my project… Wew.. This is my final project and i’m going crazy with deadline.. haha.. 30 june is the last day for my final project… So next week I’ll do my exam. Hope can be graduate next month. Support me friends.. I’ll give my best. :) Miss U all.. hehe bye :)

PHP Script Timer

Filed Under (Tools) by einchi on 20-06-2008

Tagged Under :

Today, I try to search some tools to count PHP script execution time. After Googling for a moment I found some script that i want. ^^

There are 3 site that have tutorial how to count PHP script execution time. One of them is http://www.ars-informatica.ca/article.php?article=37. There are any script to count PHP script execution time and written with PHP too. You can look the script or download it for free..

Or I’ll give you link to DOWNLOAD (Just click save as). Then extract it.. How to use it?

Just read usage inside PHP_script_timer.php

USAGE

First, the calling code must reference the PHP_script_timer script:

include ‘PHP_script_timer.php’;

Call the timing script at the start of the code to be timed with:

$timing_loops = 1;
for ($current_loop = 0; $current_loop < $timing_loops; $current_loop++) {
$time_start = microtime_float();

To end the timing sequence, follow the code to be timed with:

$timing[] = microtime_float() - $time_start;
}
timing($timing);

To run more the timing loop more then once, and calculate fastest, slowest and
average execution times, simply specify 2 or more $timing_loops.

note: don’t forget to put PHP_script_timer.php to the same folder with PHP script that you want to test.

Read the rest of this entry »

Unblacklist Kaspersky Key

Filed Under (Hack) by einchi on 13-06-2008

Tagged Under :

I had stupid way but working. Haha. I don’t know why Kaspersky make all key blacklist but… wew.. I used really stupid idea.. First you must know that Kaspersky have blacklist key list on every update file (black.Ist). If you download update kaspersky database.. extract your downloaded zip file and you’ll find file black.Ist.

Basic on this knowledge, i tried to make some dirty way to make my blacklist key to be whitelist :) hehe.. How?

Hmm that’s simple question, and i’ll give you a simple answer to…

1. First find the key (download) that you have whitelist on the previous update(A) (download).

2. Then i update with this update(A)… this update doesn’t blacklist my key yet .

3. Then i update again with last update(B).. and my key blacklisted..

4. And then?

how to unblacklist? just try to update manual with the previous update(A) again.. you’ll find that your update uncomplete.. but don’t care about that.. becouse your black.Ist replaced.. and see your key whitelist again:)

Good working hah?

Just try and tell me if it’s working for you…

This work for me..

Friend Forever

Filed Under (Gallery) by einchi on 07-06-2008

Tagged Under :

Promote Your Blog

Filed Under (Internet) by einchi on 27-05-2008

Tagged Under : ,

SEO adalah Search Engine Optimation. yaitu usaha agar website atau blog kita berada di urutan tertinggi saat seseorang menggunakan search engine. Misalnya blog anda tentang “bisnis online” maka anda berusaha agar jika seseorang memasukkan keyword tersebut di Google, maka blog anda berada pada halaman pertama (masuk 10 besar).

Teknik SEO ada 2 macam yaitu On Page dan Off Page. On Page, berarti membuat halaman website anda menjadi lebih bagus dengan content yang bermutu, keyword yang cukup dan tidak berlebihan, judul yang tepat dan deskripsi yang tepat. Read the rest of this entry »