Facebook Like Button

JavaScript

This script shows you the way functions are used in JavaScript. The following script shows you:
  • How to declare functions.
  • How to call the functions you have declared.
  • How to change CSS properties of an element with js.
  • The use of inbuilt function alert().

Click me to run this Script.


Script & HTML Code:
<body>
<p id="idp"onclick="alertfn()" onmouseover="mpointer()">
<b><u>Click me to run this Script.</u></b>
</p>
<script type="text/javascript">
<!--
function alertfn(){
alert("This is the Alert box!!!\nClick OK or CLOSE the window to go back!!");
}
function mpointer(){
idp.style.cursor="pointer";
}
-->
</script>
</body>

Remove Shortcut Icon

Sorry guys, it has been too long since my last post. I was stuck in my Exams. Never the less I'm back. I was browsing registry and then i found a way of Removing that Irritating Shortcut Icon...
Here's the trick:
  • Go to START. 
  • Open Command Prompt. 
  • Type REGEDIT.EXE
  • Follow the Path:
    HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons 
  • Edit Column: "29"="C:\Windows\System32\shell32.dll,50" 

JavaScript

I am thinking of practicing JavaScript, so lets get started...
If the time is less than 10, you will get a "Before 10am" greeting. Otherwise you will get a "After 10am" greeting.
You need to enclose this script inside script tag.
You need to visit this page at different times to confirm that my script is working well or you can change time of your System.

JavaScript:
var d = new Date();
var time = d.getHours();
if (time < 10) { document.write("Before 10am"); } else { document.write("After 10am"); }

OUTPUT:

Get Username & Password with Google

I recently read an article describing how to get usernames and corresponding passwords with the help of google and decided to blog it here. It was an incomplete article as the author had himself removed many details regarding cracking of passwords maybe because Google didn't allow him to post that. So i will also be providing links rather than explaining it here.

There are many ways to search for vulnerable sites with google. I'll show you here how to get username and password from sites that use FrontPage extentions. Microsoft FrontPage Extensions creates a service.pwd file inside the _vti_pvt directory in the HTTP server's document root. This file contains user names and passwords that could be remotely retrieved by an attacker. The good news is that Google indexes this kind of files, so they are very easy to search for. The bad news is that the passwords are encrypted, but wait, this is not really a bad news :-) because you can crack them if you are patient and you have the will. If you want to become a hacker, you have to be patient and you have to have the will. Please note: I'm not telling you to hack sites, this stuff is just for learning. So if you want to do illegal things, you should know that jail is a possibility.

Send Fake & Anonymous e-Mails

There are many website which allows you to send fake and anonymous e-mails.You can put your own From address, To address, Subject and message and can play a prank with your friend or whoever you want.Here is a list of some websites which you can use.You can play prank and fun with your friend by sending fake email with his girlfriend email address, & a lot more. Here are some popular sites: