This project is forked from the Paste project, which simply changes this line of code
$_SERVER['REMOTE_ADDR']
to
$_SERVER["HTTP_CF_CONNECTING_IP"]
Which grabs ip's from cloudflare instead of the usual way. Do not use this fork if your not using cloudflare.