Loading...
Loading...
{
"latency": 364,
"ipAddresses": [
"37.156.4.202"
],
"dns": {
"NS": [
"ns.registar.ro.",
"ns.clausweb.ro.",
"ns.romania-webhosting.com."
],
"A": [
"37.156.4.202"
],
"TXT": [
"v=spf1 ip4:86.107.43.89 ip4:37.156.4.202 ip4:86.107.43.74 ip4:188.212.252.123 +a +mx ~all"
]
}
}
[
{
"url": "https://amtsoft.ro",
"technologies": [
{
"slug": "google-maps",
"name": "Google Maps",
"icon": "Google Maps.svg",
"versions": [],
"categories": [
{
"id": 35,
"slug": "maps",
"name": "Maps"
}
],
"confirmedAt": 1724828007
},
{
"slug": "bootstrap",
"name": "Bootstrap",
"icon": "Bootstrap.svg",
"cpe": "cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:*",
"versions": [
"3.3.7"
],
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"name": "UI frameworks"
}
],
"confirmedAt": 1724828007
},
{
"slug": "litespeed",
"name": "LiteSpeed",
"icon": "LiteSpeed.svg",
"cpe": "cpe:2.3:a:litespeedtech:litespeed_web_server:*:*:*:*:*:*:*:*",
"versions": [],
"categories": [
{
"id": 22,
"slug": "web-servers",
"name": "Web servers"
}
],
"confirmedAt": 1724828007
},
{
"slug": "jquery",
"name": "jQuery",
"icon": "jQuery.svg",
"cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*",
"versions": [
"2.1.1"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724828007
},
{
"slug": "google-font-api",
"name": "Google Font API",
"icon": "Google Font API.svg",
"versions": [],
"categories": [
{
"id": 17,
"slug": "font-scripts",
"name": "Font scripts"
}
],
"confirmedAt": 1724828007
},
{
"slug": "font-awesome",
"name": "Font Awesome",
"icon": "Font Awesome.svg",
"versions": [],
"categories": [
{
"id": 17,
"slug": "font-scripts",
"name": "Font scripts"
}
],
"confirmedAt": 1724828007
},
{
"slug": "http-3",
"name": "HTTP/3",
"icon": "HTTP3.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724828007
}
]
}
]
{
"data": {
"total": 2,
"personal_emails": 1,
"generic_emails": 1,
"department": {
"executive": 0,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 0,
"hr": 0,
"marketing": 0,
"communication": 0,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "amtsoft.ro",
"company": null,
"type": null
}
}
}
{}
<!DOCTYPE html>
<html lang="en" >
<head><meta charset="utf-8">
<title>Error 404 - Not found</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<!--<link rel="stylesheet" href="./style.css">-->
<style>
@import 'https://fonts.googleapis.com/css?family=Inconsolata';
html {
min-height: 100%;
}
body {
box-sizing: border-box;
height: 100%;
background-color: #000000;
/*background-image: radial-gradient(#11581E, #041607), url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");*/
background-repeat: no-repeat;
background-size: cover;
font-family: "Inconsolata", Helvetica, sans-serif;
font-size: 1rem;
color: rgba(128, 255, 128, 0.8);
text-shadow: 0 0 1ex #33ff33, 0 0 2px rgba(255, 255, 255, 0.8);
}
.noise {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
/*background-image: url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");*/
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
opacity: 0.02;
}
.overlay {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
background-size: auto 4px;
z-index: 1;
}
.overlay::before {
content: "";
pointer-events: none;
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(0deg, transparent 0%, rgba(32, 128, 32, 0.2) 2%, rgba(32, 128, 32, 0.8) 3%, rgba(32, 128, 32, 0.2) 3%, transparent 100%);
background-repeat: no-repeat;
-webkit-animation: scan 7.5s linear 0s infinite;
animation: scan 7.5s linear 0s infinite;
}
@-webkit-keyframes scan {
0% {
background-position: 0 -100vh;
}
35%, 100% {
background-position: 0 100vh;
}
}
@keyframes scan {
0% {
background-position: 0 -100vh;
}
35%, 100% {
background-position: 0 100vh;
}
}
.terminal {
box-sizing: inherit;
position: absolute;
height: 100%;
width: 1000px;
max-width: 100%;
padding: 4rem;
text-transform: uppercase;
}
.output {
color: rgba(128, 255, 128, 0.8);
text-shadow: 0 0 1px rgba(51, 255, 51, 0.4), 0 0 2px rgba(255, 255, 255, 0.8);
}
.output::before {
content: "> ";
}
/*
.input {
color: rgba(192, 255, 192, 0.8);
text-shadow:
0 0 1px rgba(51, 255, 51, 0.4),
0 0 2px rgba(255, 255, 255, 0.8);
}
.input::before {
content: "$ ";
}
*/
a {
color: #fff;
text-decoration: none;
}
a::before {
content: "[";
}
a::after {
content: "]";
}
.errorcode {
color: white;
}
</style>
</head>
<body>
<div class="noise"></div>
<div class="overlay"></div>
<div class="terminal">
<h1>Error <span class="errorcode">404 - Not found</span></h1>
<p class="output">Eroarea 404 este cat se poate de clara.<br>
<br>
Aceasta apare cand se acceseaza intr-un site o resursa care nu exista (exemplu un fisier). <br>
Pentru a avea mai multe detalii despre eroare, puteti verifica in contul dvs. CPanel, sectiunea Logs -> Error Log.<br>
<br>
Cele mai des intalnite cauze pentru aparitia erorii 404 sunt:<br>
– URL-ul a fost tastat incorect in browser<br>
– Numele de domeniu solicitat nu mai exista<br>
– Link-ul este vechi/invalid si duce catre o pagina care nu mai exista<br>
– Fisierul solicitat nu exista/a fost mutat/sters<br>
</p>
<p class="output">Va rugam sa incercati sa reveniti la pagina de pornire : amtsoft.ro</p>
<p class="output"><a href="https://www.clausweb.ro/intrebari-frecvente/ce-inseamna-error-404-not-found/">DETALII</a></p>
</div>
</body>
</html>
{
"status": 200,
"statusText": "",
"headers": {
"accept-ranges": "bytes",
"alt-svc": "h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\"",
"connection": "Keep-Alive",
"content-encoding": "br",
"content-length": "2833",
"content-type": "text/html",
"date": "Fri, 31 Jan 2025 21:58:16 GMT",
"keep-alive": "timeout=5, max=100",
"last-modified": "Tue, 11 Oct 2022 07:02:04 GMT",
"server": "LiteSpeed",
"vary": "Accept-Encoding"
}
}
{
"error": false,
"result": {
"success": true,
"ogTitle": "AMT soft",
"ogLocale": "en",
"charset": "utf-8",
"requestUrl": "https://amtsoft.ro"
},
"response": {}
}
{
"whois.rotld.ro": {
"Domain Status": [
"OK"
],
"Name Server": [
"ns.clausweb.ro",
"ns.registar.ro",
"ns.romania-webhosting.com"
],
"Domain Name": "amtsoft.ro",
"Created Date": "2005-04-22",
"Expiry Date": "2028-07-19",
"Registrar": "Claus Web SRL",
"Referral URL": "www.clausweb.ro",
"DNSSEC": "Inactive",
"text": [
"% The WHOIS service offered by ROTLD and the access to the records in the ROTLD WHOIS database",
"% are provided for information purposes and to be used within the scope of technical or administrative",
"% necessities of Internet operation or to remedy legal problems. The use for other purposes,",
"% in particular for advertising and domain hunting, is not permitted.",
"",
"% Without prejudice to the above, it is explicitly forbidden to extract, copy and/or use or re-utilise",
"% in any form and by any means (electronically or not) the whole or a quantitatively or qualitatively",
"% substantial part of the contents of the WHOIS database without prior and explicit permission by ROTLD,",
"% nor in any attempt hereof, to apply automated, electronic processes to ROTLD (or its systems).",
"",
"% ROTLD cannot, under any circumstances, be held liable in case the stored information would prove",
"% to be wrong, incomplete or not accurate in any sense.",
"",
"% You agree that any reproduction and/or transmission of data for commercial purposes will always",
"% be considered as the extraction of a substantial part of the content of the WHOIS database.",
"",
"% By submitting the query you agree to abide by this policy and accept that ROTLD can take measures",
"% to limit the use of its WHOIS services in order to protect the privacy of its registrants or the",
"% integrity of the database.",
"",
"% The ROTLD WHOIS service on port 43 never discloses any information concerning the registrant.",
"",
"% Registrant information can be obtained through use of the web-based whois service available from",
"% the ROTLD website www.rotld.ro"
]
}
}