Tuesday, 31 December 2013

Know if someone is hacking your computer/ Trace a Hacker

Want to know if someone is hacking your computer? Command Prompt can help you find if someone you don't know is connected to your computer stealing private data. Just execute netstat -a and the command prompt will return a list of computers that your computer is connected to. In the results returned, Proto column gives the type of data transmission taking place (TCP or UDP) , Local address column gives the port with which your computer is connected to an external computer and the Foreign Address column gives the external computer you are connected to along with the port being used for the connection. State gives the state of the connection (whether a connection is actually established, or waiting for transmission or is “Timed Out”).

These tricks work on Windows 8, Windows 7, Windows Vista, Windows XP and all previous versions of Windows.

Now you know just how useful command prompt can be.

Monday, 30 December 2013

tips for Secure Browsing..

Basic tips for Secure Browsing.... (Share it)

1. Never keep same password for different services you use online like gmail , Facebook, bank accounts etc.,

2. Use multiple accounts so that you dont get spams in your personal/ official email address.

3. Install good Antivirus and Two way firewall.

4. Use VPN for hiding identity and secure browsing when using internet out of your home.

5. Update your OS, Antivirus, Firewall and Browsers regularly.

6. Install a good spyware & Adware scanner .

7. Never provide personal information openly in public websites. Share your information carefully.

8. Never click on unwanted or suspiicious links. It may be hacking attempt.

9. Change your passwords regularly to increase the security of your daily actiivities.

How to Find SERIAL KEYS from from Google:

How to Find SERIAL KEYS from Google:
steps:-
1) go to google.com
2) write the name of the software you want key and add 94FBR at the end.
Eg :- if you want to find key of IDM then write
"IDM 94FBR " (without quotes)
3) search it and you will find many sites with serial keys of that softwares

DONE !!!!

How To Run Linux In Web Browser

How To Run Linux In Web Browser

Most of the people who want to do commands or work on linux ,installs linux on vmware player.
There is an alternative for the people around by working on commands online on the web browser.
In web browsers most of the people use linux for the usage they want.

It is very easy and time saving process , installing virtual machine takes long time.

To run linux from your web browser

you simply go to webminal.org

In this site they provide online linux where you can practice your command line arguements.

Another alternative for using linux from web browser is you visit the site named http://linuxzoo.net/
You must register in this site to use linux in your web browser.

How To Change Mac Address In BackTrack 5

How To Change Mac Address In BackTrack 5

Many of them asked me thar how to change mac address in backtrack.

It is very easy to change mac address in backtrack as we can change mac address to any in a minute by using simple commands.

Let's start.
1. Open Terminal.
2. In terminal, type ifconfig eth0 down.

3. The above command is used for disabling the eth0 interface.
4. Now change the mac address by using a simple command in backtrack.

macchanger --mac 00:11:22:33:44:55 eth0.

5. You change your mac address to any number by using the following command.
6. Now configure the eth0 by a command
ifcofig eth0 up

7.Thats is you have changed mac address.

How To Rename Recycle Bin

How To Rename Recycle Bin

1. Click on Start -> Run  and in Run type regedit and hit enter.
2. Now Navigate to the Location
  HKEY_CLASSES_ROOT /CLSID/ {645FF040-5081-101B-9F08-00AA002F954E}

3. Now change the name of Recycle Bin to whatever you want.

4. There fore name of the Recycle Bin will be changed

How To Block USB Port

1. Click on start -> Run  and type regedit and press enter.
2. Now Go to the path

HKEY_LOCAL_MACHINE\SYSTEM\Current\ControlSet \Services\UsbStor

3. Now click on the USBSTOR, then on the right pane you will see "Start" string.
4. Right click on the Start String and Modify the value to the  4 , then your USB Ports wil be disabled.
5. To enable the USB Port modify the value to 3 in USBSTOR.

How To Display Message On Windows XP Welcome Screen

How To Display The Message On Windows XP Welcome Screen

Go to Start --> Run and type regedit and hit Enter.
 Now Navigate for the Path HKEY_LOCAL_MACHINE\SOFTWARE\Mcft\Windows NT\CurrentVersion\Winlogon.
Now change the key legalnoticeaction and change the name what ever you want, this key is used to give the name of the window to appear.
Modify the key legalnoticetext with what you want the window to display.
Restart Your Computer

How To Hide Drives On Your PC

How To Hide Drives On Your PC

1. Go to Start --> Run --> Regedit.
2. Now to go this path

 "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"

3. In a right panel create a new DWORD and name it as nodrives , now modify the hex value to  3FFFFFF.

4. Now restart your PC and then you will not find your drives in My Computer.

5. If you want to see your drive then go to the path above and delete the nodrives DWORD.

How To Lock A Folder Using Notepad

How To Lock A Folder Using Notepad

1. Start--> Run --> Notepad and hit enter.
2. Now Copy below code and paste it in notepad

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

 Now Save Notepad as FolderLock.bat.


3. Now double click on FolderLock.bat file then a new folder named as Locker is created.
4. Save your files in Locker folder then again double click on the FolderLock.bat, a prompt is displayed.
5. To lock the folder(Locker) press "y " in the prompt, to unlock press "n"  in the prompt.

How To Create an eBomb

How To Create an eBomb

1. Click on Start-> Run -> NotePad.
2. Copy the following code.

@echo off
msg * (YOUR MSG HERE)
cls
msg * (YOUR MSG HERE)
cls
msg * (YOUR MSG HERE)
cls

begin
goto %random%

:1
start cmd.exe
goto begin

:2
start paint.exe
goto begin

:3
start pinball.exe
goto begin :4
start iexplore.exe
goto begin
:5
start explorer.exe
goto begin
:6
start iexplore.exe "www.13downloads.com"
goto begin
3. Now save the notepad as filename.bat
4. Now dare to open the filename.bat



 Note:
 This filename.bat makes your pc slow because the above program code is to open multiple process at at time so that it make your pc hang.

Sunday, 29 December 2013

Access your phone without simcard

Access your phone without simcard
-
-
Access Ur Cell Phone menu without Sim card
To access to the menu in your phone without
having a card inside do the
following: type **04*0000*0000*0000# When
display say "Wrong Pin" press NO and
you have access to the all menus: Info, Access,
Settings, Calculator, Clock,
Keylock On?, Mail, Phone book
Do give a little thanks if u like the trick

INTERNET ERROR CODES !!

Error 400 - Bad request.
Error 401 - unauthorized
request.
Error 403 - forbidden.
Error 404 - Not found.
Error 500 -Internal error.
Error 501 - Not Implemented
Error 502 - Bad Gateway
Error 503 -Service unavailable.
Error 504 - Gateway Time-Out
Error 505 - HTTP Version not
supported/DNS Lookup Fail/
unknw host
Error 500-599 - Server Errors.

Friday, 20 December 2013

How To Hack A Website With Basic HTML Coding In Just 5 Minutes -

Steps:

Open the site you want to hack. Provide wrong username/password combination in its log in form. (e.g. : Username : me and Password: ' or 1=1 --)An error will occur saying wrong username-password. Now be prepared your experiment starts from here.

Right click anywhere on that error page =>> go to view source.

3. There you can see the HTML coding with JavaScript.• There you find somewhat like this....<_form action="...Login....">• Before this login information copy the URL of the site in which you are. (e.g. :"< _form..........action=http://www.targetwebsite.com/login.......>")

4. Then delete the JavaScript from the above that validates your information in the server.(Do this very carefully, your success to hack the site depends upon this i.e. how efficiently you delete the java scripts that validate your account information)

5.Then take a close look for "<_input name="password" type="password">"[without quotes] -> replace "<_type=text> “there instead of "<_type=password>". See there if maximum length of password is less than 11 then increase it to 11 (e.g. : if then write )

6. Just go to file => save as and save it anywhere in your hard disk with ext.html(e.g.: c:\chan.html)

7. Reopen your target web page by double clicking 'chan.html' file that you saved in your hard disk earlier.• You see that some changes in current page as compared to original One. Don't worry.

8. Provide any username [e.g.: hacker] and password [e.g.:' or 1=1 --] You have successfully cracked the above website and entered into the account of List user saved in the server's database.

Warnings

Do the coding and changes very carefully, your success to hack the site depends upon this i.e. how efficiently you delete the java scripts that validate your account information.

!! computer commands using notepad and command

Step 1: 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.

Now your code should look like the image below:

Wednesday, 18 December 2013

How to create your own Website

A basic website can be designed by using HyperText Markup Language (HTML). The scripts can be written in Notepad or a text document depending on the operating system which you use .The very basic tools for creating a website start with the use of HTML tags and HTML elements. The former are often used to pass on information about the unit of the content and the latter ones are used to format tools for the webpage. While coding, the HTML attributes and values are used to provide information like placement, height etc. for the content. In addition to these, one can use color tags, picture tags and HTML division tags to create a vivid webpage.



When creating a website, many people often choose to get a web designer for help. However, there are simple ways to learn how to make a basic website yourself and they will be explained in this article.
What is HTML?

To create a website, you will need to learn the basics of HTML. HTML is the acronym for HyperText Markup Language, which is the programming language used to create hypertext documents on the World Wide Web. The language is made up of a set of codes and symbols that will generate text, images, sounds, frames and animation on your browser pages.

Two common ways to start your website are:
Creating your own codes in a simple text editor and saving them as a .htm file
Using HTML generator software

Requirements

For those using Windows, start by opening a new Notepad document.

For those running MAC, open a new SimpleText document.

For OSX users, open TextEdit and make the following changes:

1. Open your "Format" menu and choose "Plain Text"
2. Under the "Text Edit" menu, open "Preferences" window and choose the option "Ignore rich text commands in HTML files".
Example 1:

Once you have your blank document, you can start by typing in:

   
<html>   
<head>   
<title>This is the title of your page</title>   
</head>   
<body>   
This is where all your contents will appear   
</body>   
</html>   

Note:

1. Always save your documents with a .htm or html extension to display them in your web browser. (e.g. index.htm).
2. To edit your source document, select the "View" option on your toolbar in the browser window and select "Source".
3. Don't forget to save every change made to your document.
4. To view the modifications made to the document in the browser window, refresh the page by using the F5 key.
HTML Tags

An HTML tag is defined as a markup that is added into an HTML document to give more information about the content. An HTML tag is put in between brackets and needs a closing tag. (e.g. <html> </html>).
HTML Elements

Elements are markup tags used to format some sections of a web page. An example of an HTML element is the <b> tag, used to bold the text displayed in the browser.

<html> is used to tell your browser that the file is made up of HTML-coded data. </html> is used at the very end of the document to tell your browser that the HTML contents end there.

<head> contains the first part of the document and is where the title of your browser page will be found. It can also contain the commands used to format the display of your browser (e.g. CSS calls). </head> is then used to end this section. This part will not be displayed in your browser.

<title> will be used to label your website. </title> is hence used to indicate the end of that command.

<body> defines all the content that will be displayed in your browser.
Basic HTML Tags to Remember

Headings

Headings are used to indicate the subject of the following content in your web page. In HTML, they can vary in size, from <h1> to <h6>. Remember that <h1> will indicate the largest heading and <h6> the smallest. Also, a heading has an opening tag <h2> and a closing tag </h2>.
<h1>All about HTML</h1>

Paragraphs

Paragraphs are used to separate text blocks in your web page. In HTML, they are defined with the <p> tag. A paragraph will have an opening tag <p> and a closing tag </p>.
<p>This section has defined HTML tags</p>

Line Breaks

In HTML, line breaks DO NOT require a closing tag. Hence, they are simply defined with the <br /> tag.
<br />This section has defined HTML tags

Comments

Comments are inserted in an HTML page to locate the different sections on a webpage by its designer. They are defined with the <!--- --> tag. Comment tags are not displayed in the browser, and can hence be used anywhere in the document without affecting the format of the webpage.
<!---Content starts here --> <!---End of contents-->

Example 2

   
<!---Webpage starts here -->     
<html>   
<head>   
<title>All About HTML</title>   
</head>   

<!---Content starts here -->     
<body>   
<h1> What is HTML?</h1>   
<p> HTML is the acronym for HyperText Markup Language </p>   
</body>   
<!---Content ends here -->     

</html>   
<!---Webpage ends here -->     

HTML Attributes and Values

HTML Attributes are information added to the elements and used to include a particular characteristic to the HTML elements. HTML attributes are always written together with a value (e.g. name="value") and are put at the start tag of an HTML element.

For example, if you want the heading to be placed at the center of your page instead of being displayed on the left by default, you can add the align attribute to the tag:
<h1 align="center">

The value will give the specific information about the attribute. A value is commonly written with the equal sign and is enclosed by quotation marks. (e.g. name="value")
Example 3

   
<!---Webpage starts here -->     
<html>   
<head>   
<title>All About HTML</title>   
</head>   

<!---Content starts here -->     
<body>   
<h1 align="center">What is HTML?</h1>   
<p> HTML is the acronym for HyperText Markup Language </p>   
</body>   
<!---Content ends here -->     

</html>   
<!---Webpage ends here -->     

Color Tags

Color tags allow you to modify the color of the text that is displayed in the browser window. <BODY TEXT="blue"> is an example on how to modify the text color if you wish to do so.

In HTML, you can also use color codes to obtain specific colors by using hexadecimal codes. So called hexadecimal triplets correspond to the colors red, green and blue (RGB). Hence, the color tag in hexadecimal will look something like <BODY TEXT="#000258">. You can get the color codes and names by following this link: http://www.computerhope.com/htmcolor.htm

You can also use color tags to modify the background color of your website by adding the BGCOLOR attribute. Hence, <BODY BGCOLOR="#000258"> will change the background color from its default white.
Example 4

   
<!---Webpage starts here -->     
<html>   
<head>   
<title>All About HTML</title>   
</head>   

<!---Content starts here -->     
<body bgcolor= "#808080">   
<body text="#ffffff">.   
<h1 align="center"> What is HTML?</h1>   
<p> HTML is the acronym for HyperText Markup Language </p>   
</body>   
<!---Content ends here -->     

</html>   
<!---Webpage ends here -->     

Note:

1. It is advisable not to choose striking colors like yellow or pink for your text as these colors tend to be disturbing for the eyes
2. Also, try to use a maximum of 4 slightly matching color tones that correspond to the atmosphere of your website for a better harmonizing result.
3. Do not make awkward color matches like pink text on a blue background for formal websites as it will look odd.
Text Formatting

Text formatting tags allow you to modify your text display in the browser window. For example, to bold a text, you can use the <b> tag. (e.g. <b> This text will have a bold font </b>). Below is the list of the common text formatting tags that you can use to alter your text display:

1. Bold Tag
<b>This text will be in bold</b>

2. Italic Tag
<i>This text will be in italic</i>

3. Underline Tag
<u>This text will be underlined</u>

4. Emphasize Tag
<em>This will emphasize your text</em>

5. Strong Tag
<strong>This text will be strong</strong>

6. Big Tag
<big> This will define big text</big>

7. Small Tag
<small> This will define small text</small>

8. Subscript Tag
<sub>This text will be subscripted</sub>

9. Superscript Tag
<sup>This text will be superscripted</sup>

10. Center Tag
<center> This text will be centered</center>

11. Left Tag
<left>This text will display in the left hand side of the screen</left>

12. Right Tag
<right>This text will display in the right hand side of the screen</right>

13. Unordered List Tag
<ul>
<li>This is an unordered list</li>
<li>This is an unordered list</li>
</ul>

14. Ordered List Tag
<ol>
<li>This is number 1 on my list</li>
<li>This is number 2 on my list</li>
</ol>

Note:

1. These tags can also be combined. If you want an underlined bold text, you can use <u><b>This text will be bold and underlined</b></u>

2. However, always close the first tag that you have opened last. In the above example, the <u> has been opened FIRST, before the <b> tag, but has been closed LAST.
Example 5

   
<!---Webpage starts here -->     
<html>   
<head>   
<title>All About HTML</title>   
</head>   

<!---Content starts here -->     
<body bgcolor= "#808080">   
<body text="#ffffff">.   
<h1 align="center"> What is HTML?</h1>   
<p><b>HTML is the acronym for HyperText Markup Language </b></p>   
<i>The language is made up of a set of codes and symbols that will generate:</i>   
<ul>   
<li> text, </li>   
<li> images,</li>   
<li> sounds,</li>   
<li> frames </li>   
<li> animation on your browser pages. </li>   
</ul>   
<br />   
Two common ways to start your website are either:   
<ol>   
<li><u>to create your own codes in a simple text editor and save them as a .htm file. or </u></li>   
<li><u>use a HTML generator software.</u></li>   
</ol>   
</body>   
<!---Content ends here -->     

</html>   
<!---Webpage ends here -->     

HTML Division Tags

Horizontal Rule

Horizontal rules are used to divide or subdivide sections of your webpage. The <hr> tag is used to create a horizontal line and can be altered to create different types of lines by modifying their size, color or width.
E.g. <hr width="75%" size="2" align="center"> or <hr color="#ffffff">

Solid Line
The <hr noshade> tag is used to create a solid line. It alters slightly from the horizontal rule tag as it produces the line without the 3D cutout generated by the <hr> tag.
Example 6

   
<!---Webpage starts here -->     
<html>   
<head>   
<title>All About HTML</title>   
</head>   

<!---Content starts here -->     
<body bgcolor= "#808080">   
<body text="#ffffff">.   
<h1 align="center"> What is HTML?</h1>   
<hr width="100%" size="2" align="center" color="#ffffff">   
<p><b>HTML is the acronym for HyperText Markup Language </b></p>   
<i>The language is made up of a set of codes and symbols that will generate:</i>   
<ul>   
<li> text, </li>   
<li> images,</li>   
<li> sounds,</li>   
<li> frames </li>   
<li> animation on your browser pages. </li>   
</ul>   
<br />   
<hr noshade size="5">   
Two common ways to start your website are either:   
<ol>   
<li><u>to create your own codes in a simple text editor and save them as a .htm file. or </u></li>   
<li><u>use a HTML generator software.</u></li>   
</ol>   
</body>   
<!---Content ends here -->     

</html>   
<!---Webpage ends here -->     

Image Tags

HTML documents enable you to insert images by using image tags. You can either browse an image from an online URL or from your own computer. The image tag <img src> stands for "image source"; hence, the image path should be defined after the attribute. If the image is found in the same folder as your source document, there is no need for you to enter the whole path directory.

E.g. <img src = "http://www.theodora.com/gif4/html_colors.gif">
or <img src = "colorcode.gif"> or <img src = "colorcode.jpg">

Alignment Tag
Once more, you can use the ALIGN attribute to display the image either in the center, right-hand side or left-hand side of your browser.

E.g.1
<img src = "http://www.theodora.com/gif4/html_colors.gif" align="center">
Note: However, it might happen that your browser does not support this tag. You can hence use the <center> tag just before the image tag to center your image in the browser.

E.g.2
<center><img src = "http://www.theodora.com/gif4/html_colors.gif"></center>

Image Size
The size of your displayed image can be modified by using the WIDTH and HEIGHT attribute. You can either use percentage or the pixels to size your image.

E.g.1
<img src = "http://www.theodora.com/gif4/html_colors.gif "width="50%" height="50%">
E.g.2
<img src = "http://www.theodora.com/gif4/html_colors.gif "width="200px" height="600px">

Image Border
If you want to insert a border to your image, you can use the BORDER attribute to do so.

E.g.
<img src = "http://www.theodora.com/gif4/html_colors.gif " border="5">

Runaround Space
The runaround space refers to the space gap around the image. This is a very useful tag when you have text around your picture. It is defined using the VSPACE attribute for the top and bottom sides and HSPACE attribute is used for the left and right sides.

E.g.
<img src = "http://www.theodora.com/gif4/html_colors.gif " vspace="5" hspace="5>

Alt Attribute
The Alt attribute labels the displayed image when the mouse is rolled over it. Hence, if for some reason, the browser cannot display the image, the user can still know what image has been displayed at this specific place.
<img src = "http://www.theodora.com/gif4/html_colors.gif " alt="hexadecimal color codes">
Example 7

   
<!---Webpage starts here -->     
<html>   
<head>   
<title>All About HTML</title>   
</head>   

<!---Content starts here -->     
<body bgcolor= "#808080">   
<body text="#ffffff">.   
<h1 align="center"> What is HTML?</h1>   
<hr width="100%" size="2" align="center" color="#ffffff">   
<p><b>HTML is the acronym for HyperText Markup Language </b></p>   
<i>The language is made up of a set of codes and symbols that will generate:</i>   
<ul>   
<li> text, </li>   
<li> images,</li>   
<li> sounds,</li>   
<li> frames </li>   
<li> animation on your browser pages. </li>   
</ul>   
<br />   
Two common ways to start your website are either:   
<ol>   
<li><u>to create your own codes in a simple text editor and save them as a .htm file. or </u></li>   
<li><u>use a HTML generator software.</u></li>   
</ol>   
<hr noshade size="5">   
<h2>Color Codes</h2>   
<p>You can use hexadecimal color codes provided by Theodora to create your own website atmosphere</p>   
<img src = http://www.theodora.com/gif4/html_colors.gif  vspace="10" hspace="10" alt="Hexadecimal Color Codes">   
This is the example that you have with the vspace and hspace attribute   
</body>   
<!---Content ends here -->     

</html>   
<!---Webpage ends here -->     

Linking Tags

In HTML, linking tags are used to jump from one section of the page to another or from one page to another. They are called Internal Links if they allow you to jump from one section or your own website's page to another and External Link when they open up a new browser window from another website. The major advantage of linking tags is that they allow you to create a dynamic website instead of creating a scrolling webpage.

External Link

<a href= "http://www.webaddress.com/">Web Address Link<a/> will display the "Web Address Link" as a hyperlink in your webpage and when the user will click on the text, it will load the page www.webaddress.com

Internal Link

There are two specific ways to insert an internal link:

1. To jump from the current page to another page on the same website
2. To jump from the current section of the page to another section on the same page.

To be able to jump from one section to another, you should first give a name to the section so that the tag can locate it when it is being called. For example, if the section concerning HTML Links has to be inserted in the upper section of the webpage, just above the "HTML Links" heading, insert the tag <a name="links">. The "links" value will refer to the section that has to be located; hence if a section of your webpage is based on cats, insert the tag <a name="cats"> just above the heading for cats.

After this process, you should also insert the link from which you want to jump. In this example, if you want to jump from the top of the page to the location of "HTML Links" found at the bottom part of the page, insert <a href="#links">Linking Tags</a>. The hyperlinked text "Linking Tags" will appear and when the user clicks on it, they will jump from their current location to the indicated section.
Example 8

   
<!---Webpage starts here -->     
<html>   
<head>   
<title>All About HTML</title>   
</head>   

<!---Content starts here -->     
<body bgcolor= "#808080">   
<body text="#ffffff">   
<a href="#color">Color Codes</a>   
<br />   
<a href="#links">Linking Tags</a>    
<h1 align="center"> What is HTML?</h1>   
<hr width="100%" size="2" align="center" color="#ffffff">   
<p><b>HTML is the acronym for HyperText Markup Language </b></p>   
<i>The language is made up of a set of codes and symbols that will generate:</i>   
<ul>   
<li> text, </li>   
<li> images,</li>   
<li> sounds,</li>   
<li> frames </li>   
<li> animation on your browser pages. </li>   
</ul>   
<br />   
Two common ways to start your website are either:   
<ol>   
<li><u>to create your own codes in a simple text editor and save them as a .htm file. or </u></li>   
<li><u>use a HTML generator software.</u></li>   
</ol>   
<hr noshade size="5">   
<h2>Color Codes</h2>   
<a name="color">   
<p>You can use hexadecimal color codes provided by Theodora to create your own website atmosphere</p>   
<img src = http://www.theodora.com/gif4/html_colors.gif  vspace="10" hspace="10" alt="Hexadecimal Color Codes">   
This is the example that you have with the vspace and hspace attribute   
<br />You can find a useful to visit Microsoft's website by clicking on this link<a href= "http://www.microsoft.com/"> Microsoft </a>    
<hr noshade size="5">   
<a name="links">    
<h2>Linking Tags</h2>   
<br /> This section will discuss about the importance of Linking tags on your website.   
</body>   
<!---Content ends here -->     

</html>   
<!---Webpage ends here -->     

Note:
These are only examples on how you can make use of the linking tags. You can of course alter their placement to make your website more user-friendly and attractive.

Target Window

The target window will load the linked page in another browser window so that the user is able to stay on your website's current page and view the hyperlinked address in another browser.

<a href= "http://www.webaddress.com/" target= "_blank">Web Address Link<a/>
Table Tags

Inserting tables in your website can be very useful to display the information in an orderly way. It will also allow you to handle your text and graphics more precisely.

The opening tag <table> is used to tell your browser that the table in the page starts there and ends with the </table> tag. You can also modify the color, size and border size of your table.

The table's size can be altered by using the <table width="0" height="0"> tag. You can either make use of the pixels or the percentage to change the size of the table.

You can make use of the tag <table border ="0"> for example to make an invisible border in your browser.

The <table cellpadding="0"> tag is used to make a space gap between the text and the inner line of the table's border.

The <table cellspacing="0"> tag is used to insert a space gap between the inner and outer line of the table's borders.

A table is made up of cells that are defined by the columns and rows within the table. A cell will be the space where your contents will be inserted. The column tag is defined as the <td> and </td> tags and the rows are defined as the <tr> and </tr> tags. To modify the cell width, you can use the <td width = "0"> tag. The size can be either set in the percentage or in pixel.

You can also align your rows and columns by adding the ALIGN attribute in your tags. Hence, to align a particular row, for example, insert the tag <tr align="top"> and to align a column, insert the tag <td align="center">
To align your cell, you can use the attribute VALIGN. <td align="center" valign="top"> will place the cell to the upper center of your page.

To span a column, you can make use of the tag <td colspan="1"> to set the number of columns the cell should span. Note that the default value is set to 1.

Also, to span a cell to a number of rows, use the <td rowspan="0"> tag.
Example 9

   
<!---Webpage starts here -->     
<html>   
<head>   
<title>All About HTML</title>   
</head>   

<!---Content starts here -->     
<body bgcolor= "#808080">   
<body text="#ffffff">   
<a href="#color">Color Codes</a>   
<br />   
<a href="#table">Table Tags</a>    
<h1 align="center"> What is HTML?</h1>   

<!---Your first table starts here -->     
<table border="1">   
<td width="1000">   
<p><b>HTML is the acronym for HyperText Markup Language </b></p>   
<i>The language is made up of a set of codes and symbols that will generate:</i>   
<ul>   
<li> text, </li>   
<li> images,</li>   
<li> sounds,</li>   
<li> frames </li>   
<li> animation on your browser pages. </li>   
</ul>   
<br />   
Two common ways to start your website are either:   
<ol>   
<li><u>to create your own codes in a simple text editor and save them as a .htm file. or </u></li>   
<li><u>use a HTML generator software.</u></li>   
</ol>   
</td>   
</table>   
<!---Your first table ends here -->     

<h2>Color Codes</h2>   

<!---Your second table starts here -->   
<table border="0">   
<td width="500">   
<img src = http://www.theodora.com/gif4/html_colors.gif  vspace="10" hspace="10" alt="Hexadecimal Color Codes">   
<a name="color">   
<td align="right" valign="top">    
<p>You can use Hexadecimal Color Codes provided by Theodora to create your own website atmosphere. </p>More text can be added here. <p>More text can be added here.</p>More text can be added here.<p>More text can be added here.</p>More text can be added here.</p>   
</td>   
</td>   
</table>   
<!---Your second table ends here -->   

<a name="table">    
<h2>Table tags</h2>   
This section will give you more details about table tags   
<p>   

<!---Your third table starts here -->   

<table border="2" bordercolor="#ffffff" cellpadding="1" cellspacing="2" width="70%" valign="middle" align="center">   
<th width="100%" colspan="3" bgcolor="red">Heading</th><tr>   
<td colspan="3" height="50" align="center">   
This is another part of the content   
</td>   
</tr>   
<tr>   
<td align="center" bgcolor="red"><i>Column 1</i></td><td align="center"  bgcolor="red"><i>Column 2</i></td><td align="center"   bgcolor="red"><i>Column 3</i></td></tr>   
<tr>   

<td rowspan="4" width="33%"  align="center" bgcolor="red"> Cell Spanning in 3 Rows (2nd and 3rd merged)</td>   
<td rowspan="3" width="33%" align="center"  bgcolor="red"> Cell Spanning in 2 Rows (1st and 2nd Cell merged)</td>   
<td width="33%" align="center"  bgcolor="red">1st Cell</td>   
</tr>   
<td width="33%" align="center" bgcolor="red">2nd Cell</td>   
</tr>   
<tr>   
<td width="33%" align="center" bgcolor="red">3rd Cell</td>   
</tr>   
<tr>   
<td width="33%" align="center" bgcolor="red">3rd Cell</td><td width="33%" align="center" bgcolor="red"> 4th Cell</td>   
</tr>   
</table>   
<!---Your third table ends here -->   

</body>   
<!---Content ends here -->     

</html>   
<!---Webpage ends here -->     

HTML Frame Tags

HTML frames allow you to create independent windows within a webpage. They are very useful as they allow you to display more than one document in a webpage.

To make use of the frames, you must have at least two different .htm files, one of which will be named index.htm. The index.htm file will be where all the windows will be displayed. The frame tag is defined as <frame> and the <frameset> tag is used to define the set of frames that are being used in the index.htm file.
Example 10

   
<html>   
<head>   
<title> Try the frame tags</title>   
</head>   
<frameset rows="100,*">   
<frame name= "top" src="banner.htm">   
<frameset cols="100,*,100">   
<frame name="left" src="menu.htm">   
<frame name="middle" src="content.htm">   
<frame name="right" src="right.htm">   
</frameset>   
</html>   

<frameset rows> will set up the size of the rows that will be displayed in your browser.

<frameset cols> will set up the size of the columns that will be displayed in your browser.

The <frame name> tag will name the frame and is used to link them to the main window.

<frameset frameborder> tag will be used to set a border to your frames. Setting it to 0 will ensure that it will be compatible with all browsers.

<frameset framespacing> will set a space between the closest frames.

<frame marginwidth> will set the width space on both sides of the frames. The size should be set in pixels.

<frame marginheight> will set the top and bottom margin size in pixels.

The <frame scrolling> tag will able the vertical or horizontal scrollbar on your frame. Its value must either be set to "yes", "no" or "auto".

The <frame noresize> tag will not allow the user to resize the displayed frame in the browser.

Funny java browser pranks and tricks

1) Calculate by Your web browser funny Java script trick
i will show a trick to to use your web browser as a calculator. You can use internet explorer or any other browser to do this tricks. it's a very easy code to memories , Often when you will get bored of your calculator you can calculate by this code through your browser. Moreover you can surprise other by this cool tricks. To do so just copy the following code or memories it and then paste it to your browser address bar
javascript: alert(600/200);
If you post this code in the address bar you get the answer as 3. You can change the number , you can add or subtract whatever you want.



2) Funny Web Browser shaking tricks
A funny tricks by which you can shake the browser. But in some browser like Google chrome , Opera it doesn't work. Try it in internet explorer and just enjoy the shaking of your browser
To shake your browser just copy the following Java script and paste it to your browser address bar and press enter
javascript:function Shw(n) {if (self.moveBy) {for (i = 40; 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)
here you can change the shaking rate by editing (i=40) you can give i=100 then it will shake more faster or if you gave less amount it will shake slower. Hope you will enjoy it




3) Funny java script tricks flip all of your browser picture
Now, i will show you a java code by which you can have fun by moving all the pictures from your web page. You can do this trick when you will get bored or show some one something new. But remember this code may not work in some browser . Try this code internet explorer or Mozilla Firefox or Google chrome. To do this trick at first open a website where plenty of pictures are available. Or juts a search images in a search engine or in hub page.. When your browser finishes the loading just paste the code to your web address bar and have fun ..the code is :
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+&quot;px"}R++}setInterval('A()&#39;,5); void(0);
To stop this effect just refresh the page everything will be fine.
You can experiment with the numbers in this java script to find something new. Learning Java is not so easy but having fun with it is easier. Hope you will like this trick. Thanx for reading

Tuesday, 17 December 2013

Create your own logo on Google

Googlelogo create your own search engine

Top 25 Fun Google Trick

1. Google Gravity
Quite simply, this is Earth-bound physics “infused” into Google’s interface: with “gravity,” the visual elements you commonly find on the interface, such as the search bar, the “I’m feeing lucky” button, and everything else fall down like a stack of bricks on the bottom of the browser. You can even “pick up” and “throw” the search results at the “walls” or just simply mess with them. This is no longer implemented on Google, but you can still see how it worked through the link below.

 

2. Let me Google that for you
LMGTFY or Let Me Google That for You is a somewhat tongue-in-cheek service made for those of us who are too lazy to use Google. Upon entering a search query, instead of results, you get a link that you can then mail to your lazy recipient.

Clicking on the link launches the actual search: thus, in this perigrinatory manner, you have Googled it for them. All they have to do is click the link. A beautiful example of technology making things more complicated for us.

3. Google Chuck Norris
There was a time when the internet raged with all imaginable Chuck Norris jokes. So naturally, Google itself dipped its hand in the meme with the Chuck Norris Google Trick. Search “Chuck Norris,” and Google returns a familiar Chuck Norris joke: “Google won’t search for Chuck Norris because it knows you don’t find Chuck Norris, he finds you.”

4. God on Google Earth
Sometime in 2010, people around the world went “God crazy” when Google Earth supposedly had taken a “snapshot” of “divine beings” while crossing a mountain zone in Switzerland. There’s no definite answer, of course, but the buzz it created was testament to how the entire online community could get excited over a blurry photo, like they do with pictures of cats.

5. Google Pac-man
A treasure-trove of fun Google tricks won’t be complete without mentioning Google’s Pac-Man doodle. On May 22, 2010, the 30th anniversary of the classic game, people around the world woke up to a search engine sporting an actually playable mini-version of Pac-Man. And naturally, hundreds of millions of people spent hours playing the game, basically slowing down productivity to a halt.

6. Google Mirror
This fun Google trick simply displays a mirror image of everything you might see when doing a search on Google.

 

7. Google Hacker
Those who are familiar with the so-called language of hackers (1337 5p3@k or “leet speak”) may love using this Google trick to amuse haxor pals or confound the squares. Sure, the trick isn’t much trickier than  swapping letters for moderately analogous numbers or ASCII characters — e.g. “G” becomes “6″, “E” becomes “3″, “N” becomes “||”, etc — But it’s still fun symbol-play, and still somehow feels like a secret language, despite that we all now w00t every time we are overcome with joy.

 

8. Google Barrel Roll
A Fun Google trick that is still accessible today, the barrel roll means exactly as it says: make Google do a barrel roll. Simply type “Do a barrel roll” into the search bar and Google dutifully obeys. Warning: This Especially Fun Google Trick is known to make babies cry and grown men squeal with delight.



9. Google Rainbow
Like a handful of the other Fun Google Tricks included in this list, this third-party website that has no official affiliation with Google but only offers its two cents in letting people experience the search engine in a delightful way. If you like colors, this site delivers it—although it may remind you more of the internet circa early-1990s, with all its animated GIFs.
10. Google Sphere
Google Sphere turns every little element you commonly see on Google’s homepage into a swirling “sphere.” It’s pretty cool, but it’s no longer implemented on Google. To see how it once worked, just visit the link below.

11. Google Spam
Probably not an actual Google trick but more a manifestation of how Google offers users related information. In the folders in your Gmail account, you usually see a one-line text advertisement from Adsense. But in the Spam folder, what you’ll see is a real Spam recipe—yes, it’s a recipe for something you can actually eat.

12. Google Tilt or Askew
Typing the word “tilt” or “askew” on Google (specifically if you’re using the Chrome or Safari browser) commands the search engine to “tilt” the whole screen slightly to the right.

13. Dragon Slayer
Those who use Google Docs will find this mildly amusing. If you create or open any spreadsheet, pressing Shift+F12 pops up a message that says: “Dragon slain! Congratulations, you’ve slain the dragon! ]B=8}”.

