public function setIpAttribute($ip) { $this->attributes['ip'] = chbo(ip2long($ip)); }
public function setLastipAttribute($longip) { $this->attributes['lastip'] = chbo(ip2long($longip)); }