Categories
Hacking Internet Tips

How to Disable WiFi For Others, Using Android Device

It irritates me when i am trying to open a website and it loads slowly or sometimes doesn’t open. May be due to other users on the same network downloading something or watching youtube videos. To overcome this situation i have rooted my mobile and installed WifiKill application which helps me to disable internet connection for a device on the same network. So if someone is using the internet wasting precious bandwidth for a video clips or accessing useless things on internet WifiKill helps us to block them.

Disable WiFi For Others Using Android Device

Categories
Hacking Internet Tips

What is an IP Address?

Every device connected to the public Internet is assigned a unique number known as an Internet Protocol (IP) address. IP addresses consist of four numbers separated by periods (also called a ‘dotted-quad’) and look something like 127.0.0.1.

Since these numbers are usually assigned to internet service providers within region-based blocks, an IP address can often be used to identify the region or country from which a computer is connecting to the Internet. An IP address can sometimes be used to show the user’s general location.

Because the numbers may be tedious to deal with, an IP address may also be assigned to a Host name, which is sometimes easier to remember. Hostnames may be looked up to find IP addresses, and vice-versa. At one time ISPs issued one IP address to each user. These are called static IP addresses. Because there is a limited number of IP addresses and with increased usage of the internet ISPs now issue IP addresses in a dynamic fashion out of a pool of IP addresses (Using DHCP). These are referred to as dynamic IP addresses. This also limits the ability of the user to host websites, mail servers, ftp servers, etc. In addition to users connecting to the internet, with virtual hosting, a single machine can act like multiple machines (with multiple domain names and IP addresses).

Source : whatismyipaddress.com

Categories
.htAccess Hacking Internet Tips

How to Block Or Restrict Hackers, Spammers From Visiting your Website

Sometimes the owners(administrators) of new websites gets so many spam comments on their websites.
Many peoples have a bad habit of harming the Websites by hacking spamming etc. If you are facing such type of problem then you can get rid from this by following steps:-

You can get rid from those hackers by blocking there IP (How to know the IP Address) by your web hosts control panel.You have to create .htaaccess file.In this file use these code with IP address

order deny,allow
deny from 203.23.116.11

( 203.23.116.11 is the ip-address of hacker )

Save this setting and you are done.

Now you will not face any more spam comments and your website will be safe from Hacking and unwanted unauthorized access of Hackers.