14. Google Ninja
Who doesn’t love ninjas? Google definitely does. If you’re using your Google Reader feed, press the keys “up, up, down, down, left, right, left, right, B, A” and a ninja (or a couple of them) appear!

15. All the Google Doodles
Over the years, Google has released several of its “doodles”—a temporary re-design of the Google logo made as a tribute to a historical event or the birthday of someone who has changed the world for the better. Through the link below, you’ll find all of the Google Doodles, not only the American versions.

16. Recursion
Type “recursion” into the Google search bar and Google in return asks, rather recursively: “Did you mean recursion?”

17. Google’s Nessie
Use the beach theme with your iGoogle homepage, then very patiently sit there and wait until the clock strikes 3:14 AM. Or you can just more the clock forward and see the monster” that comes out. If you actually waited several hours until 3:14 AM, finally seeing the monster might not totally amuse you.

18. Flight Simulator
What started as an Easter egg became so well-loved that Google eventually turned it into a regular feature of Google Earth. Just click Tools > Enter Flight Simulator, and you’re off to make a round-the-world tour. It would have been more awesome if Google Earth also has a “rocket launcher” feature with unlimited ammo to go with it, but maybe next time.

19. Google MentalPlex
One of the earliest (if not, the earliest) Google April Fool’s joke (this one surfaced in 2000) is the Google MentalPlex. Instead of typing their queries into the search bar, unwitting users were “invited” to just “think” their questions while gazing intently into the MentalPlex circle (apparently to allow Google enough time to “read” your brain signals and transform them into actual search engine queries), then click into the circle to see the results. Even Google’s CEO and co-founder Larry Page called MentalPlex “a quantum leap in finding what you are looking for on the Internet. Typing in queries is so 1999.” It was fun. Especially if you remember that this was the early days of Google, long before the billion-dollar behemoth called Adsense and what-have-you.

