<?php
header
("Content-Type: text/plain");
print 
$_SERVER["REMOTE_ADDR"];
?>