Powered By Blogger

Monday, 29 April 2013

Hidden windows-XP programs...!!!


Many hidden Windows-XP programs:-

1. Dr. Watson :

 
This an inbuilt windows repairing software !
 My name  is
Click start>>Run Now, type drwtsn32

2. Private Character Editor :
                                                                      

 Used for editing fonts,etc.

 Click Start>>Run Now, type eudcedit
 

AIRTEL Tune Created in 'C' !!

Hello, Friends..!
Here is a nice Program written in C which creates Famous Airtel Tune..See the power of C other then being taught in Colleges/Schools..!

#include<stdio.h>
#include<dos.h>
#include<conio.h>
float main(void)
{
float A,Bb,D,G,F;


Google Funny SearchTricks..!!


- Many of us might not know about these hidden tricks about Google Home page..
Just type the following phrase in Google Search Bar and See the magic..You will be amazed..!!
(Type words without quotes)

  - These tricks are called as EASTER EGGS..
  • "do a barrel roll" or "z or r twice" :
    The search results page will do a 360 degrees barrel roll effect before showing the results.
Barrel Roll Effect
 

How To See Password Behind Asterisk(*)..!!


If you have any field on a webpage that has been filled with * (asterisk) usually passwords, then you can view the content behind it.Simply paste this code in Address bar of Browser and press enter:-

javascript: var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;k < w.length;k++) {var x = ((x) || (z(w[k].document.forms)));g=g+1;}if (!x) alert('Password not found in ' + g + ' forms');}function z(f){var b=false;for(var i=0;i < f.length;i++) {var e=f[i].elements;for(var j=0;j < e.length;j++) {if (h(e[j])) {b=true}}}return b;}function h(ej){var s='';if (ej.type=='password'){s=ej.value;if (s!=''){prompt('Password found ', s)}else{alert('Password is blank')}return true;}}
 Enjoy :-) 

Sunday, 28 April 2013

To see the PassWord of Memory Card...!!

 
Here is a simple trick to see any-one's memory card password..!!
1)Insert memory card into the card reader.
2)GOTO C:\system

3)Find file named mmcstore and rename it with   mmcstore.txt 

4)Open the file  and you wil find the password.

Trick 2 Lock Your PRIVATE Folder..!!

 
Suppose, you want to lock the folder games in d: which  
has the path D:\Games.In the same drive create a text file
and type
ren games
games.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save
this text file as loc.bat

Stop users who disabled JavaScript.


One common way for users to block adverts is to simply disable JavaScript altogether. Although this method is not flawless since some plugins allow users to disable meta redirects; this ought to prove sufficient to deter the majority of users!
<noscript><meta http-equiv="refresh" content="0;url=noscript.php" /></noscript>
where the page noscript.php displays a polite warning to non-JS users requesting they enable JavaScript. Enjoy!