20. Google Anagram
Step 1: Type “anagram” into the Google search bar. Step 2: Google asks if you in fact mean “nag a ram.” Step 3: Proceed to LOL.

21. The disappearing “OO”
This is not really a Google fun trick per se, but you can wow your clueless friend with this little “magic.” Click anywhere on the white space of the Dark Arts page (URL in linked title above), then pretend to rub your two fingers on the two OO’s on the Google logo for 2 to 3 seconds, and the O’s will vanish. To bring it back, do the same thing: Click anywhere again and the OO’s will reappear, after which you will be redirected to the real Google.

22. Annoying Google
The “Annoying Google” trick is not really annoying under normal circumstances. Even if you’re in a hurry, Annoying Google’s way of messing up the words as you type them (randomly changing from upper-case to lower-case) is not really annoying. But if you want to see this in action and determine for yourself if it’s really annoying or simply mildly amusing, visit the link below.

23. Epic Google
Epic Google is Google on steroids — not the enhanced performance however, just the obscene bulk. Once the page loads, the logo, search bar, “Search” and “I’m Feeling Excessive” buttons, all swell until they either float off the page or you type a search and get the heck outta there.

24. Weenie Google
Weenie Google is the flip side of Epic Google. Once the page loads, the logo, search bar, “Search” and “I’m Feeling Inadequate” buttons,immediately begin to shrink to inscrutable and barely-usable sizes. Is fun, no?

25. Chicken Rolling
“Rick-rolling” is a popular prank that involves redirecting the unwitting user to a video of music artist Rick Astley singing one of his hit songs (most often “Never Gonna Give You Up”). Chicken-rolling, on the other hand, is like Rick-rolling, but with one dancing man eating fried chicken legs. To subject your unwitting friend to this prank, type the code “2204355” then click “I’m feeling lucky.” See what happens.

Down Any website by CMD

In technical or Hacking language it is also called Denial-Service-Attack.This attack method very famous between hacker.First i am thing show you DOS attack by BACKTRACK 5 but i am final that i am show this attack on Windows by help of CMD (Command Prompt) because command of BackTrack 5 are not simple for everyone.

What is the working of DOS attack ?

In DOS attack hacker attack on the site like many person or threat for a simple example when a big university launch his Result then many excited student access the site Database simultaneously then if site very poor then some time it down or crash.

So let start,first open your CMD and type

ping www.site name which you want down.com

This command given you site IP address for help look below pic..

After found the IP address Open the Notepad and type...

ping www.sitename.com -t -l 65500

Save as SHW.bat Remember extension of site always .bat exit and save it on Desktop.

Watch below pic...

After save the file Close the notepad and go to desktop where you can see your save file like below pic...

Open it by double click,when you open this file then it shown like below picture and some line execute like 'Request timed out'...


