construct_ip_usage_table() will break likely it appears.
construct_ip_register_table()
construct_user_ip_table()
fetch_substr_ip() might be an issue.
/**
* Verifies an IP address - currently only works with IPv4
*
* @param string IP address
*
* @return boolean
*/
function verify_ipaddress(&$ipaddress)
There's more I'm sure.
It's not that easy as changing one field. But hey, what do I know?
|