|
You can remote desktop anywhere but your IP is still the same I am going to assume here
I have 5 computers in my house but they are all on my network. I have one IP address my cable provider assigns. So everywhere I go no matter where I go whether its remote tunneling to another server etc my IP is still going to be the one I am assigned for my internet connection.
I have viewed many Photopost sites and who's online functions perfectly. Here are some snapshots I took not 5 minutes ago to 2 well known sites defensetalk.com and extremefitness.com
Here is the query to update the iponline table
$resultb = ppmysql_query("REPLACE INTO {$Globals['pp_db_prefix']}iponline (userid,ipaddr,date,what,item) VALUES ('$username','$ipaddr','$date','$what','$where')", $link);
Note the primary key is ipaddr which means it will replace the record with the matching IP.
Last edited by Chuck S; December 5th, 2005 at 07:20 PM.
|