Many time this line Execute but you wait for some time it show you result.

For successful DOS attacks it is necessary you have a good and fast internet connection,but never try it because your IP trace by Webhost company and you go to jail.

For check site is down or not go to this site and enter your site address...

http://www.downforeveryoneorjustme.com/

This thread only knowledge purpose,Hackarde or me never responsible for any damage.

How to create your own 'Task Manager".

Hey everyone,you can create your own "Task Manager" by pasting this command on Notepad and saving it as "TaskManager.bat" ...This is the command:-

 @echo off
mode 33,25
setlocal ENABLEDELAYEDEXPANSION
Title Process Manager
:Begin
CD /D "!TEMP!"
set "TASKLIST=%windir%\system32\tasklist.exe"
set "FIND=%windir%\system32\find.exe"
set "wmic=%windir%\System32\Wbem\wmic.exe"
set "Explore=%windir%\explorer.exe"

:Reload
cls
set num=0
echo.________________________________
echo.[ Process Name ] [ PID ]
echo.--------------------------------
if not defined NAME set NAME=%USERNAME%
!TASKLIST! /FI "USERNAME eq !NAME!" /FO TABLE /NH >"plist.txt"
for /f "tokens=*" %%a in (plist.txt) do (
set /a num+=1
set "list=%%a"
set "list=!list:~0,32!"
echo.!list!
)
echo.________________________________
Del /f /q "plist.txt" >nul 2>&1
Title !NAME! - [!num!] Process Running.
if not defined ac (
if /i "!NAME!"=="%USERNAME%" goto :USR
if /i "!NAME!"=="SYSTEM" goto :SYS
)
if /i "!ac!"=="K" goto :Kill
if /i "!ac!"=="S" goto :SYSTEM
if /i "!ac!"=="U" goto :USER
if /i "!ac!"=="E" goto :Explore
set "ac="
GOTO :Reload

