'Local Transfer', 'url' => '/transfer/', 'img' => 'favicon_transfer.png' ), array( 'name' => 'Emby', 'url' => 'https://emby.netdldata.net/', 'real' => 'emby.lan', 'port' => 8096, 'img' => 'favicon_emby.png' ), array( 'name' => 'Nextcloud', 'url' => 'https://cloud.netdldata.net/', 'real' => 'nextcloud.lan', 'port' => 443, 'img' => 'favicon_Nextcloud.svg' ), array( 'name' => 'Orion', 'url' => 'https://orion.netdldata.net/', 'real' => 'orion.lan', 'port' => 80, 'img' => 'favicon_omv.png' ), array( 'name' => 'Gitea', 'url' => 'https://git.netdldata.net', 'real' => 'git.lan', 'port' => 3000, 'img' => 'favicon-gitea.png' ), array( 'name' => 'qBittorrent', 'url' => 'https://torrent.netdldata.net', 'real' => 'torrent.lan', 'port' => 8080, 'img' => 'qbittorrent-tray.svg' ), array( 'name' => 'Webmin', 'url' => 'https://webmin.netdldata.net', 'real' => '192.168.110.74', 'port' => 10000, 'img' => 'favicon_webmin.png' ), array( 'name' => 'Proxmox', 'url' => 'https://proxmox.netdldata.net', 'real' => 'proxmox.lan', 'port' => 8006, 'img' => 'favicon_proxmox.png' ), array( 'name' => 'Guacamole', 'url' => 'https://guacamole.netdldata.net', 'real' => 'guacamole.lan', 'port' => 8080, 'img' => 'favicon_guacamole.png' ), array( 'name' => 'Mail', 'url' => 'https://mail.netdldata.net', 'real' => 'mail.lan', 'port' => 80, 'img' => 'favicon_roundcube.svg' ), ); if (isset($_COOKIE['socket'])) { $domaines = unserialize($_COOKIE['socket']); } else { for ($i = 0; $i < sizeof($domaines); $i ++) { if(array_key_exists('real', $domaines[$i])){ #$domaines[$i]['host'] = gethostbyname($domaines[$i]['real']); $fp = @fsockopen($domaines[$i]['real'], $domaines[$i]['port'], $errno, $errstr, 0.1); if ($fp) { $domaines[$i]['running'] = true; } else { $domaines[$i]['running'] = false; } } } } $cookie = serialize($domaines); $temps = 60*60*2; //2 heures setcookie ("socket", $cookie, time() + $temps); ?> NetDLData

Sites NetDLData


".$_SERVER['HTTP_USER_AGENT']; #$browser = get_browser(null, true); #echo "

You use navigator ".$browser["browser"]; #echo "
By ".$browser["browser_maker"]; #echo "
In Version ".$browser["version"]; #echo "
On system ".$browser["platform"]; #echo "
Your IP is ".$_SERVER['REMOTE_ADDR']; ?>