Total Pageviews

Ramai Yang Meminati: Anda bagaimana pula?

Pages

Kenalilah dunia ciptaan sahabat-sahabatku:

Salam segunung rindu untuk kekasih di hujung talian:

Kasih manusia sering bermusim, madah helahnya tiada bertepi;
Dengan harapan kubina impian,
kau sentuh runtuh tinggal kenangan.
Biarpun hatiku retak seribu,
kau tetap kukunci di dalam hatiku.

Love me but, leave me not,
Kiss me but, miss me not,
Hit me but, hate me not,
Remember me but, forget me not.

Teman!
Di taman ini aku menantimu bersama segunung rindu yang sarat. entahkan bila ketemu penawarnya. Aku kehilangan, yang tinggal hanyalah kerinduan.
Di sini, akumengukir syair di atas air, meniti buih mengejar pelangi. Beralaskan mimpi syahdu kelmarin, kini menjadi igauan siangku. rindu ini di manakah noktahnya? Cinta ini bilakah ajalnya?
Ketahuilah sesungguhnya secebis kasih membuat kita sayang. seucap janji membuat kita percaya. sekecil luka akan membuat kita kecewa. tetapi, sebuah persahabatan akan selamanya bermakna."
rinduku padamu tak bisa pudar, kasihku padamu belum tercemar.

Apakah yang anda cari?

Wednesday, December 30, 2009

Your Clipboard Is Accessible.

Clipboard Hack Problem - Shocking news about CTRL+C
Ctrl+C may be the most important work we do everyday. But it's not a very
safe thing to do. Read on to know why. What happens when you press Ctrl+C
while you are online. We do copy various data by Ctrl + C for pasting
elsewhere. This copied data is stored in clipboard and is accessible from
the net by a combination of Javascripts and ASP. This is called clipboard
hack problem.
Just try this:
1. Copy any text by Ctrl + C
2. Click the Link: ”http://www.sourcecodesworld.com/special/clipboard.asp
3. You will see the text you copied was accessed by this web page.
Surprised! Do not keep sensitive data (like passwords, credit card numbers,
PIN etc.) in the clipboard while surfing the web. It is extremely easy to
extract the text stored in the clipboard to steal your sensitive
information.
Forward this information to as many friends as you can, to save them from
online frauds!
It is true, text you last copied for pasting (copy & paste) can be stolen
when you visit web sites using a combination of JavaScript and ASP (or PHP,
or CGI) to write your possible sensitive data to a database on another
server.
How Clipboard Hack is done?
The Clipboard hack is done by the following Source Code:
<script language="JavaScript">
var content = clipboardData.getData("Text");
alert(content);
</script>
Solution:
How to safeguard yourself from Clipboard Hack Problem?
To avoid clipboard hack problem, do the following:
1. Go to Internet Options->Security.
2. Press Custom level.
3. In the security settings, select disable under Allow paste operations via
script.

No comments: