Loading...
Loading...
{
"latency": 392,
"ipAddresses": [
"195.26.152.206"
],
"dns": {
"NS": [
"ns2.mt.net.mk.",
"ns.mt.net.mk."
],
"A": [
"195.26.152.206"
]
}
}
[
{
"url": "https://elenica.com.mk",
"errors": [
"Crawl unsuccessful: net::ERR_CONNECTION_REFUSED at https://elenica.com.mk/ (https://elenica.com.mk/)"
]
}
]
{
"Google Analytics": "Google Analytics offers a host of compelling features and benefits for everyone from senior executives and advertising and marketing professionals to site owners and content developers.",
"Google Analytics Classic": "Classic Google Analytics - sites that are using non-universal analytics code.",
"Global Site Tag": "Google's primary tag for Google Measurement/Conversion Tracking, Adwords and DoubleClick.",
"Google Font API": "The Google Font API helps you add web fonts to any web page.",
"reCAPTCHA": "Anti-bot CAPTCHA widget from Google.",
"reCAPTCHA v2": "v2 of the Google reCAPTCHA system.",
"Google Tag Manager": "Tag management that lets you add and update website tags without changes to underlying website code.",
"US Privacy User Signal Mechanism": "The US Privacy API (USP API) is a lightweight API used to communicate signals represented in the US Privacy String.",
"Cyrillic - Inferred": "Based on the title and description text the website content is potentially Russian, Ukrainian, Serbian, Bulgarian, Macedonian, Belarusian, Kazakh, Uzbek, Kyrgyz, Tajik, Gagauz or Mongolian.",
"Viewport Meta": "This page uses the viewport meta tag which means the content may be optimized for mobile content.",
"IPhone / Mobile Compatible": "The website contains code that allows the page to support IPhone / Mobile Content.",
"jQuery": "JQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.",
"jQuery 3.2.1": "jQuery version 3.2.1",
"Fancybox": "FancyBox is a tool for displaying images, html content and multi-media in a Mac-style \"lightbox\" that floats overtop of web page.",
"Slick JS": "Fully responsive carousel library.",
"Facebook": "The website mentions facebook.com in some form.",
"DoubleClick.Net": "DoubleClick enables agencies, marketers and publishers to work together successfully and profit from their digital marketing investments. Owned by Google and now referred to as DoubleClick Digital Marketing or Google Enterprise Advertising.",
"nginx": "nginx [engine x] is a HTTP server and mail proxy server written by Igor Sysoev.",
"Copyright Year 2022": "Webpage has a copyright year of 2022 with no detectable mention of the current year."
}
{
"errors": [
{
"id": "authentication_failed",
"code": 401,
"details": "No user found for the API key supplied"
}
]
}
{
"whois.marnet.mk": {
"Domain Status": [],
"Name Server": [
"ns.mt.net.mk",
"ns2.mt.net.mk"
],
"Domain Name": "elenica.com.mk",
"Registrant Name": "VEJ-G-R206",
"admin-c": "VEJ-G-C221",
"nsset": "VEJ-G-NS196",
"Registrar": "VEJ-G-REG",
"Created Date": "19.05.2010 14:00:00 04.06.2014 17:17:29 04.06.2014 17:17:32 04.06.2014 17:17:38 04.06.2014 17:17:35",
"Updated Date": "04.06.2014 17:17:39",
"Expiry Date": "19.05.2026",
"contact": "VEJ-G-R206 VEJ-G-C221 VEJ-G-C222",
"Registrant Organization": "Акционерско друштво индустрија за градежни материјали Еленица Струмица",
"name": "Еленица Трајче Заев Јорданчо Трајков",
"address": "Маршал Тито бр.222 Струмица 2400 MK MK MK",
"phone": "+389.70273866 +389.70253731 +389.71542559",
"e-mail": "[email protected] [email protected] [email protected]",
"tech-c": "VEJ-G-C222",
"text": [
"% Domain Information over Whois protocol",
"%",
"% Whoisd Server Version: 3.9.0",
"% Timestamp: Tue Jul 15 22:05:36 2025"
]
}
}
{
"status": 522,
"statusText": "Unable to connect. Is the computer able to access the url?",
"headers": {}
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width">
<title>Error HTTP 404</title>
<link href="https://skopjanka.t.mk/error/stil.css" rel="stylesheet" type="text/css" />
<script>
function Homepage(){
<!--
// in real bits, urls get returned to our script like this:
// res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm
//For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
DocURL = document.URL;
//this is where the http or https will be, as found by searching for :// but skipping the res://
protocolIndex=DocURL.indexOf("://",4);
//this finds the ending slash for the domain server
serverIndex=DocURL.indexOf("/",protocolIndex + 3);
//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining
//of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
//urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
BeginURL=DocURL.indexOf("#",1) + 1;
urlresult=DocURL.substring(BeginURL,serverIndex);
//for display, we need to skip after http://, and go to the next slash
displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
InsertElementAnchor(urlresult, displayresult);
}
function HtmlEncode(text)
{
return text.replace(/&/g, '&').replace(/'/g, '"').replace(/</g, '<').replace(/>/g, '>');
}
function TagAttrib(name, value)
{
return ' '+name+'="'+HtmlEncode(value)+'"';
}
function PrintTag(tagName, needCloseTag, attrib, inner){
document.write( '<' + tagName + attrib + ' class=link>' + HtmlEncode(inner) );
if (needCloseTag) document.write( '</' + tagName +'>' );
}
function URI(href)
{
IEVer = window.navigator.appVersion;
IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );
return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
encodeURI(href) :
escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');
}
function InsertElementAnchor(href, text)
{
PrintTag('A', true, TagAttrib('HREF', URI(href)), text);
}
function adresa() {
var str=encodeURIComponent(document.location.href);
document.write(decodeURIComponent(str));
}
//-->
</script>
<link href="https://skopjanka.t.mk/error/images/favicon.ico" type="image/ico" rel="icon" />
<link href="https://skopjanka.t.mk/error/images/favicon.ico" rel="shortcut icon" />
</head>
<body>
<div class="top-holder"><div class="centered"><div class="logo-holder"><h1 class="logo biznis"><a href="http://www.telekom.mk">T</a></h1><div class="header-logo-right"><h2 class="moto"><img src="https://skopjanka.t.mk/error/images/moto-mk.png" alt="СПОДЕЛИ ДОЖИВУВАЊА" /></h2></div></div></div></div>
<div class="content">
<div style="clear:both; margin-bottom:10px"></div>
<h1>Error HTTP 404</h1>
<h2>Страницата не постои.<br />
The page can not be displayed.</h2>
<p> </p>
<div>
<p>Страницата која ја барате не постои на овој сервер, привремено е недостапна или внесената адреса е погрешна.
</p>
<p>Пробајте го следново:</p>
<ul>
<li>Проверетe дали адресата во address bar-от <br />
(<u><script>adresa();</script></u>) е правилно внесена.</li>
<li>Отворете ја страницата <script>
<!--
if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2")))
{
Homepage();
}
//-->
</script> и пронајдете го линкот до бараната информација.</li>
<li>Кликнете на <a href="javascript:history.back(1)">Назад</a> и пробајте друга адреса </li>
</ul>
<p> </p>
<p>Хостирано на <a href="http://www.telekom.mk">Македонски Телеком</a></p>
<p>Hosted by <a href="http://www.telekom.mk">Makedonski Telekom</a></p>
</div></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2008259-24']);
_gaq.push(['_setDomainName', document.domain]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>