Domain tyk.fm
Spain
Team Internet AG
Software information

nginx nginx

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2022-10-30 14:36
    Last seen 2026-01-02 20:28
    Open for 1160 days
    • Severity: high
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65226e9f0bf2

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://devbluecell@bitbucket.org/bluecellcomunicacion/tykfm.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2026-01-02 20:28
      289 Bytes
  • Git configuration and history exposed
    IP: 185.136.90.14
    Domain: tyk.fm
    Port: 443
    URL: https://tyk.fm
    First seen 2022-07-02 15:33
    Last seen 2026-01-02 02:02
    Open for 1279 days
    • Severity: high
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65226e9f0bf2

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://devbluecell@bitbucket.org/bluecellcomunicacion/tykfm.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2026-01-02 02:02
      289 Bytes
  • Git configuration and history exposed
    First seen 2022-08-31 15:32
    Last seen 2026-01-02 03:59
    Open for 1219 days
    • Severity: high
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522b8a01666

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://devbluecell@bitbucket.org/bluecellcomunicacion/tykfm.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "new.tyk.fm"]
      	remote = origin
      	merge = refs/heads/new.tyk.fm
      
      Found on 2026-01-02 03:59
      297 Bytes
  • Open service 185.136.90.14:443 · www.tyk.fm

    2026-01-09 12:27

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 12:27:05 GMT
    Content-Type: text/html
    Content-Length: 5568
    Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
    Connection: close
    ETag: "5d30c9fb-15c0"
    X-Powered-By: PleskLin
    Accept-Ranges: bytes
    
    Page title: tyk.fm - Shorten yor links
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>tyk.fm - Shorten yor links</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
     
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    	
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     var link = trim(document.forms['tykform'].urlcomplete.value);
     
     /* Evitamos caracteres especiales en url... */
     link = link.replace('#','4lm04d1ll4t4g','g');
     link = link.replace('?','1nt3rr0g4nt3t4g','g');
     link = link.replace('=','1gu4lt4g','g');
     link = link.replace('&','4mp3rs4ndt4g','g');
     link = link.replace('!','3xcl41mt4g','g');
     
     document.getElementById('shortenurldiv').style.display = "none";
     if (link != '')
     {
      var tykeaction = 'url_shortener.php?link=' + link;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].urlcomplete.value = 'URL?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    var textlink = update[1].replace("http://", "");
    		document.getElementById('shortenurldiv').style.display = "block";
    	    document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
    	  }else{
    	   document.forms['tykform'].urlcomplete.value = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    
    
    </script>
    </head>
    
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · new.tyk.fm

    2026-01-09 11:03

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 09 Jan 2026 11:03:12 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    X-Powered-By: PHP/7.3.33
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Set-Cookie: PHPSESSID=0iem7m0iqlnnn2emo2848j6i31; path=/
    X-Powered-By: PleskLin
    
    Page title: new.tyk.fm - IN tyk.fm
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>new.tyk.fm - IN tyk.fm</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    	
    .spotify { margin-top:10px; width:15px !important; height:15px !important; clear:both; padding:5px !important; display:inline !important; }
    .txtspotify { margin-top:10px; margin-left:5px; display: inline; float:left; }
    
    #crearnombreCampana, .txtspotify { cursor:pointer;}
    
    #diverror { background-color:transparent; color:#ff0000; font-weight:bold; font-size:12px; }
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     document.getElementById('divresult').innerHTML = '';
     var usertxt = trim(document.forms['tykform'].usertxt.value);
     var passwdtxt = trim(document.forms['tykform'].passwdtxt.value);
     if (usertxt != '')
     {
      var tykeaction = 'check_login.php?u=' + usertxt + '&p=' + passwdtxt;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].usertxt.value = 'Name?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    top.location.href = 'start.php';
    	  }else{
    	   document.getElementById('divresult').innerHTML = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    </script>
    </head>
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="usertxt" id="usertxt" type="text" class="casilla" value="Name" onFocus="javascript: if (document.forms['tykform'].usertxt.value == 'Name'){ document.forms['tykform'].usertxt.value = '';}" onkeypress="javascript: if (event.keyCode == 13) sendRequest();" />
    			<span class="separador"></span>
    			<span class="separador"></span>
    			<input name="passwdtxt" id="passwdtxt" type="password" class="casilla" value="Password" onFocus="jav
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · tyk.fm

    2026-01-08 23:45

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 08 Jan 2026 23:45:24 GMT
    Content-Type: text/html
    Content-Length: 5568
    Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
    Connection: close
    ETag: "5d30c9fb-15c0"
    X-Powered-By: PleskLin
    Accept-Ranges: bytes
    
    Page title: tyk.fm - Shorten yor links
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>tyk.fm - Shorten yor links</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
     
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    	
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     var link = trim(document.forms['tykform'].urlcomplete.value);
     
     /* Evitamos caracteres especiales en url... */
     link = link.replace('#','4lm04d1ll4t4g','g');
     link = link.replace('?','1nt3rr0g4nt3t4g','g');
     link = link.replace('=','1gu4lt4g','g');
     link = link.replace('&','4mp3rs4ndt4g','g');
     link = link.replace('!','3xcl41mt4g','g');
     
     document.getElementById('shortenurldiv').style.display = "none";
     if (link != '')
     {
      var tykeaction = 'url_shortener.php?link=' + link;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].urlcomplete.value = 'URL?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    var textlink = update[1].replace("http://", "");
    		document.getElementById('shortenurldiv').style.display = "block";
    	    document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
    	  }else{
    	   document.forms['tykform'].urlcomplete.value = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    
    
    </script>
    </head>
    
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · www.tyk.fm

    2026-01-02 20:28

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 20:28:11 GMT
    Content-Type: text/html
    Content-Length: 5568
    Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
    Connection: close
    ETag: "5d30c9fb-15c0"
    X-Powered-By: PleskLin
    Accept-Ranges: bytes
    
    Page title: tyk.fm - Shorten yor links
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>tyk.fm - Shorten yor links</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
     
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    	
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     var link = trim(document.forms['tykform'].urlcomplete.value);
     
     /* Evitamos caracteres especiales en url... */
     link = link.replace('#','4lm04d1ll4t4g','g');
     link = link.replace('?','1nt3rr0g4nt3t4g','g');
     link = link.replace('=','1gu4lt4g','g');
     link = link.replace('&','4mp3rs4ndt4g','g');
     link = link.replace('!','3xcl41mt4g','g');
     
     document.getElementById('shortenurldiv').style.display = "none";
     if (link != '')
     {
      var tykeaction = 'url_shortener.php?link=' + link;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].urlcomplete.value = 'URL?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    var textlink = update[1].replace("http://", "");
    		document.getElementById('shortenurldiv').style.display = "block";
    	    document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
    	  }else{
    	   document.forms['tykform'].urlcomplete.value = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    
    
    </script>
    </head>
    
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · new.tyk.fm

    2026-01-02 03:59

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 03:59:03 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    X-Powered-By: PHP/7.3.33
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Set-Cookie: PHPSESSID=mm1pbjfvkplcnckm3iqbjug3bo; path=/
    X-Powered-By: PleskLin
    
    Page title: new.tyk.fm - IN tyk.fm
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>new.tyk.fm - IN tyk.fm</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    	
    .spotify { margin-top:10px; width:15px !important; height:15px !important; clear:both; padding:5px !important; display:inline !important; }
    .txtspotify { margin-top:10px; margin-left:5px; display: inline; float:left; }
    
    #crearnombreCampana, .txtspotify { cursor:pointer;}
    
    #diverror { background-color:transparent; color:#ff0000; font-weight:bold; font-size:12px; }
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     document.getElementById('divresult').innerHTML = '';
     var usertxt = trim(document.forms['tykform'].usertxt.value);
     var passwdtxt = trim(document.forms['tykform'].passwdtxt.value);
     if (usertxt != '')
     {
      var tykeaction = 'check_login.php?u=' + usertxt + '&p=' + passwdtxt;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].usertxt.value = 'Name?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    top.location.href = 'start.php';
    	  }else{
    	   document.getElementById('divresult').innerHTML = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    </script>
    </head>
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="usertxt" id="usertxt" type="text" class="casilla" value="Name" onFocus="javascript: if (document.forms['tykform'].usertxt.value == 'Name'){ document.forms['tykform'].usertxt.value = '';}" onkeypress="javascript: if (event.keyCode == 13) sendRequest();" />
    			<span class="separador"></span>
    			<span class="separador"></span>
    			<input name="passwdtxt" id="passwdtxt" type="password" class="casilla" value="Password" onFocus="jav
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · tyk.fm

    2026-01-02 02:02

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 02 Jan 2026 02:02:45 GMT
    Content-Type: text/html
    Content-Length: 5568
    Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
    Connection: close
    ETag: "5d30c9fb-15c0"
    X-Powered-By: PleskLin
    Accept-Ranges: bytes
    
    Page title: tyk.fm - Shorten yor links
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>tyk.fm - Shorten yor links</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
     
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    	
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     var link = trim(document.forms['tykform'].urlcomplete.value);
     
     /* Evitamos caracteres especiales en url... */
     link = link.replace('#','4lm04d1ll4t4g','g');
     link = link.replace('?','1nt3rr0g4nt3t4g','g');
     link = link.replace('=','1gu4lt4g','g');
     link = link.replace('&','4mp3rs4ndt4g','g');
     link = link.replace('!','3xcl41mt4g','g');
     
     document.getElementById('shortenurldiv').style.display = "none";
     if (link != '')
     {
      var tykeaction = 'url_shortener.php?link=' + link;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].urlcomplete.value = 'URL?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    var textlink = update[1].replace("http://", "");
    		document.getElementById('shortenurldiv').style.display = "block";
    	    document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
    	  }else{
    	   document.forms['tykform'].urlcomplete.value = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    
    
    </script>
    </head>
    
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 185.53.179.136:80 · app.tyk.fm

    2026-01-01 17:49

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 01 Jan 2026 17:49:49 GMT
    Content-Type: application/octet-stream
    Content-Length: 0
    Connection: close
    Content-Type: text/plain
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · tyk.fm

    2025-12-23 06:01

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 23 Dec 2025 06:01:08 GMT
    Content-Type: text/html
    Content-Length: 5568
    Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
    Connection: close
    ETag: "5d30c9fb-15c0"
    X-Powered-By: PleskLin
    Accept-Ranges: bytes
    
    Page title: tyk.fm - Shorten yor links
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>tyk.fm - Shorten yor links</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
     
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    	
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     var link = trim(document.forms['tykform'].urlcomplete.value);
     
     /* Evitamos caracteres especiales en url... */
     link = link.replace('#','4lm04d1ll4t4g','g');
     link = link.replace('?','1nt3rr0g4nt3t4g','g');
     link = link.replace('=','1gu4lt4g','g');
     link = link.replace('&','4mp3rs4ndt4g','g');
     link = link.replace('!','3xcl41mt4g','g');
     
     document.getElementById('shortenurldiv').style.display = "none";
     if (link != '')
     {
      var tykeaction = 'url_shortener.php?link=' + link;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].urlcomplete.value = 'URL?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    var textlink = update[1].replace("http://", "");
    		document.getElementById('shortenurldiv').style.display = "block";
    	    document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
    	  }else{
    	   document.forms['tykform'].urlcomplete.value = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    
    
    </script>
    </head>
    
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · www.tyk.fm

    2025-12-22 19:44

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 22 Dec 2025 19:44:15 GMT
    Content-Type: text/html
    Content-Length: 5568
    Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
    Connection: close
    ETag: "5d30c9fb-15c0"
    X-Powered-By: PleskLin
    Accept-Ranges: bytes
    
    Page title: tyk.fm - Shorten yor links
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>tyk.fm - Shorten yor links</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
     
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    	
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     var link = trim(document.forms['tykform'].urlcomplete.value);
     
     /* Evitamos caracteres especiales en url... */
     link = link.replace('#','4lm04d1ll4t4g','g');
     link = link.replace('?','1nt3rr0g4nt3t4g','g');
     link = link.replace('=','1gu4lt4g','g');
     link = link.replace('&','4mp3rs4ndt4g','g');
     link = link.replace('!','3xcl41mt4g','g');
     
     document.getElementById('shortenurldiv').style.display = "none";
     if (link != '')
     {
      var tykeaction = 'url_shortener.php?link=' + link;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].urlcomplete.value = 'URL?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    var textlink = update[1].replace("http://", "");
    		document.getElementById('shortenurldiv').style.display = "block";
    	    document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
    	  }else{
    	   document.forms['tykform'].urlcomplete.value = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    
    
    </script>
    </head>
    
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 185.53.179.136:80 · kyztanew.tyk.fm

    2025-12-22 13:31

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 22 Dec 2025 13:31:06 GMT
    Content-Type: application/octet-stream
    Content-Length: 0
    Connection: close
    Content-Type: text/plain
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · new.tyk.fm

    2025-12-22 12:14

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 22 Dec 2025 12:14:04 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    X-Powered-By: PHP/7.3.33
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Set-Cookie: PHPSESSID=j1lbfvvoasf6flqbn4l2n1teeu; path=/
    X-Powered-By: PleskLin
    
    Page title: new.tyk.fm - IN tyk.fm
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>new.tyk.fm - IN tyk.fm</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    	
    .spotify { margin-top:10px; width:15px !important; height:15px !important; clear:both; padding:5px !important; display:inline !important; }
    .txtspotify { margin-top:10px; margin-left:5px; display: inline; float:left; }
    
    #crearnombreCampana, .txtspotify { cursor:pointer;}
    
    #diverror { background-color:transparent; color:#ff0000; font-weight:bold; font-size:12px; }
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     document.getElementById('divresult').innerHTML = '';
     var usertxt = trim(document.forms['tykform'].usertxt.value);
     var passwdtxt = trim(document.forms['tykform'].passwdtxt.value);
     if (usertxt != '')
     {
      var tykeaction = 'check_login.php?u=' + usertxt + '&p=' + passwdtxt;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].usertxt.value = 'Name?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    top.location.href = 'start.php';
    	  }else{
    	   document.getElementById('divresult').innerHTML = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    </script>
    </head>
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="usertxt" id="usertxt" type="text" class="casilla" value="Name" onFocus="javascript: if (document.forms['tykform'].usertxt.value == 'Name'){ document.forms['tykform'].usertxt.value = '';}" onkeypress="javascript: if (event.keyCode == 13) sendRequest();" />
    			<span class="separador"></span>
    			<span class="separador"></span>
    			<input name="passwdtxt" id="passwdtxt" type="password" class="casilla" value="Password" onFocus="jav
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 185.53.179.136:80 · www.tyk.fm

    2025-12-21 02:03

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 21 Dec 2025 02:03:16 GMT
    Content-Type: application/octet-stream
    Content-Length: 0
    Connection: close
    Content-Type: text/plain
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 185.53.179.136:80 · tyk.fm

    2025-12-21 01:24

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 21 Dec 2025 01:24:25 GMT
    Content-Type: application/octet-stream
    Content-Length: 0
    Connection: close
    Content-Type: text/plain
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · tyk.fm

    2025-12-21 00:09

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 21 Dec 2025 00:09:16 GMT
    Content-Type: text/html
    Content-Length: 5568
    Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
    Connection: close
    ETag: "5d30c9fb-15c0"
    X-Powered-By: PleskLin
    Accept-Ranges: bytes
    
    Page title: tyk.fm - Shorten yor links
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>tyk.fm - Shorten yor links</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
     
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    	
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     var link = trim(document.forms['tykform'].urlcomplete.value);
     
     /* Evitamos caracteres especiales en url... */
     link = link.replace('#','4lm04d1ll4t4g','g');
     link = link.replace('?','1nt3rr0g4nt3t4g','g');
     link = link.replace('=','1gu4lt4g','g');
     link = link.replace('&','4mp3rs4ndt4g','g');
     link = link.replace('!','3xcl41mt4g','g');
     
     document.getElementById('shortenurldiv').style.display = "none";
     if (link != '')
     {
      var tykeaction = 'url_shortener.php?link=' + link;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].urlcomplete.value = 'URL?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    var textlink = update[1].replace("http://", "");
    		document.getElementById('shortenurldiv').style.display = "block";
    	    document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
    	  }else{
    	   document.forms['tykform'].urlcomplete.value = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    
    
    </script>
    </head>
    
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · www.tyk.fm

    2025-12-20 19:44

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 20 Dec 2025 19:44:59 GMT
    Content-Type: text/html
    Content-Length: 5568
    Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
    Connection: close
    ETag: "5d30c9fb-15c0"
    X-Powered-By: PleskLin
    Accept-Ranges: bytes
    
    Page title: tyk.fm - Shorten yor links
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>tyk.fm - Shorten yor links</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: none}
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
     
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    	
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     var link = trim(document.forms['tykform'].urlcomplete.value);
     
     /* Evitamos caracteres especiales en url... */
     link = link.replace('#','4lm04d1ll4t4g','g');
     link = link.replace('?','1nt3rr0g4nt3t4g','g');
     link = link.replace('=','1gu4lt4g','g');
     link = link.replace('&','4mp3rs4ndt4g','g');
     link = link.replace('!','3xcl41mt4g','g');
     
     document.getElementById('shortenurldiv').style.display = "none";
     if (link != '')
     {
      var tykeaction = 'url_shortener.php?link=' + link;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].urlcomplete.value = 'URL?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    var textlink = update[1].replace("http://", "");
    		document.getElementById('shortenurldiv').style.display = "block";
    	    document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
    	  }else{
    	   document.forms['tykform'].urlcomplete.value = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    
    
    </script>
    </head>
    
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 185.136.90.14:443 · new.tyk.fm

    2025-12-20 10:50

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 20 Dec 2025 10:50:53 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    X-Powered-By: PHP/7.3.33
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Set-Cookie: PHPSESSID=hfq9s9oudagp7367hd4gbq6mcb; path=/
    X-Powered-By: PleskLin
    
    Page title: new.tyk.fm - IN tyk.fm
    
    <!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="description" content="We´re a fast and simple url shortener." />
    <meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
    <meta http-equiv="content-language" content="English" />
    <meta name="ROBOTS" content="ALL" />
    <title>new.tyk.fm - IN tyk.fm</title>
    <link href="css/estilos.css" rel="stylesheet" type="text/css" />
    <style>
    .linkshort a:link {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    .linkshort a:visited {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    .linkshort a:hover {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        width: 422px; text-decoration: underline; color: red;}
    .linkshort a:active {color: #656565;
    	font-size: 36px;
        height: 73px;
        line-height: 73px;
        margin: 12px 0;
        text-align: center;
        max-width: 422px; text-decoration: none}
    	
    .spotify { margin-top:10px; width:15px !important; height:15px !important; clear:both; padding:5px !important; display:inline !important; }
    .txtspotify { margin-top:10px; margin-left:5px; display: inline; float:left; }
    
    #crearnombreCampana, .txtspotify { cursor:pointer;}
    
    #diverror { background-color:transparent; color:#ff0000; font-weight:bold; font-size:12px; }
    </style>
    <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(function($) {
    	positionFooter(); 
    	function positionFooter(){
    		$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
    	}
    	$(window)
    		.scroll(positionFooter)
    		.resize(positionFooter)
    })
    
    
    function createXMLHttpRequest() {
    var ua;
    if(window.XMLHttpRequest) {
        try {
          ua = new XMLHttpRequest();
        } catch(e) {
          ua = false;
        }
      } else if(window.ActiveXObject) {
        try {
          ua = new ActiveXObject("Microsoft.XMLHTTP");
        } catch(e) {
          ua = false;
        }
      }
      return ua;
    }
    
    var req = createXMLHttpRequest();
    
    function trim(str)
    {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
    }
    
    function sendRequest()
    {
     document.getElementById('divresult').innerHTML = '';
     var usertxt = trim(document.forms['tykform'].usertxt.value);
     var passwdtxt = trim(document.forms['tykform'].passwdtxt.value);
     if (usertxt != '')
     {
      var tykeaction = 'check_login.php?u=' + usertxt + '&p=' + passwdtxt;
      req.open('get', tykeaction);
      req.onreadystatechange = handleResponse;
      req.send(null);
     }else{
      document.forms['tykform'].usertxt.value = 'Name?';
     }
    }
    
    function handleResponse(){
        if(req.readyState == 4){
        var response = req.responseText;
        var update = new Array();
        if(response.indexOf('||' != -1))
    	{
          update = response.split('||');
    	  if (update[0] == 'ok')
    	  {
    	    top.location.href = 'start.php';
    	  }else{
    	   document.getElementById('divresult').innerHTML = 'Error. Try again';
    	  }
    	}
      }
      else
       req.readyState;
    }
    </script>
    </head>
    <body>
    <div id="wraperTop">
    	<div class="contenido">
        	<div class="elementos">
            	<h1>tyk.fm Shorten yor links</h1>
    			<form name="tykform" id="tykform" method="post" action="" />
                <input name="usertxt" id="usertxt" type="text" class="casilla" value="Name" onFocus="javascript: if (document.forms['tykform'].usertxt.value == 'Name'){ document.forms['tykform'].usertxt.value = '';}" onkeypress="javascript: if (event.keyCode == 13) sendRequest();" />
    			<span class="separador"></span>
    			<span class="separador"></span>
    			<input name="passwdtxt" id="passwdtxt" type="password" class="casilla" value="Password" onFocus="jav
    Found 2025-12-20 by HttpPlugin
    Create report
tyk.fmwww.tyk.fm
CN:
tyk.fm
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-13 10:29
Not after:
2026-03-13 10:29
new.tyk.fm
CN:
new.tyk.fm
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-13 14:29
Not after:
2026-03-13 14:29