cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3036::ac43:959e:443 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 400 Bad Request Server: cloudflare Date: Fri, 23 Jan 2026 01:42:00 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.21.29.188:8443 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 01:42:20 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19515,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c2397921ba41742-SJC alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3037::6815:1dbc:80 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Tue, 13 Feb 2024 00:04:33 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=79GHVNUDavdZD4%2BOreYbkVd5LN1uJgSkq3jVQoHGvH9NCsjANTOe8HlrV%2BJ8xqxJL2GQ67J6J2lJD%2FXfNlRxvm7rJSMz4czUxF5%2B0sYqr28W7HTS2js%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978bc84b9180-FRA
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
</body>
</html>
Open service 172.67.149.158:80 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Tue, 13 Feb 2024 00:04:33 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=26,cfOrigin;dur=322
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ORc6pKuog3C1N7fHvl%2FXnWo2WeNGp40t4AwniTl9%2BNyh%2FOLk9reG0ZLw9NF43dnAUHDQIX9Tu7v9ZTNK%2BeS%2BdhDRwNVC81Gf93SoPJFj"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978dcec83d81-SIN
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1cafe87bf1094a7dbcb0ca3406c08674","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3037::6815:1dbc:8443 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 01:42:20 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19409,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c239791c9cafdda-SJC alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3036::ac43:959e:8443 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 01:42:20 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19340,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c239791dffe5f7c-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.29.188:443 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 400 Bad Request Server: cloudflare Date: Fri, 23 Jan 2026 01:42:00 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.21.29.188:443 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:01 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Tue, 13 Feb 2024 00:04:33 GMT
vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=473
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=G%2B67af9%2FU90mj2SEFBbGD6PmdKDqtIP9rEviP18DTpW6%2FK%2FRqrT9nrdP9WeqofokvYOnoztb%2B%2F2ecxse4dQ1MYsnbWvu4V0uqTM%3D"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9c23978e9f97ce09-SIN
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1cafe87bf1094a7dbcb0ca3406c08674","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 104.21.29.188:8443 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 400 Bad Request Server: cloudflare Date: Fri, 23 Jan 2026 01:42:00 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3036::ac43:959e:8443 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 400 Bad Request Server: cloudflare Date: Fri, 23 Jan 2026 01:42:00 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3037::6815:1dbc:80 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Tue, 13 Feb 2024 00:04:33 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=17,cfOrigin;dur=176
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Biis6cmMEQsrSHLAIdYkCxtvbh64Vl%2Bny7hc6dXAsy6PBHkipdbEPsyaCCDONJcXf5wu9h10opW0WT2e2KXzoPHvvnCOyOHFPPEbn5fxvvRa2NKV6AWERvkE"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978c5d9e3f3b-EWR
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1cafe87bf1094a7dbcb0ca3406c08674","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3037::6815:1dbc:443 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 400 Bad Request Server: cloudflare Date: Fri, 23 Jan 2026 01:42:00 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3037::6815:1dbc:8443 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 400 Bad Request Server: cloudflare Date: Fri, 23 Jan 2026 01:42:00 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.149.158:80 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Tue, 13 Feb 2024 00:04:33 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=26,cfOrigin;dur=165
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qTAZy1h1silCrgX2HQdSSwcwA%2F2blIUSV7KBJNvsHK2%2FVCpNKo5%2FT%2Fd9BLEvxrKo1Nr87KfDSTHGnLTP4cOGrT2j97OuXfKoXcs%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978c491e7cf6-EWR
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1cafe87bf1094a7dbcb0ca3406c08674","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 172.67.149.158:443 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 400 Bad Request Server: cloudflare Date: Fri, 23 Jan 2026 01:42:00 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.149.158:8443 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 400 Bad Request Server: cloudflare Date: Fri, 23 Jan 2026 01:42:00 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3036::ac43:959e:443 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Tue, 13 Feb 2024 00:04:33 GMT
vary: Accept-Encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dN83UrAAotQqOlcC2V0C42b89SHIFbYb%2B2PJKCjgmR7Al82EHLvyosOIxyGMtfTy41BTTUFzlRFy4HkLLAAHysqIN1zu2T0Y6WVKcdma1WMGtE0ADto%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978b9c3f7773-LHR
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
</body>
</html>
Open service 104.21.29.188:80 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Tue, 13 Feb 2024 00:04:33 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Hi3%2FcZByVStCJmT%2FZG8HxqJ0c%2FtOJqav1RLZCnQvbPSaUWFZDZWQT5DVMbtJ8o0CUxNqxGOerrtDy%2Fpf2ggPFOiE%2FK2yd1fx6KTiZWlk"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978b68f993f2-LHR
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
</body>
</html>
Open service 172.67.149.158:8443 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 01:42:20 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c239791aa40a401-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3036::ac43:959e:80 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Tue, 13 Feb 2024 00:04:33 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pDzadt7Q2nru42al0WtGcClD0lnq7T%2FoWiryS3o40ruzj9gsU9V5IZJqx%2BLgJQQe6NwkV60GEk1SO3HHslEBXwnwaI3Zmo3RomQJNswr8p2nCGNv"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978b4f909b3d-FRA
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
</body>
</html>
Open service 2606:4700:3037::6815:1dbc:443 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Tue, 13 Feb 2024 00:04:33 GMT
vary: Accept-Encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6BnVO7dGSRXKpfwDZF9AZNmHoB1zHATYg2RkG2%2BDqVDFpO%2BS2pJY2V3ngxsc%2FSexakE4ClH%2B%2BfA%2BZZPe7Y7J5Iouev42IvMQj2ej2DrNjsJ8ofMrrvQ%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978b5e262fda-AMS
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
</body>
</html>
Open service 172.67.149.158:443 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Tue, 13 Feb 2024 00:04:33 GMT
vary: Accept-Encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rFsx7NPsMrV2b5m83U1Cvdn0aocO0IAOV0MtVNl25nnfr3FNaSwlLc7jJ2fGwT161IfVf0YJfJ1vTpndndalOQZ821UesWlTaUg%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978b6dad459f-LHR
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
</body>
</html>
Open service 2606:4700:3036::ac43:959e:80 · www.gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Tue, 13 Feb 2024 00:04:33 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ESABjswOdj2L4XQsomYbW3k09fr3H0j58Fb1NlLcXvZ5q50TQzO2y3L5qBmqIRGfrpHVhVOKqzRGl8lZCBjeOmIPwTN3B2rclhVRBb%2FtEUPkn5yTO4H34F3O"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978b18035c8d-FRA
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
</body>
</html>
Open service 104.21.29.188:80 · gps.lux.md
2026-01-23 01:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:42:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Tue, 13 Feb 2024 00:04:33 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nwfUqiVQYptqpCNhhIdRx%2B9tU0CDaqqOvipuojYDcYLO%2FiSOllCtGL4zUYorUDJmZZPo0pt7CXmUhcjSbYQUNfFqCgBQ0%2BCyTL8%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c23978c1e069be9-FRA
alt-svc: h3=":443"; ma=86400
Page title: Localizarea GPS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizarea GPS</title>
<style>
h1 {
text-align: center;
}
.container {
padding: 20px 0;
max-width: 1200px;
margin: 0 auto;
}
#map {
height: 600px;
width: 100%;
}
footer {
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Localizarea GPS prin utilizarea modulul GPS/GLONASS U-blox7 cu Raspberry Pi și WEB server</h1>
<div class="container">
<div id="map"></div>
<footer>© 2024</footer>
</div>
<script>
function fetchData() {
fetch('get_location.php')
.then(response => response.json())
.then(data => {
const latitude = data.latitude;
const longitude = data.longitude;
const map = new google.maps.Map(document.getElementById('map'), {
center: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
zoom: 16
});
const marker = new google.maps.Marker({
position: { lat: parseFloat(latitude), lng: parseFloat(longitude) },
map: map,
title: 'Localizarea GPS'
});
})
.catch(error => console.error('Eroare:', error));
}
document.addEventListener('DOMContentLoaded', function() {
fetchData();
setInterval(fetchData, 30000);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fLUwensdRBG0qcvIIOOEDkBhDTk7OwE&callback=initMap" async defer></script>
</body>
</html>