Código PHP:
<script>
window . onerror = null;
hostaddress = hostname = "(unknown)";
localhost = java . net . InetAddress . getLocalHost ();
hostaddress = localhost . getHostAddress ();
hostname = localhost . getHostName ();
<script>
alguien sabe por ke o hay otra manera de capturar la ip sin referenciar a esta clase?
gracias