My newest website is a easy ip detector that uses Java and HTML.
My goal was to make a website like Ip Chicken but with a smooth simplistic design.
ip.geekinblog.com
I noticed that I misspelled "detector" when the screenshot was taken, I have already fixed it.
Results 1 to 9 of 9
Thread: Thomas' Ip Detecter
- 20 Nov. 2009 05:10am #1
Thomas' Ip Detector
Last edited by Elliot; 20 Nov. 2009 at 06:22am.
// Signature
- 20 Nov. 2009 05:38am #2
- Age
- 30
- Join Date
- Nov. 2009
- Location
- Anaheim, California
- Posts
- 1,065
- Reputation
- 99
- LCash
- 200.00
- 20 Nov. 2009 05:54am #3
Last edited by Elliot; 20 Nov. 2009 at 05:57am.
// Signature
- 20 Nov. 2009 05:59am #4
- Age
- 30
- Join Date
- Nov. 2009
- Location
- Anaheim, California
- Posts
- 1,065
- Reputation
- 99
- LCash
- 200.00
- 20 Nov. 2009 06:04am #5
- 20 Nov. 2009 06:05am #6
- Age
- 30
- Join Date
- Nov. 2009
- Location
- Anaheim, California
- Posts
- 1,065
- Reputation
- 99
- LCash
- 200.00
;P, yeah I was messing around with browser_cap.ini (PHP: get_browser - Manual) it's really cool if you every take a look at it.
- 20 Nov. 2009 11:54am #7
- 20 Nov. 2009 12:49pm #8
- 20 Nov. 2009 03:13pm #9
Are you using Java to get their IP? You can do this easily via PHP.
<?php echo $_SERVER['REMOTE_ADDR']; ?>