Bienvenido a Tecnohackers

Tecnohackers » Programacion » Programacion Webmaster » Scripts Pre-Fabricados (Moderador: Zentraedi)
 » 

[PHP Class] Get Info By Doddy H



Autor Tema: [PHP Class] Get Info By Doddy H  (Leído 1140 veces)

Desconectado Doddy

  • Veterano
  • ***
  • Mensajes: 249
  • Slow Mind
[PHP Class] Get Info By Doddy H
« en: Mayo 28, 2011, 03:48:49 am »

Una simple clases para tener info sobre el visitante

Código: You are not allowed to view links. Register or Login
<?php 

/*

Simple Class GetInfo

By Doddy Hackman

*/


class getinfo {


public function 
ip() {
return 
htmlentities($_SERVER['SERVER_ADDR']);
}

public function 
navegador() {

$navegador get_browser($_SERVER['HTTP_USER_AGENT'], true);
return array(
htmlentities($navegador['browser']),htmlentities($navegador['version']));
}

public function 
so() {

$navegador get_browser($_SERVER['HTTP_USER_AGENT'], true);
return 
htmlentities($navegador['platform']);

}
}

?>


Funciones

Código: You are not allowed to view links. Register or Login
ip() // Te da la IP
navegador() // Te da el navegador
so() // te da el SO

You are not allowed to view links. Register or Login

Tags:
Tags:

 


SMF 2.0.19 | SMF © 2016, Simple Machines
Paginas Afiliadas
Twitter - FaceBook - Daraxblog
Designed by Smf Personal