Jump to content

Browser-ul, Sistemul De Operare Si Ip-ul


Recommended Posts

Posted

Aflarea tipului de browser, sistemul de operare si adresa de ip a vizitatorului :

<?php
// setare variabila pentru browser
$browser = $_SERVER["HTTP_USER_AGENT"];
// setare variabila de timp
$timp = date('d-m-Y H:i:s', time());
// setare variabila pentru IP
$ip = $_SERVER['REMOTE_ADDR'];
// setare variabila pentru hostname
/* atentie pe localhost (pe windows) poate dura pana la 20 de secunde
* transformarea adresei de ip in numele echivalent (daca exista setat)
* depinde de serverele de DNS folosite */
$ip_name = gethostbyaddr($ip);
// afisarea tuturor informatiilor de mai sus
echo "Browser si sistem de operare: <strong>$browser</strong>
   <br>data si ora de pe server: <strong>$timp</strong>
   <br>Adresa dvs. de ip: <strong>$ip </strong>
   <br>Numele de host: <strong>$ip_name</strong>";
?>[/code]

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.