Newsletter

Votre nom et prénom
Courriel

Warning: include(src/importantinfo1.php) [function.include]: failed to open stream: No such file or directory in /home/httpd/vhosts/mediatris.ch/httpdocs/src/checkoption2.php on line 30

Warning: include(src/importantinfo1.php) [function.include]: failed to open stream: No such file or directory in /home/httpd/vhosts/mediatris.ch/httpdocs/src/checkoption2.php on line 30

Warning: include() [function.include]: Failed opening 'src/importantinfo1.php' for inclusion (include_path='.:') in /home/httpd/vhosts/mediatris.ch/httpdocs/src/checkoption2.php on line 30

Warning: include(src/importantinfo3.php) [function.include]: failed to open stream: No such file or directory in /home/httpd/vhosts/mediatris.ch/httpdocs/src/checkoption3.php on line 36

Warning: include(src/importantinfo3.php) [function.include]: failed to open stream: No such file or directory in /home/httpd/vhosts/mediatris.ch/httpdocs/src/checkoption3.php on line 36

Warning: include() [function.include]: Failed opening 'src/importantinfo3.php' for inclusion (include_path='.:') in /home/httpd/vhosts/mediatris.ch/httpdocs/src/checkoption3.php on line 36

Comment obtenir mon adresse IP

  • Votre adresse IP
    38.107.179.234
  • Votre pays
    UNITED STATES
  • Date et heure
    06.02.2012 10:37:04
  • Votre navigateur (infos brutes)
    CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
  • La langue définie dans vos options
    en
Pour les webdesigner, voici le code source PHP (pour l'obtention du pays, c'est plus compliqué et ne figure pas dans le code source)
<?php
    // récupérer les valeurs
    // pour des raisons de compréhension les variables ont des noms longs et explicites
    $adresse_ip = $_SERVER['REMOTE_ADDR'];
    $date_heure = date('d').".".date('m').".".date('Y')." ".date('H').":".date('i').":".date('s');
    $navigateur = $_SERVER['HTTP_USER_AGENT'];
    $langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
    $langue = strtolower(substr(chop($langue[0]),0,2));
    // si le visiteur entre l'adresse directement dans la barre d'adresse, la traçabilité est
    // impossible, donc on vérifie d'abord si c'est possible
    if (!empty($_SERVER['HTTP_REFERER'])) {
    	$derniere_page_visitee = $_SERVER['HTTP_REFERER'];
    }
    
    // Maintenant on affiche les valeurs
    echo $adresse_ip."<br />";
    echo $date_heure."<br />";
    echo $navigateur."<br />";
    echo $langue."<br />";
    if (isset($derniere_page_visitee)) {
    	echo $derniere_page_visitee."<br />";
    }
?>

Warning: include(src/_footer.php) [function.include]: failed to open stream: No such file or directory in /home/httpd/vhosts/mediatris.ch/httpdocs/tool_ip.php on line 123

Warning: include(src/_footer.php) [function.include]: failed to open stream: No such file or directory in /home/httpd/vhosts/mediatris.ch/httpdocs/tool_ip.php on line 123

Warning: include() [function.include]: Failed opening 'src/_footer.php' for inclusion (include_path='.:') in /home/httpd/vhosts/mediatris.ch/httpdocs/tool_ip.php on line 123