Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Tracing location in PHP
Hello I need to trace a users location with their IP. I know traceroutes aren't the most precise, I don't really need precision maybe state (if in the U.S.) or just country. I don't really have any system commands that will give the location so system() and passthru() are somewhat obsolete unless I can find a command line tool to do this. Can anyone help me out?