Código PHP:
Ver original
function _geoip_seek_country($gi, $ipnum) { $offset = 0; for ($depth = 31; $depth >= 0; --$depth) { if ($gi->flags & GEOIP_MEMORY_CACHE) { // workaround php's broken substr, strpos, etc handling with // mbstring.func_overload and mbstring.internal_encoding 2 * $gi->record_length * $offset, 2 * $gi->record_length); } elseif ($gi->flags & GEOIP_SHARED_MEMORY) { 2 * $gi->record_length * $offset, 2 * $gi->record_length ); } else { } for ($i = 0; $i < 2; ++$i) { for ($j = 0; $j < $gi->record_length; ++$j) { } } if ($ipnum & (1 << $depth)) { if ($x[1] >= $gi->databaseSegments) { return $x[1]; } $offset = $x[1]; } else { if ($x[0] >= $gi->databaseSegments) { return $x[0]; } $offset = $x[0]; } } return false; }
el error que me da es este:
Notice: Uninitialized string offset: 0
exactamente la linea del error es esta:
Código PHP:
Ver original