:USER
set "NAME="
set "ac="
GOTO :Reload
:USR
echo.CH : K=Kill, S=System, E=Explore
set /p "ac=Action : "
GOTO :Reload

:SYSTEM
set NAME=SYSTEM
set "ac="
GOTO :Reload
:SYS
echo.CH : K=Kill, U=User, E=Explore
set /p "ac=Action : "
GOTO :Reload

:Kill
echo.Type PID to Kill..
set "ac="
set /p "PID=PID : "
if not defined PID goto :Reload
Taskkill /F /PID !PID! >nul 2>&1
if errorlevel 1 (echo.No Task Running w/ this PID.) else (
if !PID! geq 0 if !PID! lss 10 (
echo.Can't kill Critical Process
goto :clr_var2
) else (
echo.Success : Task with PID=!PID!
echo. has been KILLED..
))
:clr_var2
set "ac="
set "PID="
PAUSE>NUL
GOTO :Reload

:Explore
echo.Type PID to Explore..
set "ac="
set /p "PID=PID : "
if not defined PID goto :Reload
if !PID! lss 10 goto :clr_var
if !PID! gtr 10000 goto :clr_var
!wmic! process get ProcessID,ExecutablePath >"path.txt"
for /f "tokens=1,2 delims= " %%a in ('type "path.txt" ^| !FIND! " !PID! "') do (
set "exepath=%%~dpa"
)
if not defined exepath (
echo.No Task Running w/ this PID.
PAUSE>NUL
) else (START !Explore! "!exepath!")
:clr_var
set "PID="
set "exepath="
Del /f /q "path.txt" >nul 2>&1
GOTO :Reload

:END

Remember to save it as "TaskManager.bat".

How to shutdown someone's computer on your Network or Domain.

Hey guyzz , with this trick you can shutdown,restart or logoff any computer which is connected to your computer on a Network or a Domain.Open CMD,then type "shutdown -i" then press ENTER.A dialog box will appear...then in that add the computer or write its IP address...then set what you wanna do like 'Shutdown' then set the time limit for starting Shutdown..then type a message in the comment box if you want.Then click OK..Its a really good trick to fool others..

How to make a calculator with a Batch File.

Please open your notepad and copy the code below
----------------------------code------------------------------
echo off
cls
echo.
echo This is multiplication calculation
set/p "user=FirstNo=>"
set/p "pass=SecondNo=>"
set /a a=%user%*%pass%
echo so the answers is = %a%
pause >nul
---------------------------end code---------------------------

then paste this code in your notepad and save as "calculator.bat"

*note = you can change * with +,- and /

Bush Hid the Facts – Most Popular Notepad Trick.

This is one of the mysterious notepad tricks.According to the trick it really seems Microsoft had put some hack into the coding of notepad making the text hidden after saving it.
1)Open notepad.
2)Type "BUSH HID THE FACTS"
3)Save that file.
4)Close it
5)Open it and See it Again...

Why This Happens ? : It was later known 4335 Rule. It means that if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code. Similar is with "this app can break".

Website Hacking through SQL Injection Hack.

Disclaimer :This is for educational purpose only.. 
                              In this post i'm not gonna show you to hack a Website...But this is just a demo of Website Hacking through SQL Injection method..

We hear the same terms whenever a popular site gets hacked. You know… SQL Injection, cross site scripting, that kind of thing. But what do these things mean? Is hacking really     inaccessible as many of us imagine?

Not really!!

When you consider that you can go to Google right now and enter a search string which will return you thousands of usernames and passwords to websites, you realize that this dark science is really no mystery at all. You'll react similarly when you see just how simple a concept SQL Injection is...
              
                   In its simplest form, this is how the SQL Injection works. It's impossible to explain this without reverting to code for just a moment.

Suppose we enter the following string in a Username field:

' OR 1=1

The authorization SQL query that is run by the server, the command which must be satisfied to allow access, will be something along the lines of:

SELECT * FROM users WHERE username = ?USRTEXT '
AND password = ?PASSTEXT?

…where USRTEXT and PASSTEXT are what the user enters in the login fields of the web form.

