View Single Post
Old 03-06-2010, 06:04 PM   #2 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by Tim Dobson View Post
is it possible to show someone a specific url depending on their IP address? just out of curiosity wanted it to show all site admins a specific link without having any kind of login of sort... if anyone knows this could they please give me some code im sure its simple enough..

Thanks
Just have PHP find their IP address and use if statements, but it is a really bad idea to do this. IP addresses frequently change (especially for DSL users) and they can be spoofed. There is a reason that no one else does it, and that is because it is really bad security. Don't do it.
__________________

Village Idiot is offline  
Reply With Quote
The Following User Says Thank You to Village Idiot For This Useful Post:
Tim Dobson (03-06-2010)