Quote: "Couldn't you just use $_SERVER['REMOTE_ADDR']"
Awesome thank you. Probably exactly how bot.whatismyipaddress does it.
Also will be one less trip to the server in code as I could just have PHP return this right in the same script as my database insert code.
Quote: "Will there be some kind of ping, and a timeout to remove games that have not pinged the server for a certain amount of time?"
When a host closes a game or exits the app my idea is to also delete the record with that host data.
Quote: "Also would there be any problem with dynamic ips potentially changing during the game?"
Ok now thats why I created this post for some ideas. I didn't know IP's can change that frequently as I wasn't planning on saving the host IP's for more than 1 session.