Tools / My IP
Click the box below to copy your IP address
Copied!
3.236.234.223
Click the box below to copy the php if statement to perform IP specific actions
Copied!
if ($_SERVER['REMOTE_ADDR'] === '3.236.234.223') {
// Do some special stuff only for you
}