This is a very interesting topic. How to trace any ip so please can you tell me what can you do with IP(Ineternet protocol) address.
If you do not know than you learn hacking know .so our topic how to knows any ip detail.many website provide you imfomation about any ip but One of my favorite site is ip2location.com,whatismyipaddress.com.
First go this site ip2location site and type the IP address that you want to trace in the dialog box and click on search icon.now you can easily find the information for any given...
Friday, June 28, 2013
Saturday, June 15, 2013
Free SMS Tricks For Airtel
Airtel is the mobile network operator which is mostly searched for the internet tricks for free sms in 2013 etc.It is very for you to send free sms by airtel, all you need to do is to follow some simple steps.Below are the steps you need to do in order to have free sms facility available in your airtel number.This trick is very funny to apply.
1)Create a new message writing PORT along with your mobile number.
2)Within a day or two you will receive a call from customer care asking for why you need to PORT your number.
3)Tell...
TATA DOCOMO 3g trick is back
This trick is 100000% working in GUJARAT....... here are the step you have to follow....
1. recharge with lowest 3g pack ( in Guj it is 5rs 50mb)
2. Use it till 40mb and dont disconnect and then again recharge from you mobile with 1gb or lowest 2g pack.
3. At a Time of 2g Recharge NET must be connected. if its Disconnect (it Means Speed Cap)
4. Use it for few mins and then see the magic you will get 3g speed in any 2g pack
Note :- try in your state with the lowest 3g pack and 2g pack as it is not so costly.... but we...
Thursday, June 6, 2013
Google Compute Engine is now open to all
Last year we announced Google Compute Engine to enable any business or developer to use Google’s infrastructure for their applications. Now we’re taking the next step: Google Compute Engine is open to everyone in preview, and you can sign up online now.
Over the past year, we’ve launched several features and made significant improvements behind the scenes. We’re now announcing several new capabilities that make it easier and more economical to use Compute Engine for a broader set of applications.
Sub-Hour...
Tuesday, June 4, 2013
How to backup database SQL SERVER from VB NET?
How to backup database SQL SERVER from VB NET?
Imports System.Data.SqlClient
Public Class Form1
Dim con As SqlConnection
Dim cmd As SqlCommand
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e AsSystem.EventArgs) Handles MyBase.Load
con = New SqlConnection("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=DBNAME")
End Sub
' Backup
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e AsSystem.EventArgs) Handles Button1.Click
cmd =...