".htaccess" tips and tricks

By using .htaccess files, we can control access our web content by allowing/blocking certain user or ip address to access our web content.

Is quite handy when you do not have the permission to change the httpd.conf file or restart the webserver.

Thursday, March 13, 2008 | posted in | 0 comments [ More ]

Hacking Web Camera

Today i watched a video discussed about hacking web camera using google search engine. By searching through search engine indexes, you can easily find other people's public web cameras. The only thing you need to know is the keyword to use for searching, that's what i'm going to share with you.

The keywords for searching web cameras

inurl:/view/index.shtml

Type the keywords in google search engine, then google will return all the web camera links. :)

OK, Done!

Happy searching!

Friday, March 7, 2008 | posted in , | 0 comments [ More ]

2008 Valentine's Day

Valentine's Day is a day which lovers express their love for each other by sending cards, flowers and presents.

For this year Valentine's, I have bought my girl friend one of the most expensive gift I ever bought for her. Compare to last year valentine's gift (a self-made photo video with a valentine's card), this year definitely i have become more generous.

Guess what, I have bought her a sony T2 camera.

this photo is taken by my crapy dopod D810 this photo is taken by song t2

The package i bought is sony album-T premium package. Market are selling RM1399 for standard package and I got the premium package with only RM1400, plus a sony pouch and screen protector.

Saturday, February 23, 2008 | posted in , | 0 comments [ More ]

Install Flash Plugin for Mozilla Firefox

Ubuntu Gusty: If you want to play youtube and some other flash files, flash plugin is a must for your browser. To install Flash plugin for Mozilla Firefox is not difficult at all, usually the browser will prompt out a wizard and guide you through the installation process. But for the latest version of Ubuntu(gusty 7.10), there’s a known bug affecting the Flash plugin in the Gutsy repo. User will get the error saying that the flash plugin is not installed even though the user has already installed the plugin.

To solve this problem:

Solution 1

Download the following debian package and install it manually

- Download debian package

wget http://mirror.ne.gov/ubuntu/pool/multiverse/f/flashplugin-nonfree/
flashplugin-nonfree_9.0.115.0ubuntu3_i386.deb

- Install the downloaded package, either double click to install it or open a terminal and type the following command
dpkig -i flashplugin-nonfree_9.0.115.0ubuntu3_i386.deb

Solution 2

Thursday, February 14, 2008 | posted in , | 0 comments [ More ]

Customize Popblue Theme blockquote

Popblue, one of my favorate wordpress theme. If you like theme that looks simple and light weight, popblue should be the one that you are looking for. The only major drawback of this theme is it has too simple blockquote. Sometimes simple can be a double edge sword.
So, since I don't like the blockquote and I like this theme so much. Therefore, I have did some changes in the original style.css to make the blockquote nicer.

Steps:
1) First, download the theme from http://www.blogohblog.com/wordpress-theme-pop-blue/ or from the direct link show at below:

Pop Blue Theme Download

The following is optional:
For regular index http://www.blogohblog.com/request/popblueindex.zip
For regular header without logo http://www.blogohblog.com/request/headerstyle.zip
download the items and replace it all.

2) Extract the downloaded file and place it inside "<DocumentRoot>/wordpress/wp-content/themes" folder

3) Goto the extracted folder, "pop-blue", look for style.css

4) Paste the following code at the bottom of style.css
blockquote {
border-top: 1px solid #006699;
border-bottom: 1px solid #006699;
border-left: 1px solid #006699;
border-right: 1px solid #006699;
margin-left: 1.5em;
padding-left: 5px;
background-color: #e7f9ff;
font-family: Arial;
}

5) That's it.

6) If you are lazy to make the changes yourself and want to have the same theme that I'm using, you can download the modified package from here PopBlue-modified [download#1]