So entering `OR 1=1 — as your username, could result in the following actually being run:

SELECT * FROM users WHERE username = ?' OR 1=1 — 'AND password = '?

Two things you need to know about this:
['] closes the [username] text field.

'' is the SQL convention for Commenting code, and everything after Comment is ignored. So the actual routine now becomes:

SELECT * FROM users WHERE username = '' OR 1=1

1 is always equal to 1, last time I checked. So the authorization routine is now validated, and we are at the  front door to create havoc.
                                                                                    I hope yo got that........... 

Brilliant! I'm gonna go hack a Bank!
Slow down, cowboy.This half-cooked method won't beat the systems they have in place up at Citibank...

But the process does serve to illustrate just what SQL Injection is all about — injecting code to manipulate a routine via a form, or indeed via the URL. In terms of login bypass via Injection, the hoary old ' OR 1=1 is just one option. If a hacker thinks a site is vulnerable..

                                                Here are a couple more common strings which are used to dupe SQL validation routines:

username field examples:
 
1)admin'—
2)') or ('a'='a
3)”) or (“a”=”a
4)hi” or “a”=”a

..........… and so on.

How to make a Folder with no name.!!

To create a Folder with no name :-

1)Create a folder with any name.
2)Select the Folder and press F2.
3)You have to rename the Folder,,so,,erase its previous name and then hold "alt key" and then press "9" 9 times.
4)Press ENTER.
5)See the Magic.

Remember:-You have to press the button "9" which is on the right side of the Keyboard (under the NumLock)..

               Have Fun!!!!

How to make images fly in Google..

1)Open Google.

2)Go to Google images.

3)Search for images like,"Nature".

4)Hit ENTER.

5)Now the searched images will come.

6)Paste this code in your Browser's URL box and then hit ENTER again.

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

7)Images fly in Google...xD

Trick to Change the Colour of Facebook

Most of us are using Facebook.  And most of us login to our account every day. So don't you feel bored of the same old color on the Facebook.  Wanna change the colour of your Facebook account. Here is the trick.
You need to these things with you.
Mozilla Firefox Browser
Greasemonkey Addon
Facebook script
These are the step by step guide to do this.
Open Mozilla Firefox. If you don't have download it from here.
Now you have to install Greasemonkey Addon. Download it and add to Firefox from here.
After it restart Firefox.
Now you have to install Facebook script. Download it from here.
And then. Restart your browser again.
Now go to Facebook.com and login to your account.
Now go Tools>Greasemonkey>User script Commands>Customize Facebook Colours as the picture bellow. ( In Firefox 4. You can view the menu by pressing alt button. )
 

You can now change the colour and click set.
That's it, You are done now. Feel free to comment.

Monday, 16 December 2013

Hack Facebook Account With This Working Methods

As we all know that Facebook is the best social networking site. Along with this sky high Peoples are in search for Hacking Of Facebook Account for any personal reason. Their seems a great increase of the young boys who want to Hack Facebook Account of girlfriends. Increase for Hacking Facebook Account Password Tutorials have been increased. And thus many scam website have also increased with promises to Hack Facebook Account for a fees of 100$ . This type of website is just a big scam who just do the implementation of the fake mantra "Hack Facebook Account For Free"

Hack Facebook Account
I got many mails regarding Facebook Account Hacks but as been busy I can't just mail the Hacking Tutorials to everyone, So I though to Make this article on Methods To Hack Facebook Account. According to own experience I am explaining this Hacking Article. So here is the full guide which hackers on How To Hack Facebook Account For Free.

Methods To Hack Facebook Accounts 

Facebook Account could be hack is various way, I have explained popular methods:

1. Facebook Phishing (Online Facebook Account Hacker)
2. Hacking via Keyloggers
3. By hacking the victims primary email account
How To Hack Facebook Account With Phishing Attack ?
This is best and very popular method to Hack Facebook Account Online. It is my favorite and most applied method. Phishing also allows us to Hack Any Account. Its also very easy to Create Phisher of any website. Phishing when combined with Social engineering , anyone can fool the victim to get his/her Facebook Account Password. Thus this is the best answer for How To Hack Facebook Password.

Using Keyloggers To Hack Facebook Passwords

This is again a popular method but unlike this method is not free, or we have to pay a nominal price to Buy Keyloggers according to our needs. To Install keylogger in victims computer is easy and then we can get access to his/her pc and their after we can Hack Any Email Account along with Hacking Facebook Account For Free.
Take Down Primary Email Account To Hack Someone's Facebook Account
If you access to victims Primary email account like Gmail, Yahoo, etc then is the dam! easy to retrieve the Facebook password of victim. Most of us use Gmail account and to Hack Gmail Account is very easy. After we have access to primary email account of facebook , then we have to just click on "Forget Password" on Facebook Homepage and then to easily retrieve Facebook password.

Conclusion And My Own Experience : 

I have been hacking accounts with this methods and all this mentioned steps are with my own experience and not been copied from any other site. I have always used this to Gain Access To Facebook Accounts. Friends, If you know any other methods to hack facebook account password then please do share it with us. And if you have any problem regarding this Hacking Tutorial the please share it, I will get you solution as soon as possible.

Check Effectiveness of your Antivirus

Are you Sure your Antivirus is working Properly???
Not sure... Right!!!!!!
Don't worry, We've got a perfect working solution which ensure you that your Antivirus is ready to beat all the evil trojans,worms and viruses.
We call it as EICAR test.
Many Antivirus developers use this test to make sure that it is working perfectly or not.

Steps to Test your Antivirus
Step 1: Open your Text Editor like Notepad or Wordpad.
Step 2: Copy this code into your Text Editor.
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Step 3: Save it as .com file (for e.g. testvirus.com)
Step 4: Now run this test file.

Now if your Antivirus Software detect it as Virus, then Congrats your Antivirus is working properly, and if not then your Antivirus is down and your should look for other alternatives.

Lock your Folder without using any Software

Here is a simple trick to Lock your Folder withour using any external software
First of all Open Notepad and copy the below code on it.
Replace the text TYPE YOUR PASSWORD HERE to the password text you want to set.
Now save it as locker.bat

First time when u click on it, it will automatically create folder "Locker" for you.
Now to lock this "Locker" folder:
   Click on locker.bat and it will ask whether to lock the folder or not, press y and hot enter.
Your "Locker" folder will be disappeared.

To open your "Locker" Folder :
    Click on locker.bat enter your password and hit enter, your "Locker" folder will now be visible.

Here is the piece of code that you need to paste in your notepad:

title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==TYPE UR PASSWORD HERE goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Enjoy :-)

Some cOoL Tricks.........

Just copy this script and paste it into your browser...........enjoy :-)

1.Reverse your Text

javascript:function flood(n){if (self.moveBy){for (i = 50; i >0;i=i-2){for (j = n; j > 0; j=j-2){self.moveBy( 1,i );self. moveBy(i,0);self.moveBy( 0,-i);self. moveBy(-i, 0);}}}}flood;{var inp = " moc.topsgolb.teejrekcaha \n EM HTIW GNIHTYREVE KCAH ";var outp = "";for(i = 0; i <= inp.length; i++) {outp =inp.charAt (i) + outp;}alert(outp);};reverse

2.Edit any Web Page

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Note: This script will not change the original web page ofcourse but you can edit any page, do some crazy stuffs and save it :P

3. Picture Swerve
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

4. Text,Image and Link Swerve

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("a"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

5. JS Calculator

javascript:alert(346782*28364278+23847832);

Use javascript as a calculator if u get bored of your calci or windows calculator, put any arithmetic expression in alert box and get the result.

Tricks to Increase Firefox speed 10 times

Hi friends, today i will share with you 11 tricks to increase Firefox browsing and normal speed 10 to 30 times. These are 100% tested hacks and improves the browsing speed of Firefox at least 10 times. These tricks are basically the latest tweaks found by several computer experts including me. These are isoftdl special tricks that boost your Mozilla Firefox browsing speed by 10-30 times
.

11 Tricks to Increase Firefox Speed

1. Type about:config in the address bar and then press Enter.

2. In the filter search bar type network.http.pipelining. Be sure the value field is set true,if not double-click to set true. HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it.

3. Go back to the filter search bar and type network.http.pipelining.maxrequests. Double-click this option and set its value to 8.

4. In the filter search bar and type network.http.proxy.pipelining. Once opened doubleclick on it and set it to true.

5. In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.

6. CONTENT INTERRUPT PARSING
This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:
A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK
B. When prompted to choose the value for the new boolean, select true and click OK.

7. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK
B. You will be prompted to enter a value. Enter 2250000 and click OK.

8. CONTENT NOTIFY INTERVAL
This option sets the minimum amount of time to wait between re flows. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Type content.notify.interval in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.

9. CONTENT NOTIFY ON TIMER
A. This option sets if to re-flow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.
C. You will be prompted to choose the value for the new boolean. Select true and click OK.

10. Notify Backoffcount
This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 5 and click OK.

11. CONTENT SWITCH THRESHOLD
You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.
The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.switch.threshold in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.

12. NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally, they display what’s been received
of a page before the entire page has been downloaded. Since the start of a web page
normally doesn’t have much useful information to display, Mozilla applications will wait
a short interval before first rendering a page. This preference controls that interval. Rightclick (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 0 and click OK. 

I hope you all like this... For more such tricks then keep visiting... If you really like these then please comment...